Home
last modified time | relevance | path

Searched defs:pointerCoords (Results 1 – 12 of 12) sorted by relevance

/frameworks/native/libs/input/tests/
DInputPublisherAndConsumer_test.cpp149 PointerCoords pointerCoords[pointerCount]; in PublishAndConsumeMotionEvent() local
257 PointerCoords pointerCoords[pointerCount]; in TEST_F() local
269 PointerCoords pointerCoords[pointerCount]; in TEST_F() local
DInputEvent_test.cpp230 PointerCoords pointerCoords[2]; in initializeEventWithHistory() local
549 PointerCoords pointerCoords[pointerCount]; in TEST_F() local
/frameworks/native/libs/input/
DInputTransport.cpp299 const PointerCoords* pointerCoords) { in publishMotionEvent()
902 PointerCoords pointerCoords[pointerCount]; in initializeMotionEvent() local
930 PointerCoords pointerCoords[pointerCount]; in addSample() local
DInput.cpp232 const PointerCoords* pointerCoords) { in initialize()
283 const PointerCoords* pointerCoords) { in addSample()
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp144 PointerCoords pointerCoords[MAX_POINTERS + 1]; in TEST_F() local
/frameworks/native/services/inputflinger/
DInputListener.cpp73 const PointerProperties* pointerProperties, const PointerCoords* pointerCoords, in NotifyMotionArgs()
DInputListener.h95 PointerCoords pointerCoords[MAX_POINTERS]; member
DInputReader.cpp2569 PointerCoords pointerCoords; in sync() local
2845 const PointerCoords& pointerCoords = mLastCookedState.cookedPointerData.pointerCoords[i]; in dump() local
4993 PointerCoords pointerCoords; in dispatchPointerGestures() local
6004 PointerCoords pointerCoords; in dispatchPointerSimple() local
6040 PointerCoords pointerCoords[MAX_POINTERS]; in dispatchMotion() local
6971 PointerCoords pointerCoords; in sync() local
6996 void JoystickInputMapper::setPointerCoordsAxisValue(PointerCoords* pointerCoords, in setPointerCoordsAxisValue()
DInputDispatcher.h518 PointerCoords pointerCoords[MAX_POINTERS]; member
770 PointerCoords pointerCoords[MAX_POINTERS]; member
DInputReader.h864 PointerCoords pointerCoords[MAX_POINTERS]; member
DInputDispatcher.cpp3940 const PointerProperties* pointerProperties, const PointerCoords* pointerCoords, in MotionEntry()
/frameworks/base/core/java/android/view/
DMotionEvent.java1381 int pointerCount, PointerProperties[] pointerIds, PointerCoords[] pointerCoords); in nativeInitialize()
1386 PointerCoords[] pointerCoords, int metaState); in nativeAddBatch()
1496 PointerCoords[] pointerCoords, int metaState, int buttonState, in obtain()
1539 int action, int pointerCount, int[] pointerIds, PointerCoords[] pointerCoords, in obtain()
2869 public final void addBatch(long eventTime, PointerCoords[] pointerCoords, int metaState) { in addBatch()