Searched refs:pointerPropertiesObj (Results 1 – 1 of 1) sorted by relevance
185 static bool validatePointerProperties(JNIEnv* env, jobject pointerPropertiesObj) { in validatePointerProperties() argument186 if (!pointerPropertiesObj) { in validatePointerProperties()314 static void pointerPropertiesToNative(JNIEnv* env, jobject pointerPropertiesObj, in pointerPropertiesToNative() argument317 outPointerProperties->id = env->GetIntField(pointerPropertiesObj, in pointerPropertiesToNative()319 outPointerProperties->toolType = env->GetIntField(pointerPropertiesObj, in pointerPropertiesToNative()357 jobject pointerPropertiesObj = env->GetObjectArrayElement(pointerPropertiesObjArray, i); in android_view_MotionEvent_nativeInitialize() local358 if (!pointerPropertiesObj) { in android_view_MotionEvent_nativeInitialize()361 pointerPropertiesToNative(env, pointerPropertiesObj, &pointerProperties[i]); in android_view_MotionEvent_nativeInitialize()362 env->DeleteLocalRef(pointerPropertiesObj); in android_view_MotionEvent_nativeInitialize()