Home
last modified time | relevance | path

Searched refs:getSlotRect (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DSlotView.java110 Rect rect = mLayout.getSlotRect(index, mTempRect); in setCenterIndex()
118 Rect rect = mLayout.getSlotRect(index, mTempRect); in makeSlotVisible()
196 public Rect getSlotRect(int slotIndex) { in getSlotRect() method in SlotView
197 return mLayout.getSlotRect(slotIndex, new Rect()); in getSlotRect()
315 Rect rect = mLayout.getSlotRect(index, mTempRect); in renderItem()
434 public Rect getSlotRect(int index, Rect rect) { in getSlotRect() method in SlotView.Layout
740 public Rect getSlotRect(int slotIndex, GLView rootPane) { in getSlotRect() method in SlotView
744 Rect r = getSlotRect(slotIndex); in getSlotRect()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DAlbumPage.java123 Rect rect = mSlotView.getSlotRect(index);
296 mSlotView.getSlotRect(slotIndex, mRootPane)); in pickPhoto()
578 mSlotView.getSlotRect(slotIndex, mRootPane)); in prepareAnimationBackToFilmstrip()
DAlbumSetPage.java184 Rect r = mSlotView.getSlotRect(slotIndex); in getSlotCenter()
271 mSlotView.getSlotRect(slotIndex, mRootPane)); in pickAlbum()