Home
last modified time | relevance | path

Searched refs:numTouchables (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/core/java/android/view/
H A DFocusFinder.java699 int numTouchables = touchables.size(); in findNearestTouchable() local
706 for (int i = 0; i < numTouchables; i++) { in findNearestTouchable()