Searched defs:pointerPropertiesObj (Results 1 – 1 of 1) sorted by relevance
197 static bool validatePointerProperties(JNIEnv* env, jobject pointerPropertiesObj) { in validatePointerProperties()303 static PointerProperties pointerPropertiesToNative(JNIEnv* env, jobject pointerPropertiesObj) { in pointerPropertiesToNative()352 jobject pointerPropertiesObj = env->GetObjectArrayElement(pointerPropertiesObjArray, i); in android_view_MotionEvent_nativeInitialize() local