Home
last modified time | relevance | path

Searched defs:relX (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DTestEventMatchers.h699 explicit WithRelativeMotionMatcher(size_t pointerIndex, float relX, float relY) in WithRelativeMotionMatcher()
733 inline WithRelativeMotionMatcher WithRelativeMotion(float relX, float relY) { in WithRelativeMotion()
737 inline WithRelativeMotionMatcher WithPointerRelativeMotion(size_t pointerIndex, float relX, in WithPointerRelativeMotion()
H A DCapturedTouchpadEventConverter_test.cpp191 const InputDeviceInfo::MotionRange* relX = in TEST_F() local
H A DCursorInputMapper_test.cpp987 const float relX = motionArgs.pointerCoords[0].getAxisValue(AMOTION_EVENT_AXIS_RELATIVE_X); in TEST_F() local
/aosp_15_r20/development/samples/SampleInputMethodAccessibilityService/src/com/example/android/sampleinputmethodaccessibilityservice/
H A DOverlayWindowBuilder.java60 OverlayWindowBuilder setRelativePosition(int relX, int relY) { in setRelativePosition()