Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DAlbumSlotRenderer.java82 mSlotView.setSlotCount(0); in setModel()
88 mSlotView.setSlotCount(model.size()); in setModel()
165 mSlotView.setSlotCount(size); in onSizeChanged()
DAlbumSetSlotRenderer.java92 mSlotView.setSlotCount(0); in setModel()
98 mSlotView.setSlotCount(mDataWindow.size()); in setModel()
191 mSlotView.setSlotCount(size); in onSizeChanged()
DSlotView.java421 public boolean setSlotCount(int slotCount) { in setSlotCount() method in SlotView.Layout
712 public boolean setSlotCount(int slotCount) { in setSlotCount() method in SlotView
713 boolean changed = mLayout.setSlotCount(slotCount); in setSlotCount()