Searched defs:otherHandle (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DMatrix.cpp163 static void set(jlong objHandle, jlong otherHandle) { argument
165 SkMatrix* other = reinterpret_cast<SkMatrix*>(otherHandle);
264 static void preConcat(jlong objHandle, jlong otherHandle) { argument
266 SkMatrix* other = reinterpret_cast<SkMatrix*>(otherHandle);
308 static void postConcat(jlong matrixHandle, jlong otherHandle) { argument
310 SkMatrix* other = reinterpret_cast<SkMatrix*>(otherHandle);
/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp1662 sp<InputWindowHandle> otherHandle = mWindowHandles.itemAt(i); local
1663 if (otherHandle == windowHandle) {
1667 const InputWindowInfo* otherInfo = otherHandle->getInfo();
1683 sp<InputWindowHandle> otherHandle = mWindowHandles.itemAt(i); local
1684 if (otherHandle == windowHandle) {
1688 const InputWindowInfo* otherInfo = otherHandle->getInfo();

Completed in 143 milliseconds