Home
last modified time | relevance | path

Searched refs:clampMouseScroll (Results 1 – 2 of 2) sorted by relevance

/development/samples/VirtualDeviceManager/host/src/com/example/android/vdmdemo/host/
DInputController.java97 .setXAxisMovement(clampMouseScroll(x)) in sendMouseScrollEvent()
98 .setYAxisMovement(clampMouseScroll(y)) in sendMouseScrollEvent()
139 private static float clampMouseScroll(float val) { in clampMouseScroll() method in InputController
/development/samples/VirtualDeviceManager/client/src/com/example/android/vdmdemo/client/
DInputManager.java239 .setX(clampMouseScroll(scrollX)) in sendMouseEvent()
240 .setY(clampMouseScroll(scrollY)) in sendMouseEvent()
253 private static float clampMouseScroll(float val) { in clampMouseScroll() method in InputManager