Searched refs:SOURCE_MOUSE (Results 1 – 25 of 56) sorted by relevance
123
| /core/core/src/main/java/androidx/core/view/ |
| D | InputDeviceCompat.java | 142 public static final int SOURCE_MOUSE = 0x00002000 | SOURCE_CLASS_POINTER; field in InputDeviceCompat
|
| D | DragStartHelper.java | 141 if (!MotionEventCompat.isFromSource(event, InputDeviceCompat.SOURCE_MOUSE) in onTouch()
|
| /core/core/src/androidTest/java/androidx/core/widget/ |
| D | NestedScrollViewTest.java | 444 sendScroll(2f, InputDevice.SOURCE_MOUSE); in scrollFromMouseDoesNotStretchTop() 461 sendScroll(-2f, InputDevice.SOURCE_MOUSE); in scrollFromMouseDoesNotStretchBottom()
|
| D | NestedScrollViewWithCollapsingToolbarTest.java | 176 InputDevice.SOURCE_MOUSE in isOnStartNestedScrollCalled_mouseScrollInChildPastTop_calledInParent() 201 InputDevice.SOURCE_MOUSE in isOnStartNestedScrollCalled_mouseScrollInChildPastBottom_calledInParent()
|
| /core/core/src/androidTest/java/androidx/core/view/ |
| D | DragStartHelperTest.java | 124 buttonState, 0, 0, -1, 0, InputDevice.SOURCE_MOUSE, 0);
|
| /core/core/src/main/java/androidx/core/widget/ |
| D | NestedScrollView.java | 1407 MotionEventCompat.isFromSource(motionEvent, InputDevice.SOURCE_MOUSE); in onGenericMotionEvent()
|
| /core/core/api/ |
| D | 1.1.0-rc01.txt | 1620 field public static final int SOURCE_MOUSE = 8194; // 0x2002
|
| D | 1.1.0-beta02.txt | 1620 field public static final int SOURCE_MOUSE = 8194; // 0x2002
|
| D | 1.1.0-beta01.txt | 1620 field public static final int SOURCE_MOUSE = 8194; // 0x2002
|
| D | 1.2.0-beta01.txt | 1725 field public static final int SOURCE_MOUSE = 8194; // 0x2002
|
| D | 1.3.0-beta01.txt | 1758 field public static final int SOURCE_MOUSE = 8194; // 0x2002
|
| D | 1.2.0-beta02.txt | 1725 field public static final int SOURCE_MOUSE = 8194; // 0x2002
|
| D | restricted_1.0.0.txt | 1897 field public static final int SOURCE_MOUSE = 8194; // 0x2002
|
| D | 1.5.0-beta02.txt | 2013 field public static final int SOURCE_MOUSE = 8194; // 0x2002
|
| D | 1.5.0-beta03.txt | 2012 field public static final int SOURCE_MOUSE = 8194; // 0x2002
|
| D | restricted_1.1.0-beta01.txt | 1974 field public static final int SOURCE_MOUSE = 8194; // 0x2002
|
| D | restricted_1.1.0-rc01.txt | 1974 field public static final int SOURCE_MOUSE = 8194; // 0x2002
|
| D | 1.5.0-beta01.txt | 2013 field public static final int SOURCE_MOUSE = 8194; // 0x2002
|
| D | 1.6.0-beta03.txt | 2053 field public static final int SOURCE_MOUSE = 8194; // 0x2002
|
| D | 1.6.0-beta01.txt | 2047 field public static final int SOURCE_MOUSE = 8194; // 0x2002
|
| D | 1.6.0-beta02.txt | 2047 field public static final int SOURCE_MOUSE = 8194; // 0x2002
|
| D | restricted_1.3.0-beta01.txt | 2128 field public static final int SOURCE_MOUSE = 8194; // 0x2002
|
| D | restricted_1.2.0-beta01.txt | 2095 field public static final int SOURCE_MOUSE = 8194; // 0x2002
|
| D | 1.8.0-beta02.txt | 2234 field public static final int SOURCE_MOUSE = 8194; // 0x2002
|
| D | restricted_1.2.0-beta02.txt | 2095 field public static final int SOURCE_MOUSE = 8194; // 0x2002
|
123