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()359 jobject pointerPropertiesObj = env->GetObjectArrayElement(pointerPropertiesObjArray, i); in android_view_MotionEvent_nativeInitialize() local360 if (!pointerPropertiesObj) { in android_view_MotionEvent_nativeInitialize()363 pointerPropertiesToNative(env, pointerPropertiesObj, &pointerProperties[i]); in android_view_MotionEvent_nativeInitialize()364 env->DeleteLocalRef(pointerPropertiesObj); in android_view_MotionEvent_nativeInitialize()