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

  /frameworks/ex/carousel/java/com/android/ex/carousel/
CarouselView.java 252 public void setPrefetchCardCount(int n) {
253 mController.setPrefetchCardCount(n);
CarouselController.java 113 setPrefetchCardCount(mPrefetchCardCount);
244 public void setPrefetchCardCount(int n) {
247 mRenderScript.setPrefetchCardCount(n);
CarouselRS.java 521 public void setPrefetchCardCount(int count) {
    [all...]

Completed in 73 milliseconds