Home
last modified time | relevance | path

Searched refs:pointerProperties (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/classifier/
H A DPointerCountClassifierTest.java68 MotionEvent.PointerProperties[] pointerProperties = in testFail_multiPointer() local
70 pointerProperties[0].id = 0; in testFail_multiPointer()
71 pointerProperties[1].id = 1; in testFail_multiPointer()
74 1, 1, MotionEvent.ACTION_DOWN, 2, pointerProperties, pointerCoords, 0, 0, 0, 0, 0, in testFail_multiPointer()
85 MotionEvent.PointerProperties[] pointerProperties = in testPass_multiPointerDragDown() local
87 pointerProperties[0].id = 0; in testPass_multiPointerDragDown()
88 pointerProperties[1].id = 1; in testPass_multiPointerDragDown()
91 1, 1, MotionEvent.ACTION_DOWN, 2, pointerProperties, pointerCoords, 0, 0, 0, 0, 0, in testPass_multiPointerDragDown()
H A DClassifierTest.java157 MotionEvent.PointerProperties[] pointerProperties = in appendTrackpadMotionEvent() local
161 pointerProperties[i] = getPointerProperties(i); in appendTrackpadMotionEvent()
164 return MotionEvent.obtain(1, eventTime, actionType, pointerCount, pointerProperties, in appendTrackpadMotionEvent()
/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DPinchZoomAction.java66 MotionEvent.PointerProperties[] pointerProperties = in sendPinchZoomAction() local
86 eventTime, MotionEvent.ACTION_DOWN, 1, pointerProperties, pointerCoords, in sendPinchZoomAction()
93 2, pointerProperties, pointerCoords, 0, 0, 1, 1, 0, 0, 0, 0); in sendPinchZoomAction()
131 MotionEvent.ACTION_MOVE, 2, pointerProperties, pointerCoords, in sendPinchZoomAction()
151 MotionEvent.ACTION_POINTER_UP, 2, pointerProperties, pointerCoords, in sendPinchZoomAction()
166 MotionEvent.ACTION_POINTER_UP, 1, pointerProperties, pointerCoords, in sendPinchZoomAction()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/utils/
H A DTouchEventGenerator.java93 MotionEvent.PointerProperties pointerProperties = new MotionEvent.PointerProperties(); in generateMultiplePointersEvent() local
94 pointerProperties.id = i; in generateMultiplePointersEvent()
95 pointerProperties.toolType = MotionEvent.TOOL_TYPE_FINGER; in generateMultiplePointersEvent()
96 pointerPropertiesArray[i] = pointerProperties; in generateMultiplePointersEvent()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/udfps/
H A DSinglePointerTouchProcessorTest.kt581 val pointerProperties = regex
606 pointerProperties = pointerProperties,
693 pointerProperties: Array<MotionEvent.PointerProperties>,
703 pointerProperties /* pointerProperties */,
730 pointerProperties: List<MotionEvent.PointerProperties>,
737 pointerProperties.toTypedArray(),
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DFalsingDataProvider.java326 PointerProperties pointerProperties = new PointerProperties();
327 motionEvent.getPointerProperties(i, pointerProperties);
328 pointerPropertiesList.add(pointerProperties);
/aosp14/frameworks/base/core/jni/
H A Dandroid_view_MotionEvent.cpp324 static void pointerPropertiesFromNative(JNIEnv* env, const PointerProperties* pointerProperties, in pointerPropertiesFromNative() argument
327 pointerProperties->id); in pointerPropertiesFromNative()
329 static_cast<int32_t>(pointerProperties->toolType)); in pointerPropertiesFromNative()
354 PointerProperties pointerProperties[pointerCount]; in android_view_MotionEvent_nativeInitialize() local
362 pointerPropertiesToNative(env, pointerPropertiesObj, &pointerProperties[i]); in android_view_MotionEvent_nativeInitialize()
382 eventTimeNanos, pointerCount, pointerProperties, rawPointerCoords); in android_view_MotionEvent_nativeInitialize()
476 const PointerProperties* pointerProperties = event->getPointerProperties(pointerIndex); in android_view_MotionEvent_nativeGetPointerProperties() local
477 pointerPropertiesFromNative(env, pointerProperties, outPointerPropertiesObj); in android_view_MotionEvent_nativeGetPointerProperties()
/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DInputShellCommand.java161 MotionEvent.PointerProperties[] pointerProperties = in injectMotionEvent() local
165 pointerProperties[i] = new MotionEvent.PointerProperties(); in injectMotionEvent()
166 pointerProperties[i].id = i; in injectMotionEvent()
167 pointerProperties[i].toolType = getToolType(inputSource); in injectMotionEvent()
179 pointerProperties, pointerCoords, DEFAULT_META_STATE, DEFAULT_BUTTON_STATE, in injectMotionEvent()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/
H A DFullScreenMagnificationGestureHandlerTest.java971 MotionEvent.PointerProperties pointerProperties = new MotionEvent.PointerProperties(); in pointerEvent() local
972 pointerProperties.id = i; in pointerEvent()
973 pointerProperties.toolType = MotionEvent.TOOL_TYPE_FINGER; in pointerEvent()
974 PointerPropertiesArray[i] = pointerProperties; in pointerEvent()
/aosp14/frameworks/base/core/java/android/view/
H A DMotionEvent.java1868 @SuppressLint("ArrayReturn") @NonNull PointerProperties[] pointerProperties, in obtain()
1875 downTime * NS_PER_MS, eventTime * NS_PER_MS, pointerCount, pointerProperties, in obtain()
1916 int action, int pointerCount, PointerProperties[] pointerProperties, in obtain() argument
1920 return obtain(downTime, eventTime, action, pointerCount, pointerProperties, pointerCoords, in obtain()
1954 int action, int pointerCount, PointerProperties[] pointerProperties, in obtain() argument
1958 return obtain(downTime, eventTime, action, pointerCount, pointerProperties, pointerCoords, in obtain()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...