Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DMatrix.cpp68 static void set(JNIEnv* env, jobject clazz, jlong objHandle, jlong otherHandle) { in set() argument
70 SkMatrix* other = reinterpret_cast<SkMatrix*>(otherHandle); in set()
151 static void preConcat(JNIEnv* env, jobject clazz, jlong objHandle, jlong otherHandle) { in preConcat() argument
153 SkMatrix* other = reinterpret_cast<SkMatrix*>(otherHandle); in preConcat()
192 static void postConcat(JNIEnv* env, jobject clazz, jlong matrixHandle, jlong otherHandle) { in postConcat() argument
194 SkMatrix* other = reinterpret_cast<SkMatrix*>(otherHandle); in postConcat()
/frameworks/native/services/inputflinger/
DInputDispatcher.cpp1605 sp<InputWindowHandle> otherHandle = mWindowHandles.itemAt(i); in isWindowObscuredAtPointLocked() local
1606 if (otherHandle == windowHandle) { in isWindowObscuredAtPointLocked()
1610 const InputWindowInfo* otherInfo = otherHandle->getInfo(); in isWindowObscuredAtPointLocked()