Home
last modified time | relevance | path

Searched defs:sendMove (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DUinputDevice.cpp176 void UinputTouchScreen::sendMove(const Point& point) { in sendMove() function in android::UinputTouchScreen
/frameworks/base/services/core/java/com/android/server/input/
DInputShellCommand.java411 private void sendMove(int inputSource, float dx, float dy, int displayId) { in sendMove() method in InputShellCommand