HomeSort by relevance Sort by last modified time
    Searched defs:setVisibleSlots (Results 1 - 3 of 3) sorted by null

  /frameworks/ex/carousel/java/com/android/ex/carousel/
CarouselController.java 111 setVisibleSlots(mVisibleSlots);
216 public void setVisibleSlots(int n) {
219 mRenderScript.setVisibleSlots(n);
237 * setVisibleSlots(). This number gets added to the number of visible slots and used to
CarouselView.java 239 public void setVisibleSlots(int n) {
240 mController.setVisibleSlots(n);
245 * setVisibleSlots(). This number gets added to the number of visible slots and used to
CarouselRS.java 275 setVisibleSlots(DEFAULT_VISIBLE_SLOTS);
494 public void setVisibleSlots(int count)
    [all...]

Completed in 721 milliseconds