Searched defs:deltas (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DFocusFinder.java389 * @param deltas Offset from the <x, y> to the edge of the nearest view. Note that this array
393 public View findNearestTouchable(ViewGroup root, int x, int y, int direction, int[] deltas) { argument
444 deltas[0] = -distance;
447 deltas[0] = distance;
450 deltas[1] = -distance;
453 deltas[1] = distance;

Completed in 38 milliseconds