Home
last modified time | relevance | path

Searched defs:destRect (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/
DFocusFinderHelper.java44 public boolean isCandidate(Rect srcRect, Rect destRect, int direction) { in isCandidate()
DFocusFinder.java536 boolean isCandidate(Rect srcRect, Rect destRect, int direction) { in isCandidate()
754 private boolean isTouchCandidate(int x, int y, Rect destRect, int direction) { in isTouchCandidate()
/frameworks/support/core-ui/java/android/support/v4/widget/
DFocusStrategy.java295 private static boolean isCandidate(@NonNull Rect srcRect, @NonNull Rect destRect, in isCandidate()