Searched defs:slotCount (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DSlotView.java106 int slotCount = mLayout.mSlotCount;
107 if (index < 0 || index >= slotCount) {
420 public boolean setSlotCount(int slotCount) { argument
421 if (slotCount == mSlotCount) return false;
426 mSlotCount = slotCount;
711 public boolean setSlotCount(int slotCount) { argument
712 boolean changed = mLayout.setSlotCount(slotCount);

Completed in 10 milliseconds