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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DSlotView.java110 Rect rect = mLayout.getSlotRect(index, mTempRect);
118 Rect rect = mLayout.getSlotRect(index, mTempRect);
196 public Rect getSlotRect(int slotIndex) { method in class:SlotView
197 return mLayout.getSlotRect(slotIndex, new Rect());
315 Rect rect = mLayout.getSlotRect(index, mTempRect);
434 public Rect getSlotRect(int index, Rect rect) { method in class:SlotView.Layout
740 public Rect getSlotRect(int slotIndex, GLView rootPane) { method in class:SlotView
744 Rect r = getSlotRect(slotIndex);

Completed in 61 milliseconds