Searched refs:gMotionEventMethodIds (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/view/jni/ |
D | android_view_cts_AInputNativeTest.cpp | 42 } gMotionEventMethodIds; variable 55 jint action = env->CallIntMethod(obj, gMotionEventMethodIds.getAction); in nativeMotionEventTest() 56 jlong downTime = env->CallLongMethod(obj, gMotionEventMethodIds.getDownTime) * NS_PER_MS; in nativeMotionEventTest() 57 jlong eventTime = env->CallLongMethod(obj, gMotionEventMethodIds.getEventTime) * NS_PER_MS; in nativeMotionEventTest() 58 jint metaState = env->CallIntMethod(obj, gMotionEventMethodIds.getMetaState); in nativeMotionEventTest() 59 jint pointerCount = env->CallIntMethod(obj, gMotionEventMethodIds.getPointerCount); in nativeMotionEventTest() 60 jint actionButton = env->CallIntMethod(obj, gMotionEventMethodIds.getActionButton); in nativeMotionEventTest() 61 jint classification = env->CallIntMethod(obj, gMotionEventMethodIds.getClassification); in nativeMotionEventTest() 93 jfloat rawX = env->CallFloatMethod(obj, gMotionEventMethodIds.getRawX, i); in nativeMotionEventTest() 94 jfloat rawY = env->CallFloatMethod(obj, gMotionEventMethodIds.getRawY, i); in nativeMotionEventTest() [all …]
|