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.java81 mSlotView.setSlotCount(0); in setModel()
87 mSlotView.setSlotCount(model.size()); in setModel()
164 mSlotView.setSlotCount(size); in onSizeChanged()
DAlbumSetSlotRenderer.java99 mSlotView.setSlotCount(0); in setModel()
105 mSlotView.setSlotCount(mDataWindow.size()); in setModel()
205 mSlotView.setSlotCount(size); in onSizeChanged()
DSlotView.java420 public boolean setSlotCount(int slotCount) { in setSlotCount() method in SlotView.Layout
711 public boolean setSlotCount(int slotCount) { in setSlotCount() method in SlotView
712 boolean changed = mLayout.setSlotCount(slotCount); in setSlotCount()