D | VirtualInputEventCreator.java | 28 public static MotionEvent createMouseEvent(int action, float x, float y, int buttonState, in createMouseEvent() argument 48 buttonState, in createMouseEvent() 57 public static MotionEvent createMouseEvent(int action, float x, float y, int buttonState, in createMouseEvent() argument 59 return createMouseEvent(action, x, y, buttonState, pressure, 0 /* relativeX */, in createMouseEvent() 129 int toolType, int buttonState) { in createStylusHoverMotionEvent() argument 130 return createStylusEvent(action, toolType, x, y, 0f /* pressure */, buttonState); in createStylusHoverMotionEvent() 145 int toolType, int buttonState) { in createStylusTouchMotionEvent() argument 146 return createStylusEvent(action, toolType, x, y, 1f /* pressure */, buttonState); in createStylusTouchMotionEvent() 150 float pressure, int buttonState) { in createStylusEvent() argument 151 return createStylusEvent(action, toolType, x, y, pressure, buttonState, 0f /* tilt */, in createStylusEvent() [all …]
|