Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputState.h99 float xCursorPosition; member
H A DEntry.cpp201 float xCursorPosition, float yCursorPosition, nsecs_t downTime, in MotionEntry()
H A DEntry.h172 float xCursorPosition; member
/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DCursorInputMapper.cpp341 float xCursorPosition = AMOTION_EVENT_INVALID_CURSOR_POSITION; in sync() local
H A DTouchInputMapper.cpp3672 float xCursorPosition = AMOTION_EVENT_INVALID_CURSOR_POSITION; in dispatchMotion() local
/aosp12/frameworks/native/services/inputflinger/include/
H A DInputListener.h122 float xCursorPosition; member
/aosp12/frameworks/native/libs/input/tests/
H A DInputPublisherAndConsumer_test.cpp164 constexpr float xCursorPosition = 1.3; in PublishAndConsumeMotionEvent() local
/aosp12/frameworks/native/services/inputflinger/
H A DInputListener.cpp104 float xCursorPosition, float yCursorPosition, nsecs_t downTime, in NotifyMotionArgs()
/aosp12/frameworks/native/include/input/
H A DInputTransport.h137 float xCursorPosition; member
/aosp12/frameworks/native/libs/input/
H A DInputTransport.cpp538 float yPrecision, float xCursorPosition, float yCursorPosition, uint32_t displayOrientation, in publishMotionEvent()