Home
last modified time | relevance | path

Searched refs:sendMove (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DUinputDevice.h208 void sendMove(const Point& point);
DUinputDevice.cpp229 void UinputTouchScreen::sendMove(const Point& point) { in sendMove() function in android::UinputTouchScreen
DInputReader_test.cpp1767 mDevice->sendMove(centerPoint + Point(1, 1)); in TEST_P()
1801 mDevice->sendMove(secondPoint + Point(1, 1)); in TEST_P()
1856 mDevice->sendMove(centerPoint + Point(5, 5)); in TEST_P()
1899 mDevice->sendMove(centerPoint + Point(5, 5)); in TEST_P()
1902 mDevice->sendMove(secondPoint + Point(6, 6)); in TEST_P()
1940 mDevice->sendMove(secondPoint + Point(1, 1)); in TEST_P()
1989 mDevice->sendMove(Point(DISPLAY_WIDTH, DISPLAY_HEIGHT) + Point(1, 1)); in TEST_P()
2044 mDevice->sendMove(centerPoint); in TEST_P()
2065 mDevice->sendMove(centerPoint + Point(1, 1)); in TEST_P()
2078 mDevice->sendMove(centerPoint + Point(2, 2)); in TEST_P()
[all …]
/frameworks/base/services/core/java/com/android/server/input/
DInputShellCommand.java540 sendMove(inputSource, Float.parseFloat(getNextArgRequired()), in runRoll()
607 private void sendMove(int inputSource, float dx, float dy, int displayId) { in sendMove() method in InputShellCommand