HomeSort by relevance Sort by last modified time
    Searched full:internalfocused (Results 1 - 1 of 1) sorted by null

  /frameworks/base/core/tests/coretests/src/android/widget/focus/
ScrollingThroughListOfFocusablesTest.java 209 * @param internalFocused The view to check
213 InternalSelectionView internalFocused,
216 row, internalFocused.getSelectedRow());
218 internalFocused.getRectForRow(mTempRect, row);
219 mListView.offsetDescendantRectToMyCoords(internalFocused, mTempRect);

Completed in 2383 milliseconds