OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setSlotCount
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
AlbumSetSlotRenderer.java
106
mSlotView.
setSlotCount
(0);
112
mSlotView.
setSlotCount
(mDataWindow.size());
212
mSlotView.
setSlotCount
(size);
AlbumSlotRenderer.java
86
mSlotView.
setSlotCount
(0);
92
mSlotView.
setSlotCount
(model.size());
169
mSlotView.
setSlotCount
(size);
SlotView.java
421
public boolean
setSlotCount
(int slotCount) {
712
public boolean
setSlotCount
(int slotCount) {
713
boolean changed = mLayout.
setSlotCount
(slotCount);
715
// mStartIndex is applied the first time
setSlotCount
is called.
Completed in 874 milliseconds