Home
last modified time | relevance | path

Searched defs:pointerProperties (Results 1 – 25 of 277) sorted by relevance

12345678910>>...12

/aosp_15_r20/cts/tests/tests/hardware/src/android/hardware/input/cts/virtualcreators/
H A DVirtualInputEventCreator.kt41 val pointerProperties = PointerProperties() in createMouseEvent() constant
77 val pointerProperties = PointerProperties() in createTouchscreenEvent() constant
113 val pointerProperties = PointerProperties() in createNavigationTouchpadMotionEvent() constant
212 val pointerProperties = PointerProperties() in createStylusEvent() constant
239 val pointerProperties = PointerProperties() in createRotaryEvent() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/classifier/
H A DPointerCountClassifierTest.java68 MotionEvent.PointerProperties[] pointerProperties = in testFail_multiPointer() local
85 MotionEvent.PointerProperties[] pointerProperties = in testPass_multiPointerDragDown() local
/aosp_15_r20/frameworks/native/services/inputflinger/benchmarks/
H A DInputDispatcher_benchmarks.cpp49 PointerProperties pointerProperties[1]; in generateMotionEvent() local
77 PointerProperties pointerProperties[1]; in generateMotionArgs() local
/aosp_15_r20/frameworks/native/libs/input/tests/
H A DInputPublisherAndConsumer_test.cpp75 std::vector<PointerProperties> pointerProperties; member
618 PointerProperties pointerProperties[pointerCount]; in TEST_F() local
639 PointerProperties pointerProperties[pointerCount]; in TEST_F() local
657 PointerProperties pointerProperties[pointerCount]; in TEST_F() local
H A DInputEvent_test.cpp828 PointerProperties pointerProperties[pointerCount]; in TEST_F() local
892 std::vector<PointerProperties> pointerProperties; in createMotionEvent() local
1038 PointerProperties pointerProperties[pointerCount]; in TEST_F() local
1061 PointerProperties pointerProperties[pointerCount]; in TEST_F() local
H A DInputPublisherAndConsumerNoResampling_test.cpp85 std::vector<PointerProperties> pointerProperties; member
884 PointerProperties pointerProperties[pointerCount]; in TEST_F() local
906 PointerProperties pointerProperties[pointerCount]; in TEST_F() local
924 PointerProperties pointerProperties[pointerCount]; in TEST_F() local
H A DVerifiedInputEvent_test.cpp35 PointerProperties pointerProperties[pointerCount]; in getMotionEventWithFlags() local
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowMotionEvent.java353 PointerProperties pointerProperties = event.getPointerProperties(pointerIndex); in nativeGetPointerProperties() local
743 List<PointerProperties> pointerProperties = event.getPointerProperties(); in setPointer2() local
752 List<NativeInput.PointerCoords> pointerCoords, List<PointerProperties> pointerProperties) { in ensureTwoPointers()
782 List<PointerProperties> pointerProperties = event.getPointerProperties(); in setPointerIds() local
H A DNativeInput.java573 PointerProperties[] pointerProperties, in resolveActionForSplitMotionEvent()
611 List<PointerProperties> pointerProperties = new ArrayList<>(mPointerProperties); in nativeSplit() local
690 PointerProperties[] pointerProperties, in initialize()
/aosp_15_r20/cts/tests/tests/mediacujtest/common/src/android/media/cujcommon/cts/
H A DPinchToZoomTestPlayerListener.java134 PointerProperties[] pointerProperties, PointerCoords[] pointerCoords) { in obtainAndSendPointerEvent()
189 PointerProperties[] pointerProperties = getPointerProperties(); in pinchAndZoom() local
/aosp_15_r20/cts/tests/input/src/android/input/cts/
H A DInputShellCommandTest.kt157 val pointerProperties = MotionEvent.PointerProperties() in assertToolType() constant
/aosp_15_r20/cts/libs/input/src/com/android/cts/input/
H A DMotionEventBuilder.kt67 val pointerProperties = pointers.map { it.buildProperties() } in build() constant
/aosp_15_r20/frameworks/native/libs/input/
H A DInput.cpp61 int32_t action, int32_t flags, const std::vector<PointerProperties>& pointerProperties, in resolveActionForSplitMotionEvent()
279 for (const PointerProperties& pointerProperties : properties) { in isStylusEvent() local
561 const PointerProperties* pointerProperties, in initialize()
1008 const std::vector<PointerProperties>& pointerProperties, in split()
H A DInputVerifier.cpp38 const PointerProperties* pointerProperties, in processMovement()
/aosp_15_r20/frameworks/native/services/inputflinger/dispatcher/
H A DInputState.cpp456 std::vector<PointerProperties> pointerProperties; in synthesizePointerDownEvents() local
525 std::vector<PointerProperties> pointerProperties = memento.pointerProperties; in synthesizeCancelationEventsForPointers() local
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/udfps/
H A DSinglePointerTouchProcessorTest.kt605 val pointerProperties = in genPositiveTestCases() constant
/aosp_15_r20/out/soong/.intermediates/prebuilts/misc/common/androidx-test/androidx.test.ext.truth-nodeps/android_common/aar/
Dandroidx.test.ext.truth-nodeps.jarandroidx/ androidx/test/ androidx/test/ext/ androidx/test/ext/truth ...
Dclasses.jarandroidx/ androidx/test/ androidx/test/ext/ androidx/test/ext/truth ...
/aosp_15_r20/cts/tests/tests/view/src/android/view/cts/
H A DMotionEvent_PointerPropertiesTest.java54 final MotionEvent.PointerProperties pointerProperties = new MotionEvent.PointerProperties(); in testCopyFrom() local
/aosp_15_r20/frameworks/base/tests/Input/src/com/android/server/input/debug/
H A DFocusEventDebugViewTest.java92 PointerProperties pointerProperties = new PointerProperties(); in createRotaryMotionEvent() local
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/input/common/aidl/android.hardware.input.common-V1-ndk-source/gen/include/aidl/android/hardware/input/common/
DMotionEvent.h63 std::vector<::aidl::android::hardware::input::common::PointerProperties> pointerProperties; variable
/aosp_15_r20/frameworks/base/core/jni/
H A Dandroid_view_MotionEvent.cpp312 static void pointerPropertiesFromNative(JNIEnv* env, const PointerProperties* pointerProperties, in pointerPropertiesFromNative()
346 std::vector<PointerProperties> pointerProperties; in android_view_MotionEvent_nativeInitialize() local
479 const PointerProperties* pointerProperties = event->getPointerProperties(pointerIndex); in android_view_MotionEvent_nativeGetPointerProperties() local
/aosp_15_r20/development/samples/VirtualDeviceManager/common/src/com/example/android/vdmdemo/common/
H A DRotaryFragment.java82 final MotionEvent.PointerProperties pointerProperties = in onScroll() local
/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DNotifyArgs_test.cpp49 PointerProperties pointerProperties[pointerCount]; in TEST() local
/aosp_15_r20/frameworks/native/services/inputflinger/tests/fuzzers/
H A DFuzzedInputStream.h166 std::vector<PointerProperties> pointerProperties; in generateFuzzedMotionArgs() local

12345678910>>...12