Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DFocusFinder.java537 if (!isTouchCandidate(x, y, touchableBounds, direction)) { in findNearestTouchable()
590 private boolean isTouchCandidate(int x, int y, Rect destRect, int direction) { in isTouchCandidate() method in FocusFinder