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

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

Completed in 602 milliseconds