Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DFocusFinderHelper.java44 public boolean isCandidate(Rect srcRect, Rect destRect, int direction) { in isCandidate()
H A DFocusFinder.java549 boolean isCandidate(Rect srcRect, Rect destRect, int direction) { in isCandidate()
767 private boolean isTouchCandidate(int x, int y, Rect destRect, int direction) { in isTouchCandidate()
/aosp14/frameworks/base/native/android/
H A Dsurface_control.cpp431 Rect destRect = static_cast<const Rect&>(destination); in ASurfaceTransaction_setGeometry() local