Home
last modified time | relevance | path

Searched refs:getPointerCount (Results 1 – 10 of 10) sorted by relevance

/cts/tests/tests/view/jni/
Dandroid_view_cts_AInputNativeTest.cpp37 jmethodID getPointerCount; member
59 jint pointerCount = env->CallIntMethod(obj, gMotionEventMethodIds.getPointerCount); in nativeMotionEventTest()
180 gMotionEventMethodIds.getPointerCount = env->GetMethodID(clazz, "getPointerCount", "()I"); in register_android_view_cts_AMotionEventNativeTest()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/touch/
DTouchPointView.java68 for (int i = 0; i < event.getPointerCount(); i++) { in onTouchEvent()
/cts/tests/tests/view/src/android/view/cts/
DMotionEventTest.java228 assertEquals(2, mMotionEventDynamic.getPointerCount()); in testObtainFromPropertyArrays()
485 final int pointerCount = motionEvent.getPointerCount(); in verifyCurrentPointerData()
514 final int pointerCount = motionEvent.getPointerCount(); in verifyHistoricalPointerData()
550 assertEquals(2, mMotionEventDynamic.getPointerCount()); in testGetCurrentDataWithTwoPointers()
621 assertEquals(2, mMotionEventDynamic.getPointerCount()); in testGetHistoricalDataWithTwoPointers()
640 assertEquals(2, mMotionEventDynamic.getPointerCount()); in testGetHistoricalDataWithTwoPointers()
670 assertEquals(2, mMotionEventDynamic.getPointerCount()); in testGetHistoricalDataWithTwoPointers()
814 int pointerCount = ev.getPointerCount(); in dump()
1218 assertEquals(2, mMotionEventDynamic.getPointerCount()); in testAddBatchWithTransform()
DViewTest.java3329 assertEquals(event1.getPointerCount(), event2.getPointerCount()); in compareAndRecycleMotionEvents()
/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/
DInputTestCase.java204 for (int i = 0; i < actualEvent.getPointerCount(); i++) { in assertAxis()
357 final int pointerCount = event.getPointerCount(); in splitBatchedMotionEvent()
/cts/libs/input/src/com/android/cts/input/
DInputEventMatchers.kt164 for (p in 0..<event.getPointerCount()) { in withToolType()
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
DTestUtils.java585 final int pointerCount = event.getPointerCount(); in splitBatchedMotionEvent()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityGestureDispatchTest.java207 assertEquals(1, clickDown.getPointerCount()); in testClickAt_producesDownThenUp()
/cts/tools/release-parser/tests/resources/
DShell.apk.pb.txt981 name: "getPointerCount"
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt51813 method public int getPointerCount();