Searched refs:SOURCE_MOUSE_RELATIVE (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
H A DInputDevice.java247 public static final int SOURCE_MOUSE_RELATIVE = 0x00020000 | SOURCE_CLASS_TRACKBALL; field in class:InputDevice
1017 appendSourceDescriptionIfApplicable(description, SOURCE_MOUSE_RELATIVE, "mouse_relative");
H A DViewRootImpl.java5141 if (event.isFromSource(InputDevice.SOURCE_MOUSE_RELATIVE)) {

Completed in 25 milliseconds