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.cpp157 static void set(CRITICAL_JNI_PARAMS_COMMA jlong objHandle, jlong otherHandle) { in set() argument
159 SkMatrix* other = reinterpret_cast<SkMatrix*>(otherHandle); in set()
258 static void preConcat(CRITICAL_JNI_PARAMS_COMMA jlong objHandle, jlong otherHandle) { in preConcat() argument
260 SkMatrix* other = reinterpret_cast<SkMatrix*>(otherHandle); in preConcat()
302 static void postConcat(CRITICAL_JNI_PARAMS_COMMA jlong matrixHandle, jlong otherHandle) { in postConcat() argument
304 SkMatrix* other = reinterpret_cast<SkMatrix*>(otherHandle); in postConcat()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp3091 const sp<WindowInfoHandle>& otherHandle) { in canBeObscuredBy() argument
3093 if (haveSameToken(windowHandle, otherHandle)) { in canBeObscuredBy()
3097 auto otherInfo = otherHandle->getInfo(); in canBeObscuredBy()
3148 for (const sp<WindowInfoHandle>& otherHandle : windowHandles) { in computeTouchOcclusionInfoLocked() local
3149 if (windowHandle == otherHandle) { in computeTouchOcclusionInfoLocked()
3152 const WindowInfo* otherInfo = otherHandle->getInfo(); in computeTouchOcclusionInfoLocked()
3153 if (canBeObscuredBy(windowHandle, otherHandle) && in computeTouchOcclusionInfoLocked()
3227 for (const sp<WindowInfoHandle>& otherHandle : windowHandles) { in isWindowObscuredAtPointLocked() local
3228 if (windowHandle == otherHandle) { in isWindowObscuredAtPointLocked()
3231 const WindowInfo* otherInfo = otherHandle->getInfo(); in isWindowObscuredAtPointLocked()
[all …]
/frameworks/base/core/java/android/widget/
DEditor.java5577 final HandleView otherHandle = getOtherSelectionHandle(); in updateHandlesVisibility() local
5578 if (otherHandle != null) { in updateHandlesVisibility()
5579 otherHandle.setVisible(!handleOverlapsMagnifier(otherHandle, magnifierRect)); in updateHandlesVisibility()
5650 final HandleView otherHandle = getOtherSelectionHandle(); in dismissMagnifier() local
5651 if (otherHandle != null) { in dismissMagnifier()
5652 otherHandle.setVisible(true); in dismissMagnifier()