Searched refs:otherHandle (Results 1 – 3 of 3) sorted by relevance
162 static void set(jlong objHandle, jlong otherHandle) { in set() argument164 SkMatrix* other = reinterpret_cast<SkMatrix*>(otherHandle); in set()263 static void preConcat(jlong objHandle, jlong otherHandle) { in preConcat() argument265 SkMatrix* other = reinterpret_cast<SkMatrix*>(otherHandle); in preConcat()307 static void postConcat(jlong matrixHandle, jlong otherHandle) { in postConcat() argument309 SkMatrix* other = reinterpret_cast<SkMatrix*>(otherHandle); in postConcat()
1752 for (const sp<InputWindowHandle>& otherHandle : windowHandles) { in isWindowObscuredAtPointLocked() local1753 if (otherHandle == windowHandle) { in isWindowObscuredAtPointLocked()1757 const InputWindowInfo* otherInfo = otherHandle->getInfo(); in isWindowObscuredAtPointLocked()1770 for (const sp<InputWindowHandle>& otherHandle : windowHandles) { in isWindowObscuredLocked() local1771 if (otherHandle == windowHandle) { in isWindowObscuredLocked()1775 const InputWindowInfo* otherInfo = otherHandle->getInfo(); in isWindowObscuredLocked()
4992 final HandleView otherHandle = getOtherSelectionHandle(); in updateHandlesVisibility() local4993 if (otherHandle != null) { in updateHandlesVisibility()4994 otherHandle.setVisible(!handleOverlapsMagnifier(otherHandle, magnifierRect)); in updateHandlesVisibility()5026 final HandleView otherHandle = getOtherSelectionHandle(); in dismissMagnifier() local5027 if (otherHandle != null) { in dismissMagnifier()5028 otherHandle.setVisible(true); in dismissMagnifier()