Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/jni/
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()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp2082 const sp<InputWindowHandle>& otherHandle) { in canBeObscuredBy() argument
2084 if (haveSameToken(windowHandle, otherHandle)) { in canBeObscuredBy()
2088 auto otherInfo = otherHandle->getInfo(); in canBeObscuredBy()
2107 for (const sp<InputWindowHandle>& otherHandle : windowHandles) { in isWindowObscuredAtPointLocked() local
2108 if (windowHandle == otherHandle) { in isWindowObscuredAtPointLocked()
2111 const InputWindowInfo* otherInfo = otherHandle->getInfo(); in isWindowObscuredAtPointLocked()
2112 if (canBeObscuredBy(windowHandle, otherHandle) && in isWindowObscuredAtPointLocked()
2124 for (const sp<InputWindowHandle>& otherHandle : windowHandles) { in isWindowObscuredLocked() local
2125 if (windowHandle == otherHandle) { in isWindowObscuredLocked()
2129 const InputWindowInfo* otherInfo = otherHandle->getInfo(); in isWindowObscuredLocked()
[all …]
/frameworks/base/core/java/android/widget/
DEditor.java5175 final HandleView otherHandle = getOtherSelectionHandle(); in updateHandlesVisibility() local
5176 if (otherHandle != null) { in updateHandlesVisibility()
5177 otherHandle.setVisible(!handleOverlapsMagnifier(otherHandle, magnifierRect)); in updateHandlesVisibility()
5228 final HandleView otherHandle = getOtherSelectionHandle(); in dismissMagnifier() local
5229 if (otherHandle != null) { in dismissMagnifier()
5230 otherHandle.setVisible(true); in dismissMagnifier()