Searched refs:setVisibleSlots (Results 1 - 6 of 6) sorted by relevance

/frameworks/ex/carousel/test/src/com/android/carouseltest/
H A DMusicDemoActivity.java91 mView.setVisibleSlots(VISIBLE_SLOTS);
H A DCarouselTestActivity.java155 mView.setVisibleSlots(SLOTS_VISIBLE);
H A DTaskSwitcherActivity.java210 mView.setVisibleSlots(VISIBLE_SLOTS);
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A DCarouselView.java239 public void setVisibleSlots(int n) { method in class:CarouselView
240 mController.setVisibleSlots(n);
245 * setVisibleSlots(). This number gets added to the number of visible slots and used to
H A DCarouselController.java111 setVisibleSlots(mVisibleSlots);
216 public void setVisibleSlots(int n) { method in class:CarouselController
219 mRenderScript.setVisibleSlots(n);
237 * setVisibleSlots(). This number gets added to the number of visible slots and used to
H A DCarouselRS.java275 setVisibleSlots(DEFAULT_VISIBLE_SLOTS);
494 public void setVisibleSlots(int count) method in class:CarouselRS

Completed in 191 milliseconds