Searched refs:getClassification (Results 1 – 3 of 3) sorted by relevance
41 jmethodID getClassification; member61 jint classification = env->CallIntMethod(obj, gMotionEventMethodIds.getClassification); in nativeMotionEventTest()184 gMotionEventMethodIds.getClassification = env->GetMethodID(clazz, "getClassification", "()I"); in register_android_view_cts_AMotionEventNativeTest()
252 mMotionEventDynamic.getClassification()); in testObtainWithClassification()1095 assertEquals(MotionEvent.CLASSIFICATION_NONE, mMotionEvent1.getClassification()); in testGetClassification()1096 assertEquals(MotionEvent.CLASSIFICATION_NONE, mMotionEvent2.getClassification()); in testGetClassification()
51778 method public int getClassification();