Home
last modified time | relevance | path

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

/frameworks/native/libs/input/tests/
DInputPublisherAndConsumer_test.cpp152 PointerProperties pointerProperties[pointerCount]; in PublishAndConsumeMotionEvent() local
262 PointerProperties pointerProperties[pointerCount]; in TEST_F() local
279 PointerProperties pointerProperties[pointerCount]; in TEST_F() local
293 PointerProperties pointerProperties[pointerCount]; in TEST_F() local
DInputEvent_test.cpp228 PointerProperties pointerProperties[2]; in initializeEventWithHistory() local
561 PointerProperties pointerProperties[pointerCount]; in TEST_F() local
619 PointerProperties pointerProperties[pointerCount]; in TEST_F() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/classifier/brightline/
DPointerCountClassifierTest.java64 MotionEvent.PointerProperties[] pointerProperties = in testFail_multiPointer() local
/frameworks/native/services/inputflinger/
DInputClassifierConverter.cpp372 std::vector<common::V1_0::PointerProperties> pointerProperties; in notifyMotionArgsToHalMotionEvent() local
DInputListener.cpp95 const PointerProperties* pointerProperties, const PointerCoords* pointerCoords, in NotifyMotionArgs()
DInputDispatcher.h575 PointerProperties pointerProperties[MAX_POINTERS]; member
835 PointerProperties pointerProperties[MAX_POINTERS]; member
DInputDispatcher.cpp179 const PointerProperties* pointerProperties) { in validateMotionEvent()
2510 const PointerProperties& pointerProperties = in splitMotionEvent() local
2540 const PointerProperties& pointerProperties = in splitMotionEvent() local
2905 const PointerProperties* pointerProperties = motionEvent->getPointerProperties(); in injectInputEvent() local
4608 const PointerProperties* pointerProperties, const PointerCoords* pointerCoords, in MotionEntry()
DInputReader.cpp2767 PointerProperties pointerProperties; in sync() local
3018 PointerProperties pointerProperties; in sync() local
3178 const PointerProperties& pointerProperties = in dump() local
5442 PointerProperties pointerProperties; in dispatchPointerGestures() local
6504 PointerProperties pointerProperties[MAX_POINTERS]; in dispatchMotion() local
7440 PointerProperties pointerProperties; in sync() local
DInputReader.h542 PointerProperties pointerProperties[MAX_POINTERS]; member
/frameworks/base/core/tests/coretests/src/android/view/
DPinchZoomAction.java66 MotionEvent.PointerProperties[] pointerProperties = in sendPinchZoomAction() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/brightline/
DFalsingDataProvider.java216 PointerProperties pointerProperties = new PointerProperties(); in unpackMotionEvent() local
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp236 PointerProperties pointerProperties[MAX_POINTERS + 1]; in TEST_F() local
527 PointerProperties pointerProperties[1]; in injectMotionDown() local
565 PointerProperties pointerProperties[1]; in generateMotionArgs() local
/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
453 const PointerProperties* pointerProperties = event->getPointerProperties(pointerIndex); in android_view_MotionEvent_nativeGetPointerProperties() local
/frameworks/native/services/inputflinger/include/
DInputListener.h118 PointerProperties pointerProperties[MAX_POINTERS]; member
/frameworks/native/libs/input/
DInputTransport.cpp486 const PointerProperties* pointerProperties, in publishMotionEvent()
1131 PointerProperties pointerProperties[pointerCount]; in initializeMotionEvent() local
DInput.cpp256 const PointerProperties* pointerProperties, in initialize()
/frameworks/base/core/java/android/view/
DMotionEvent.java1689 int action, int pointerCount, PointerProperties[] pointerProperties, in obtain()
1736 int action, int pointerCount, PointerProperties[] pointerProperties, in obtain()