HomeSort by relevance Sort by last modified time
    Searched refs:otherHandle (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/jni/android/graphics/
Matrix.cpp 65 static void set(JNIEnv* env, jobject clazz, jlong objHandle, jlong otherHandle) {
67 SkMatrix* other = reinterpret_cast<SkMatrix*>(otherHandle);
148 static void preConcat(JNIEnv* env, jobject clazz, jlong objHandle, jlong otherHandle) {
150 SkMatrix* other = reinterpret_cast<SkMatrix*>(otherHandle);
189 static void postConcat(JNIEnv* env, jobject clazz, jlong matrixHandle, jlong otherHandle) {
191 SkMatrix* other = reinterpret_cast<SkMatrix*>(otherHandle);
  /frameworks/native/services/inputflinger/
InputDispatcher.cpp     [all...]

Completed in 42 milliseconds