Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DMatrix.cpp162 static void set(jlong objHandle, jlong otherHandle) { in set() argument
164 SkMatrix* other = reinterpret_cast<SkMatrix*>(otherHandle); in set()
263 static void preConcat(jlong objHandle, jlong otherHandle) { in preConcat() argument
265 SkMatrix* other = reinterpret_cast<SkMatrix*>(otherHandle); in preConcat()
307 static void postConcat(jlong matrixHandle, jlong otherHandle) { in postConcat() argument
309 SkMatrix* other = reinterpret_cast<SkMatrix*>(otherHandle); in postConcat()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp1752 for (const sp<InputWindowHandle>& otherHandle : windowHandles) { in isWindowObscuredAtPointLocked() local
1753 if (otherHandle == windowHandle) { in isWindowObscuredAtPointLocked()
1757 const InputWindowInfo* otherInfo = otherHandle->getInfo(); in isWindowObscuredAtPointLocked()
1770 for (const sp<InputWindowHandle>& otherHandle : windowHandles) { in isWindowObscuredLocked() local
1771 if (otherHandle == windowHandle) { in isWindowObscuredLocked()
1775 const InputWindowInfo* otherInfo = otherHandle->getInfo(); in isWindowObscuredLocked()
/frameworks/base/core/java/android/widget/
DEditor.java4992 final HandleView otherHandle = getOtherSelectionHandle(); in updateHandlesVisibility() local
4993 if (otherHandle != null) { in updateHandlesVisibility()
4994 otherHandle.setVisible(!handleOverlapsMagnifier(otherHandle, magnifierRect)); in updateHandlesVisibility()
5026 final HandleView otherHandle = getOtherSelectionHandle(); in dismissMagnifier() local
5027 if (otherHandle != null) { in dismissMagnifier()
5028 otherHandle.setVisible(true); in dismissMagnifier()