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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DSlotView.java111 Rect rect = mLayout.getSlotRect(index, mTempRect);
119 Rect rect = mLayout.getSlotRect(index, mTempRect);
197 public Rect getSlotRect(int slotIndex) { method in class:SlotView
198 return mLayout.getSlotRect(slotIndex, new Rect());
316 Rect rect = mLayout.getSlotRect(index, mTempRect);
435 public Rect getSlotRect(int index, Rect rect) { method in class:SlotView.Layout
741 public Rect getSlotRect(int slotIndex, GLView rootPane) { method in class:SlotView
745 Rect r = getSlotRect(slotIndex);

Completed in 34 milliseconds