Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DNotifyArgs_test.cpp66 float xCursorPosition = 5.6f; in TEST() local
/frameworks/native/include/input/
DInputEventBuilders.h158 InputMessageBuilder& xCursorPosition(float xCursorPosition) { in xCursorPosition() argument
DInputTransport.h138 float xCursorPosition; member
/frameworks/native/services/inputflinger/dispatcher/
DInputState.h109 float xCursorPosition; member
DEntry.cpp185 float xCursorPosition, float yCursorPosition, nsecs_t downTime, in MotionEntry()
DEntry.h169 float xCursorPosition; member
/frameworks/native/services/inputflinger/reader/mapper/
DCursorInputMapper.cpp292 float xCursorPosition = AMOTION_EVENT_INVALID_CURSOR_POSITION; in sync() local
DTouchInputMapper.cpp3770 float xCursorPosition = AMOTION_EVENT_INVALID_CURSOR_POSITION; in dispatchMotion() local
/frameworks/native/services/inputflinger/
DNotifyArgs.cpp66 float xCursorPosition, float yCursorPosition, nsecs_t downTime, in NotifyMotionArgs()
/frameworks/native/services/inputflinger/dispatcher/trace/
DInputTracingBackendInterface.h83 float xCursorPosition; member
/frameworks/native/services/inputflinger/include/
DNotifyArgs.h102 float xCursorPosition; member
/frameworks/native/libs/input/
DInputTransport.cpp591 float xPrecision, float yPrecision, float xCursorPosition, float yCursorPosition, in publishMotionEvent()
/frameworks/native/libs/input/tests/
DInputPublisherAndConsumer_test.cpp67 const float xCursorPosition = 1.3; member
DInputPublisherAndConsumerNoResampling_test.cpp77 const float xCursorPosition = 1.3; member
/frameworks/base/core/java/android/view/
DMotionEvent.java4267 final float xCursorPosition = getXCursorPosition(); in getXDispatchLocation() local