Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DFocusFinder.java514 ArrayList<View> touchables = root.getTouchables(); in findNearestTouchable() local
518 int numTouchables = touchables.size(); in findNearestTouchable()
526 View touchable = touchables.get(i); in findNearestTouchable()