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.java111 Rect rect = mLayout.getSlotRect(index, mTempRect); in setCenterIndex()
119 Rect rect = mLayout.getSlotRect(index, mTempRect); in makeSlotVisible()
197 public Rect getSlotRect(int slotIndex) { in getSlotRect() method in SlotView
198 return mLayout.getSlotRect(slotIndex, new Rect()); in getSlotRect()
316 Rect rect = mLayout.getSlotRect(index, mTempRect); in renderItem()
435 public Rect getSlotRect(int index, Rect rect) { in getSlotRect() method in SlotView.Layout
741 public Rect getSlotRect(int slotIndex, GLView rootPane) { in getSlotRect() method in SlotView
745 Rect r = getSlotRect(slotIndex); in getSlotRect()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DAlbumPage.java124 Rect rect = mSlotView.getSlotRect(index);
297 mSlotView.getSlotRect(slotIndex, mRootPane)); in pickPhoto()
573 mSlotView.getSlotRect(slotIndex, mRootPane)); in prepareAnimationBackToFilmstrip()
DAlbumSetPage.java183 Rect r = mSlotView.getSlotRect(slotIndex); in getSlotCenter()
267 mSlotView.getSlotRect(slotIndex, mRootPane)); in pickAlbum()