Home
last modified time | relevance | path

Searched refs:otherHandle (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_Matrix.cpp159 static void set(CRITICAL_JNI_PARAMS_COMMA jlong objHandle, jlong otherHandle) { in set() argument
161 SkMatrix* other = reinterpret_cast<SkMatrix*>(otherHandle); in set()
260 static void preConcat(CRITICAL_JNI_PARAMS_COMMA jlong objHandle, jlong otherHandle) { in preConcat() argument
262 SkMatrix* other = reinterpret_cast<SkMatrix*>(otherHandle); in preConcat()
304 static void postConcat(CRITICAL_JNI_PARAMS_COMMA jlong matrixHandle, jlong otherHandle) { in postConcat() argument
306 SkMatrix* other = reinterpret_cast<SkMatrix*>(otherHandle); in postConcat()
/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.cpp2559 if (haveSameToken(windowHandle, otherHandle)) { in canBeObscuredBy()
2563 auto otherInfo = otherHandle->getInfo(); in canBeObscuredBy()
2613 for (const sp<WindowInfoHandle>& otherHandle : windowHandles) { in computeTouchOcclusionInfoLocked() local
2614 if (windowHandle == otherHandle) { in computeTouchOcclusionInfoLocked()
2617 const WindowInfo* otherInfo = otherHandle->getInfo(); in computeTouchOcclusionInfoLocked()
2695 if (windowHandle == otherHandle) { in isWindowObscuredAtPointLocked()
2698 const WindowInfo* otherInfo = otherHandle->getInfo(); in isWindowObscuredAtPointLocked()
2699 if (canBeObscuredBy(windowHandle, otherHandle) && in isWindowObscuredAtPointLocked()
2712 if (windowHandle == otherHandle) { in isWindowObscuredLocked()
2715 const WindowInfo* otherInfo = otherHandle->getInfo(); in isWindowObscuredLocked()
[all …]
/aosp12/frameworks/base/core/java/android/widget/
H A DEditor.java5292 final HandleView otherHandle = getOtherSelectionHandle(); in updateHandlesVisibility() local
5293 if (otherHandle != null) { in updateHandlesVisibility()
5294 otherHandle.setVisible(!handleOverlapsMagnifier(otherHandle, magnifierRect)); in updateHandlesVisibility()
5363 final HandleView otherHandle = getOtherSelectionHandle(); in dismissMagnifier() local
5364 if (otherHandle != null) { in dismissMagnifier()
5365 otherHandle.setVisible(true); in dismissMagnifier()