Home
last modified time | relevance | path

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

/frameworks/native/libs/input/tests/
DInputPublisherAndConsumer_test.cpp148 PointerProperties pointerProperties[pointerCount]; in PublishAndConsumeMotionEvent() local
256 PointerProperties pointerProperties[pointerCount]; in TEST_F() local
268 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/tests/src/android/support/v7/widget/
DRecyclerViewOnGenericMotionEventTest.java120 MotionEvent.PointerProperties[] pointerProperties = { new MotionEvent.PointerProperties() }; in obtainScrollMotionEvent() local
/frameworks/native/services/inputflinger/
DInputListener.cpp73 const PointerProperties* pointerProperties, const PointerCoords* pointerCoords, in NotifyMotionArgs()
DInputListener.h94 PointerProperties pointerProperties[MAX_POINTERS]; member
DInputDispatcher.cpp148 const PointerProperties* pointerProperties) { in validateMotionEvent()
2295 const PointerProperties& pointerProperties = in splitMotionEvent() local
2325 const PointerProperties& pointerProperties = in splitMotionEvent() local
2647 const PointerProperties* pointerProperties = motionEvent->getPointerProperties(); in injectInputEvent() local
3972 const PointerProperties* pointerProperties, const PointerCoords* pointerCoords, in MotionEntry()
DInputDispatcher.h523 PointerProperties pointerProperties[MAX_POINTERS]; member
775 PointerProperties pointerProperties[MAX_POINTERS]; member
DInputReader.cpp2700 PointerProperties pointerProperties; in sync() local
2924 PointerProperties pointerProperties; in sync() local
3078 const PointerProperties& pointerProperties = in dump() local
5261 PointerProperties pointerProperties; in dispatchPointerGestures() local
6315 PointerProperties pointerProperties[MAX_POINTERS]; in dispatchMotion() local
7241 PointerProperties pointerProperties; in sync() local
DInputReader.h819 PointerProperties pointerProperties[MAX_POINTERS]; member
/frameworks/base/core/jni/
Dandroid_view_MotionEvent.cpp323 static void pointerPropertiesFromNative(JNIEnv* env, const PointerProperties* pointerProperties, in pointerPropertiesFromNative()
353 PointerProperties pointerProperties[pointerCount]; in android_view_MotionEvent_nativeInitialize() local
450 const PointerProperties* pointerProperties = event->getPointerProperties(pointerIndex); in android_view_MotionEvent_nativeGetPointerProperties() local
/frameworks/native/libs/input/
DInputTransport.cpp301 const PointerProperties* pointerProperties, in publishMotionEvent()
915 PointerProperties pointerProperties[pointerCount]; in initializeMotionEvent() local
DInput.cpp231 const PointerProperties* pointerProperties, in initialize()
/frameworks/base/core/java/android/view/
DMotionEvent.java1625 int action, int pointerCount, PointerProperties[] pointerProperties, in obtain()