Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DUinputDevice.h141 void sendMove(const Point& point);
DUinputDevice.cpp176 void UinputTouchScreen::sendMove(const Point& point) { in sendMove() function in android::UinputTouchScreen
DInputReader_test.cpp2285 mDevice->sendMove(centerPoint + Point(1, 1)); in TEST_F()
2316 mDevice->sendMove(secondPoint); in TEST_F()
2354 mDevice->sendMove(secondPoint + Point(1, 1)); in TEST_F()
/frameworks/base/services/core/java/com/android/server/input/
DInputShellCommand.java400 sendMove(inputSource, Float.parseFloat(getNextArgRequired()), in runRoll()
411 private void sendMove(int inputSource, float dx, float dy, int displayId) { in sendMove() method in InputShellCommand