OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TOTAL_CARDS
(Results
1 - 2
of
2
) sorted by null
/frameworks/ex/carousel/test/src/com/android/carouseltest/
MusicDemoActivity.java
35
private static final int
TOTAL_CARDS
= 10000;
90
mView.createCards(
TOTAL_CARDS
);
CarouselTestActivity.java
38
private static final int
TOTAL_CARDS
= 100;
121
if (mView.getCardCount() <
TOTAL_CARDS
) {
154
mView.createCards(INCREMENTAL_ADD ? 1:
TOTAL_CARDS
);
Completed in 43 milliseconds