Searched defs:destRect (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/libs/hwui/ |
D | Readback.cpp | 165 Rect destRect(destWidth, destHeight); in copySurfaceInto() local
|
/frameworks/base/core/java/android/view/ |
D | FocusFinderHelper.java | 44 public boolean isCandidate(Rect srcRect, Rect destRect, int direction) { in isCandidate()
|
D | FocusFinder.java | 372 boolean isCandidate(Rect srcRect, Rect destRect, int direction) { in isCandidate() 590 private boolean isTouchCandidate(int x, int y, Rect destRect, int direction) { in isTouchCandidate()
|
/frameworks/support/v4/java/android/support/v4/widget/ |
D | FocusStrategy.java | 294 private static boolean isCandidate(@NonNull Rect srcRect, @NonNull Rect destRect, in isCandidate()
|