OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxUps
(Results
1 - 2
of
2
) sorted by null
/cts/tests/src/android/widget/cts/util/
ListUtil.java
92
int
maxUps
= 20;
93
while(mListView.getSelectedItemPosition() > position && --
maxUps
> 0) {
/frameworks/base/core/tests/coretests/src/android/util/
ListUtil.java
94
int
maxUps
= 20;
95
while(mListView.getSelectedItemPosition() > position && --
maxUps
> 0) {
Completed in 275 milliseconds