Home
last modified time | relevance | path

Searched defs:xCursorPosition (Results 1 – 13 of 13) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DNotifyArgs_test.cpp66 float xCursorPosition = 5.6f; in TEST() local
/frameworks/native/services/inputflinger/dispatcher/
DInputState.h97 float xCursorPosition; member
DEntry.cpp217 float xCursorPosition, float yCursorPosition, nsecs_t downTime, in MotionEntry()
DEntry.h174 float xCursorPosition; member
/frameworks/native/services/inputflinger/reader/mapper/
DCursorInputMapper.cpp283 float xCursorPosition = AMOTION_EVENT_INVALID_CURSOR_POSITION; in sync() local
DTouchInputMapper.cpp3853 float xCursorPosition = AMOTION_EVENT_INVALID_CURSOR_POSITION; in dispatchMotion() local
/frameworks/native/services/inputflinger/
DNotifyArgs.cpp71 float xCursorPosition, float yCursorPosition, nsecs_t downTime, in NotifyMotionArgs()
/frameworks/native/services/inputflinger/reader/mapper/gestures/
DGestureConverter.cpp553 float xCursorPosition, float yCursorPosition) { in makeMotionArgs()
/frameworks/native/services/inputflinger/include/
DNotifyArgs.h117 float xCursorPosition; member
/frameworks/native/libs/input/tests/
DInputPublisherAndConsumer_test.cpp163 constexpr float xCursorPosition = 1.3; in PublishAndConsumeMotionEvent() local
/frameworks/native/include/input/
DInputTransport.h140 float xCursorPosition; member
/frameworks/native/libs/input/
DInputTransport.cpp615 float yPrecision, float xCursorPosition, float yCursorPosition, in publishMotionEvent()
/frameworks/base/core/java/android/view/
DMotionEvent.java4198 final float xCursorPosition = getXCursorPosition(); in getXDispatchLocation() local