Home
last modified time | relevance | path

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

/cts/tests/tests/view/jni/
Dandroid_view_cts_AInputNativeTest.cpp41 jmethodID getClassification; member
61 jint classification = env->CallIntMethod(obj, gMotionEventMethodIds.getClassification); in nativeMotionEventTest()
184 gMotionEventMethodIds.getClassification = env->GetMethodID(clazz, "getClassification", "()I"); in register_android_view_cts_AMotionEventNativeTest()
/cts/tests/tests/view/src/android/view/cts/
DMotionEventTest.java252 mMotionEventDynamic.getClassification()); in testObtainWithClassification()
1095 assertEquals(MotionEvent.CLASSIFICATION_NONE, mMotionEvent1.getClassification()); in testGetClassification()
1096 assertEquals(MotionEvent.CLASSIFICATION_NONE, mMotionEvent2.getClassification()); in testGetClassification()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt51778 method public int getClassification();