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

/frameworks/base/core/jni/
H A Dandroid_view_MotionEvent.cpp182 static bool validatePointerProperties(JNIEnv* env, jobject pointerPropertiesObj) { argument
183 if (!pointerPropertiesObj) {
317 static void pointerPropertiesToNative(JNIEnv* env, jobject pointerPropertiesObj, argument
320 outPointerProperties->id = env->GetIntField(pointerPropertiesObj,
322 outPointerProperties->toolType = env->GetIntField(pointerPropertiesObj,
360 jobject pointerPropertiesObj = env->GetObjectArrayElement(pointerPropertiesObjArray, i); local
361 if (!pointerPropertiesObj) {
364 pointerPropertiesToNative(env, pointerPropertiesObj, &pointerProperties[i]);
365 env->DeleteLocalRef(pointerPropertiesObj);

Completed in 1195 milliseconds