Searched defs:pointerProperties (Results 1 – 13 of 13) sorted by relevance
| /frameworks/native/libs/input/tests/ |
| D | InputPublisherAndConsumer_test.cpp | 147 PointerProperties pointerProperties[pointerCount]; in PublishAndConsumeMotionEvent() local 255 PointerProperties pointerProperties[pointerCount]; in TEST_F() local 267 PointerProperties pointerProperties[pointerCount]; in TEST_F() local
|
| D | InputEvent_test.cpp | 222 PointerProperties pointerProperties[2]; in initializeEventWithHistory() local 548 PointerProperties pointerProperties[pointerCount]; in TEST_F() local
|
| /frameworks/native/services/inputflinger/tests/ |
| D | InputDispatcher_test.cpp | 145 PointerProperties pointerProperties[MAX_POINTERS + 1]; in TEST_F() local
|
| /frameworks/native/services/inputflinger/ |
| D | InputListener.cpp | 73 const PointerProperties* pointerProperties, const PointerCoords* pointerCoords, in NotifyMotionArgs()
|
| D | InputListener.h | 93 PointerProperties pointerProperties[MAX_POINTERS]; member
|
| D | InputDispatcher.cpp | 145 const PointerProperties* pointerProperties) { in validateMotionEvent() 2242 const PointerProperties& pointerProperties = in splitMotionEvent() local 2272 const PointerProperties& pointerProperties = in splitMotionEvent() local 2591 const PointerProperties* pointerProperties = motionEvent->getPointerProperties(); in injectInputEvent() local 3927 const PointerProperties* pointerProperties, const PointerCoords* pointerCoords, in MotionEntry()
|
| D | InputDispatcher.h | 516 PointerProperties pointerProperties[MAX_POINTERS]; member 761 PointerProperties pointerProperties[MAX_POINTERS]; member
|
| D | InputReader.cpp | 2465 PointerProperties pointerProperties; in sync() local 2712 const PointerProperties& pointerProperties = mLastCookedPointerData.pointerProperties[i]; in dump() local 4602 PointerProperties pointerProperties; in dispatchPointerGestures() local 5648 PointerProperties pointerProperties[MAX_POINTERS]; in dispatchMotion() local 6498 PointerProperties pointerProperties; in sync() local
|
| D | InputReader.h | 820 PointerProperties pointerProperties[MAX_POINTERS]; member
|
| /frameworks/native/libs/input/ |
| D | InputTransport.cpp | 297 const PointerProperties* pointerProperties, in publishMotionEvent() 899 PointerProperties pointerProperties[pointerCount]; in initializeMotionEvent() local
|
| D | Input.cpp | 230 const PointerProperties* pointerProperties, in initialize()
|
| /frameworks/base/core/jni/ |
| D | android_view_MotionEvent.cpp | 322 static void pointerPropertiesFromNative(JNIEnv* env, const PointerProperties* pointerProperties, in pointerPropertiesFromNative() 352 PointerProperties pointerProperties[pointerCount]; in android_view_MotionEvent_nativeInitialize() local 664 const PointerProperties* pointerProperties = event->getPointerProperties(pointerIndex); in android_view_MotionEvent_nativeGetPointerProperties() local
|
| /frameworks/base/core/java/android/view/ |
| D | MotionEvent.java | 1452 int action, int pointerCount, PointerProperties[] pointerProperties, in obtain()
|