Searched refs:AINPUT_SOURCE_CLASS_POINTER (Results 1 – 2 of 2) sorted by relevance
625 static final int AINPUT_SOURCE_CLASS_POINTER = 0x00000002; field in NativeAndroidInput643 static final int AINPUT_SOURCE_TOUCHSCREEN = 0x00001000 | AINPUT_SOURCE_CLASS_POINTER;645 static final int AINPUT_SOURCE_MOUSE = 0x00002000 | AINPUT_SOURCE_CLASS_POINTER;647 static final int AINPUT_SOURCE_STYLUS = 0x00004000 | AINPUT_SOURCE_CLASS_POINTER;
5 import static org.robolectric.shadows.NativeAndroidInput.AINPUT_SOURCE_CLASS_POINTER;796 if ((source & AINPUT_SOURCE_CLASS_POINTER) != 0) { in isTouchEvent()