Searched refs:otherHandle (Results 1 – 3 of 3) sorted by relevance
157 static void set(CRITICAL_JNI_PARAMS_COMMA jlong objHandle, jlong otherHandle) { in set() argument159 SkMatrix* other = reinterpret_cast<SkMatrix*>(otherHandle); in set()258 static void preConcat(CRITICAL_JNI_PARAMS_COMMA jlong objHandle, jlong otherHandle) { in preConcat() argument260 SkMatrix* other = reinterpret_cast<SkMatrix*>(otherHandle); in preConcat()302 static void postConcat(CRITICAL_JNI_PARAMS_COMMA jlong matrixHandle, jlong otherHandle) { in postConcat() argument304 SkMatrix* other = reinterpret_cast<SkMatrix*>(otherHandle); in postConcat()
3091 const sp<WindowInfoHandle>& otherHandle) { in canBeObscuredBy() argument3093 if (haveSameToken(windowHandle, otherHandle)) { in canBeObscuredBy()3097 auto otherInfo = otherHandle->getInfo(); in canBeObscuredBy()3148 for (const sp<WindowInfoHandle>& otherHandle : windowHandles) { in computeTouchOcclusionInfoLocked() local3149 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() local3228 if (windowHandle == otherHandle) { in isWindowObscuredAtPointLocked()3231 const WindowInfo* otherInfo = otherHandle->getInfo(); in isWindowObscuredAtPointLocked()[all …]
5577 final HandleView otherHandle = getOtherSelectionHandle(); in updateHandlesVisibility() local5578 if (otherHandle != null) { in updateHandlesVisibility()5579 otherHandle.setVisible(!handleOverlapsMagnifier(otherHandle, magnifierRect)); in updateHandlesVisibility()5650 final HandleView otherHandle = getOtherSelectionHandle(); in dismissMagnifier() local5651 if (otherHandle != null) { in dismissMagnifier()5652 otherHandle.setVisible(true); in dismissMagnifier()