Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/jni/
H A 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()
/aosp14/frameworks/base/core/java/android/widget/
H A DEditor.java5538 final HandleView otherHandle = getOtherSelectionHandle(); in updateHandlesVisibility() local
5539 if (otherHandle != null) { in updateHandlesVisibility()
5540 otherHandle.setVisible(!handleOverlapsMagnifier(otherHandle, magnifierRect)); in updateHandlesVisibility()
5611 final HandleView otherHandle = getOtherSelectionHandle(); in dismissMagnifier() local
5612 if (otherHandle != null) { in dismissMagnifier()
5613 otherHandle.setVisible(true); in dismissMagnifier()