Searched defs:place (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Fragment/
H A DRelocation.cpp45 /// @param pFragRef [in] the place to apply the relocation
81 Relocation::Address Relocation::place() const { function in class:mcld::Relocation
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDessertCaseView.java146 place(child, true);
294 place(v, true);
321 place(v, pt, false);
332 public void place(View v, boolean animate) { method in class:DessertCaseView
333 place(v, new Point(irand(0, mColumns), irand(0, mRows)), animate);
352 public synchronized void place(View v, Point pt, boolean animate) { method in class:DessertCaseView

Completed in 97 milliseconds