Searched refs:otherHandle (Results 1 – 3 of 3) sorted by relevance
159 static void set(CRITICAL_JNI_PARAMS_COMMA jlong objHandle, jlong otherHandle) { in set() argument161 SkMatrix* other = reinterpret_cast<SkMatrix*>(otherHandle); in set()260 static void preConcat(CRITICAL_JNI_PARAMS_COMMA jlong objHandle, jlong otherHandle) { in preConcat() argument262 SkMatrix* other = reinterpret_cast<SkMatrix*>(otherHandle); in preConcat()304 static void postConcat(CRITICAL_JNI_PARAMS_COMMA jlong matrixHandle, jlong otherHandle) { in postConcat() argument306 SkMatrix* other = reinterpret_cast<SkMatrix*>(otherHandle); in postConcat()
2510 const sp<InputWindowHandle>& otherHandle) { in canBeObscuredBy() argument2512 if (haveSameToken(windowHandle, otherHandle)) { in canBeObscuredBy()2516 auto otherInfo = otherHandle->getInfo(); in canBeObscuredBy()2567 for (const sp<InputWindowHandle>& otherHandle : windowHandles) { in computeTouchOcclusionInfoLocked() local2568 if (windowHandle == otherHandle) { in computeTouchOcclusionInfoLocked()2571 const InputWindowInfo* otherInfo = otherHandle->getInfo(); in computeTouchOcclusionInfoLocked()2572 if (canBeObscuredBy(windowHandle, otherHandle) && otherInfo->frameContainsPoint(x, y) && in computeTouchOcclusionInfoLocked()2648 for (const sp<InputWindowHandle>& otherHandle : windowHandles) { in isWindowObscuredAtPointLocked() local2649 if (windowHandle == otherHandle) { in isWindowObscuredAtPointLocked()2652 const InputWindowInfo* otherInfo = otherHandle->getInfo(); in isWindowObscuredAtPointLocked()[all …]
5292 final HandleView otherHandle = getOtherSelectionHandle(); in updateHandlesVisibility() local5293 if (otherHandle != null) { in updateHandlesVisibility()5294 otherHandle.setVisible(!handleOverlapsMagnifier(otherHandle, magnifierRect)); in updateHandlesVisibility()5363 final HandleView otherHandle = getOtherSelectionHandle(); in dismissMagnifier() local5364 if (otherHandle != null) { in dismissMagnifier()5365 otherHandle.setVisible(true); in dismissMagnifier()