HomeSort by relevance Sort by last modified time
    Searched refs:maxUps (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/widget/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 193 milliseconds