Searched refs:sendMove (Results 1 – 4 of 4) sorted by relevance
141 void sendMove(const Point& point);
176 void UinputTouchScreen::sendMove(const Point& point) { in sendMove() function in android::UinputTouchScreen
2285 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()
400 sendMove(inputSource, Float.parseFloat(getNextArgRequired()), in runRoll()411 private void sendMove(int inputSource, float dx, float dy, int displayId) { in sendMove() method in InputShellCommand