OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCardCount
(Results
1 - 4
of
4
) sorted by null
/frameworks/ex/carousel/java/com/android/ex/carousel/
CarouselView.java
335
public int
getCardCount
() {
336
return mController.
getCardCount
();
CarouselViewHelper.java
100
if (id >= mCarouselView.
getCardCount
()) {
140
if (id >= mCarouselView.
getCardCount
()) {
CarouselController.java
356
public int
getCardCount
() {
/frameworks/ex/carousel/test/src/com/android/carouseltest/
CarouselTestActivity.java
121
if (mView.
getCardCount
() < TOTAL_CARDS) {
122
mView.createCards(mView.
getCardCount
() + 1);
Completed in 26 milliseconds