Searched defs:pointerProperties (Results 1 – 13 of 13) sorted by relevance
| /frameworks/native/libs/input/tests/ |
| D | InputPublisherAndConsumer_test.cpp | 148 PointerProperties pointerProperties[pointerCount]; in PublishAndConsumeMotionEvent() local 256 PointerProperties pointerProperties[pointerCount]; in TEST_F() local 268 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 | 143 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 | 94 PointerProperties pointerProperties[MAX_POINTERS]; member
|
| D | InputDispatcher.cpp | 148 const PointerProperties* pointerProperties) { in validateMotionEvent() 2292 const PointerProperties& pointerProperties = in splitMotionEvent() local 2322 const PointerProperties& pointerProperties = in splitMotionEvent() local 2644 const PointerProperties* pointerProperties = motionEvent->getPointerProperties(); in injectInputEvent() local 3969 const PointerProperties* pointerProperties, const PointerCoords* pointerCoords, in MotionEntry()
|
| D | InputDispatcher.h | 523 PointerProperties pointerProperties[MAX_POINTERS]; member 775 PointerProperties pointerProperties[MAX_POINTERS]; member
|
| D | InputReader.cpp | 2574 PointerProperties pointerProperties; in sync() local 2853 const PointerProperties& pointerProperties = in dump() local 5000 PointerProperties pointerProperties; in dispatchPointerGestures() local 6053 PointerProperties pointerProperties[MAX_POINTERS]; in dispatchMotion() local 6978 PointerProperties pointerProperties; in sync() local
|
| D | InputReader.h | 863 PointerProperties pointerProperties[MAX_POINTERS]; member
|
| /frameworks/native/libs/input/ |
| D | InputTransport.cpp | 302 const PointerProperties* pointerProperties, in publishMotionEvent() 910 PointerProperties pointerProperties[pointerCount]; in initializeMotionEvent() local
|
| D | Input.cpp | 231 const PointerProperties* pointerProperties, in initialize()
|
| /frameworks/base/core/jni/ |
| D | android_view_MotionEvent.cpp | 323 static void pointerPropertiesFromNative(JNIEnv* env, const PointerProperties* pointerProperties, in pointerPropertiesFromNative() 353 PointerProperties pointerProperties[pointerCount]; in android_view_MotionEvent_nativeInitialize() local 683 const PointerProperties* pointerProperties = event->getPointerProperties(pointerIndex); in android_view_MotionEvent_nativeGetPointerProperties() local
|
| /frameworks/base/core/java/android/view/ |
| D | MotionEvent.java | 1510 int action, int pointerCount, PointerProperties[] pointerProperties, in obtain()
|