Searched refs:getCardCount (Results 1 - 4 of 4) sorted by relevance

/frameworks/ex/carousel/java/com/android/ex/carousel/
H A DCarouselView.java335 public int getCardCount() { method in class:CarouselView
336 return mController.getCardCount();
H A DCarouselViewHelper.java100 if (id >= mCarouselView.getCardCount()) {
140 if (id >= mCarouselView.getCardCount()) {
H A DCarouselController.java356 public int getCardCount() { method in class:CarouselController
/frameworks/ex/carousel/test/src/com/android/carouseltest/
H A DCarouselTestActivity.java121 if (mView.getCardCount() < TOTAL_CARDS) {
122 mView.createCards(mView.getCardCount() + 1);

Completed in 426 milliseconds