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.java86 mSlotView.setSlotCount(0); in setModel()
92 mSlotView.setSlotCount(model.size()); in setModel()
169 mSlotView.setSlotCount(size); in onSizeChanged()
DAlbumSetSlotRenderer.java106 mSlotView.setSlotCount(0); in setModel()
112 mSlotView.setSlotCount(mDataWindow.size()); in setModel()
212 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()