Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DFocusFinder.java522 int numTouchables = touchables.size(); in findNearestTouchable() local
529 for (int i = 0; i < numTouchables; i++) { in findNearestTouchable()