OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setSlotCount
(Results
1 - 9
of
9
) 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.
/frameworks/ex/carousel/test/src/com/android/carouseltest/
MusicDemoActivity.java
89
mView.
setSlotCount
(CARD_SLOTS);
CarouselTestActivity.java
153
mView.
setSlotCount
(CARD_SLOTS);
TaskSwitcherActivity.java
209
mView.
setSlotCount
(CARD_SLOTS);
/frameworks/ex/carousel/java/com/android/ex/carousel/
CarouselView.java
230
public void
setSlotCount
(int n) {
231
mController.
setSlotCount
(n);
CarouselController.java
108
setSlotCount
(mSlotCount);
204
public void
setSlotCount
(int n) {
207
mRenderScript.
setSlotCount
(n);
CarouselRS.java
274
setSlotCount
(DEFAULT_SLOT_COUNT);
[
all
...]
Completed in 156 milliseconds