/frameworks/support/compat/java/android/support/v4/view/ |
D | MotionEventCompat.java | 176 public static final int AXIS_VSCROLL = 9; field in MotionEventCompat
|
/frameworks/base/core/java/android/text/method/ |
D | BaseMovementMethod.java | 101 hscroll = event.getAxisValue(MotionEvent.AXIS_VSCROLL); in onGenericMotionEvent() 103 vscroll = -event.getAxisValue(MotionEvent.AXIS_VSCROLL); in onGenericMotionEvent()
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
D | RecyclerViewOnGenericMotionEventTest.java | 88 MotionEventCompat.AXIS_VSCROLL, 2, InputDeviceCompat.SOURCE_CLASS_POINTER); in pointerVerticalScroll()
|
/frameworks/base/core/java/android/view/ |
D | MotionEvent.java | 739 public static final int AXIS_VSCROLL = 9; field in MotionEvent 1246 names.append(AXIS_VSCROLL, "AXIS_VSCROLL"); in names.append() argument
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
D | TaskStackViewTouchHandler.java | 423 float vScroll = ev.getAxisValue(MotionEvent.AXIS_VSCROLL); in onGenericMotionEvent()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | PointerLocationView.java | 512 .append(" VScroll=").append(coords.getAxisValue(MotionEvent.AXIS_VSCROLL), 1) in logCoords()
|
/frameworks/base/core/java/android/widget/ |
D | HorizontalScrollView.java | 736 axisValue = -event.getAxisValue(MotionEvent.AXIS_VSCROLL); in onGenericMotionEvent()
|
D | ScrollView.java | 794 axisValue = event.getAxisValue(MotionEvent.AXIS_VSCROLL); in onGenericMotionEvent()
|
D | StackView.java | 588 final float vscroll = event.getAxisValue(MotionEvent.AXIS_VSCROLL); in onGenericMotionEvent()
|
D | AbsListView.java | 4221 axisValue = event.getAxisValue(MotionEvent.AXIS_VSCROLL); in onGenericMotionEvent()
|
/frameworks/support/core-ui/java/android/support/v4/widget/ |
D | NestedScrollView.java | 928 final float vscroll = event.getAxisValue(MotionEvent.AXIS_VSCROLL); in onGenericMotionEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
D | NotificationStackScrollLayout.java | 1353 final float vscroll = event.getAxisValue(MotionEvent.AXIS_VSCROLL); in onGenericMotionEvent()
|
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
D | RecyclerView.java | 3057 vScroll = -event.getAxisValue(MotionEvent.AXIS_VSCROLL); in onGenericMotionEvent()
|
/frameworks/support/api/ |
D | 22.1.0.txt | 3562 field public static final int AXIS_VSCROLL = 9; // 0x9
|
D | 22.2.0.txt | 3959 field public static final int AXIS_VSCROLL = 9; // 0x9
|
D | 22.2.1.txt | 3988 field public static final int AXIS_VSCROLL = 9; // 0x9
|
D | 25.1.0.txt | 6559 field public static final int AXIS_VSCROLL = 9; // 0x9
|
D | 25.0.0.txt | 6148 field public static final int AXIS_VSCROLL = 9; // 0x9
|
D | 23.0.0.txt | 4658 field public static final int AXIS_VSCROLL = 9; // 0x9
|
D | 25.2.0.txt | 6559 field public static final int AXIS_VSCROLL = 9; // 0x9
|
D | 24.2.0.txt | 6083 field public static final int AXIS_VSCROLL = 9; // 0x9
|
D | 26.0.0-alpha1.txt | 7463 field public static final deprecated int AXIS_VSCROLL = 9; // 0x9
|
D | 23.2.1.txt | 5321 field public static final int AXIS_VSCROLL = 9; // 0x9
|
D | 25.3.0.txt | 6991 field public static final int AXIS_VSCROLL = 9; // 0x9
|
D | 23.2.0.txt | 5321 field public static final int AXIS_VSCROLL = 9; // 0x9
|