Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DNotifyArgs_test.cpp66 float xCursorPosition = 5.6f; in TEST() local
/frameworks/native/services/inputflinger/dispatcher/
DInputState.h109 float xCursorPosition; member
DEntry.cpp194 float xCursorPosition, float yCursorPosition, nsecs_t downTime, in MotionEntry()
DEntry.h168 float xCursorPosition; member
/frameworks/native/services/inputflinger/reader/mapper/
DCursorInputMapper.cpp291 float xCursorPosition = AMOTION_EVENT_INVALID_CURSOR_POSITION; in sync() local
DTouchInputMapper.cpp3690 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/dispatcher/trace/
DInputTracingBackendInterface.h83 float xCursorPosition; member
/frameworks/native/libs/input/
DInputTransport.cpp579 float xPrecision, float yPrecision, float xCursorPosition, float yCursorPosition, in publishMotionEvent()
/frameworks/native/services/inputflinger/include/
DNotifyArgs.h117 float xCursorPosition; member
/frameworks/native/include/input/
DInputTransport.h138 float xCursorPosition; member
/frameworks/native/libs/input/tests/
DInputPublisherAndConsumer_test.cpp67 const float xCursorPosition = 1.3; member
DInputPublisherAndConsumerNoResampling_test.cpp74 const float xCursorPosition = 1.3; member
/frameworks/base/core/java/android/view/
DMotionEvent.java4229 final float xCursorPosition = getXCursorPosition(); in getXDispatchLocation() local