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 140 View view = mFocusFinder.findNearestTouchable(mLayout, x, y, View.FOCUS_DOWN, deltas);
149 view = mFocusFinder.findNearestTouchable(mLayout, x, y, View.FOCUS_LEFT, deltas);
158 view = mFocusFinder.findNearestTouchable(mLayout, x, y, View.FOCUS_RIGHT, deltas);
167 view = mFocusFinder.findNearestTouchable(mLayout, x, y, View.FOCUS_UP, deltas);
  /frameworks/base/core/java/android/view/
FocusFinder.java 513 public View findNearestTouchable(ViewGroup root, int x, int y, int direction, int[] deltas) {

Completed in 102 milliseconds