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

  /cts/tests/tests/view/src/android/view/cts/
FocusFinderTest.java 144 View view = mFocusFinder.findNearestTouchable(mLayout, x, y, View.FOCUS_DOWN, deltas);
153 view = mFocusFinder.findNearestTouchable(mLayout, x, y, View.FOCUS_LEFT, deltas);
162 view = mFocusFinder.findNearestTouchable(mLayout, x, y, View.FOCUS_RIGHT, deltas);
171 view = mFocusFinder.findNearestTouchable(mLayout, x, y, View.FOCUS_UP, deltas);
  /frameworks/base/core/java/android/view/
FocusFinder.java 517 public View findNearestTouchable(ViewGroup root, int x, int y, int direction, int[] deltas) {

Completed in 91 milliseconds