HomeSort by relevance Sort by last modified time
    Searched full:pointerpropertiesobj (Results 1 - 1 of 1) sorted by null

  /frameworks/base/core/jni/
android_view_MotionEvent.cpp 185 static bool validatePointerProperties(JNIEnv* env, jobject pointerPropertiesObj) {
186 if (!pointerPropertiesObj) {
314 static void pointerPropertiesToNative(JNIEnv* env, jobject pointerPropertiesObj,
317 outPointerProperties->id = env->GetIntField(pointerPropertiesObj,
319 outPointerProperties->toolType = env->GetIntField(pointerPropertiesObj,
357 jobject pointerPropertiesObj = env->GetObjectArrayElement(pointerPropertiesObjArray, i);
358 if (!pointerPropertiesObj) {
361 pointerPropertiesToNative(env, pointerPropertiesObj, &pointerProperties[i]);
362 env->DeleteLocalRef(pointerPropertiesObj);
    [all...]

Completed in 456 milliseconds