Home
last modified time | relevance | path

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

/frameworks/native/libs/input/tests/
DInputPublisherAndConsumer_test.cpp151 PointerProperties pointerProperties[pointerCount]; in PublishAndConsumeMotionEvent() local
260 PointerProperties pointerProperties[pointerCount]; in TEST_F() local
276 PointerProperties pointerProperties[pointerCount]; in TEST_F() local
289 PointerProperties pointerProperties[pointerCount]; in TEST_F() local
DInputEvent_test.cpp222 PointerProperties pointerProperties[2]; in initializeEventWithHistory() local
548 PointerProperties pointerProperties[pointerCount]; in TEST_F() local
/frameworks/base/core/tests/coretests/src/android/view/
DPinchZoomAction.java67 MotionEvent.PointerProperties[] pointerProperties = in sendPinchZoomAction() local
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp143 PointerProperties pointerProperties[MAX_POINTERS + 1]; in TEST_F() local
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
DRecyclerViewOnGenericMotionEventTest.java117 MotionEvent.PointerProperties[] pointerProperties = { new MotionEvent.PointerProperties() }; in obtainScrollMotionEvent() local
DTouchUtils.java157 MotionEvent.PointerProperties[] pointerProperties = { new MotionEvent.PointerProperties() }; in scrollView() local
/frameworks/native/services/inputflinger/
DInputListener.cpp74 const PointerProperties* pointerProperties, const PointerCoords* pointerCoords, in NotifyMotionArgs()
DInputListener.h101 PointerProperties pointerProperties[MAX_POINTERS]; member
DInputDispatcher.cpp157 const PointerProperties* pointerProperties) { in validateMotionEvent()
2300 const PointerProperties& pointerProperties = in splitMotionEvent() local
2330 const PointerProperties& pointerProperties = in splitMotionEvent() local
2670 const PointerProperties* pointerProperties = motionEvent->getPointerProperties(); in injectInputEvent() local
3999 const PointerProperties* pointerProperties, const PointerCoords* pointerCoords, in MotionEntry()
DInputDispatcher.h522 PointerProperties pointerProperties[MAX_POINTERS]; member
774 PointerProperties pointerProperties[MAX_POINTERS]; member
DInputReader.cpp2817 PointerProperties pointerProperties; in sync() local
3049 PointerProperties pointerProperties; in sync() local
3207 const PointerProperties& pointerProperties = in dump() local
5406 PointerProperties pointerProperties; in dispatchPointerGestures() local
6456 PointerProperties pointerProperties[MAX_POINTERS]; in dispatchMotion() local
7383 PointerProperties pointerProperties; in sync() local
DInputReader.h835 PointerProperties pointerProperties[MAX_POINTERS]; member
/frameworks/base/core/jni/
Dandroid_view_MotionEvent.cpp323 static void pointerPropertiesFromNative(JNIEnv* env, const PointerProperties* pointerProperties, in pointerPropertiesFromNative()
355 PointerProperties pointerProperties[pointerCount]; in android_view_MotionEvent_nativeInitialize() local
452 const PointerProperties* pointerProperties = event->getPointerProperties(pointerIndex); in android_view_MotionEvent_nativeGetPointerProperties() local
/frameworks/native/libs/input/
DInputTransport.cpp404 const PointerProperties* pointerProperties, in publishMotionEvent()
1045 PointerProperties pointerProperties[pointerCount]; in initializeMotionEvent() local
DInput.cpp231 const PointerProperties* pointerProperties, in initialize()
/frameworks/base/core/java/android/view/
DMotionEvent.java1629 int action, int pointerCount, PointerProperties[] pointerProperties, in obtain()