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

  /frameworks/base/core/tests/coretests/src/android/widget/focus/
ListOfInternalSelectionViews.java 77 public String getLabelForPosition(int position) {
157 return getLabelForPosition(position);
169 getLabelForPosition(position));
ScrollingThroughListOfFocusablesTest.java 114 mActivity.getLabelForPosition(1), peekingChild.getLabel());
207 assertEquals(mActivity.getLabelForPosition(0), view.getLabel());

Completed in 806 milliseconds