Home
last modified time | relevance | path

Searched refs:pointerPropertiesObj (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/core/jni/
H A Dandroid_view_MotionEvent.cpp205 static bool validatePointerProperties(JNIEnv* env, jobject pointerPropertiesObj) { in validatePointerProperties() argument
206 if (!pointerPropertiesObj) { in validatePointerProperties()
314 static void pointerPropertiesToNative(JNIEnv* env, jobject pointerPropertiesObj, in pointerPropertiesToNative() argument
317 outPointerProperties->id = env->GetIntField(pointerPropertiesObj, in pointerPropertiesToNative()
319 const int32_t toolType = env->GetIntField(pointerPropertiesObj, in pointerPropertiesToNative()
358 jobject pointerPropertiesObj = env->GetObjectArrayElement(pointerPropertiesObjArray, i); in android_view_MotionEvent_nativeInitialize() local
359 if (!pointerPropertiesObj) { in android_view_MotionEvent_nativeInitialize()
362 pointerPropertiesToNative(env, pointerPropertiesObj, &pointerProperties[i]); in android_view_MotionEvent_nativeInitialize()
363 env->DeleteLocalRef(pointerPropertiesObj); in android_view_MotionEvent_nativeInitialize()