Loading packages/DocumentsUI/src/com/android/documentsui/Events.java +2 −1 Original line number Diff line number Diff line Loading @@ -53,7 +53,8 @@ public final class Events { */ public static boolean isTouchType(int toolType) { return toolType == MotionEvent.TOOL_TYPE_FINGER || toolType == MotionEvent.TOOL_TYPE_STYLUS; || toolType == MotionEvent.TOOL_TYPE_STYLUS || toolType == MotionEvent.TOOL_TYPE_UNKNOWN; } /** Loading Loading
packages/DocumentsUI/src/com/android/documentsui/Events.java +2 −1 Original line number Diff line number Diff line Loading @@ -53,7 +53,8 @@ public final class Events { */ public static boolean isTouchType(int toolType) { return toolType == MotionEvent.TOOL_TYPE_FINGER || toolType == MotionEvent.TOOL_TYPE_STYLUS; || toolType == MotionEvent.TOOL_TYPE_STYLUS || toolType == MotionEvent.TOOL_TYPE_UNKNOWN; } /** Loading