Home
last modified time | relevance | path

Searched refs:AXIS_VSCROLL (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/core/java/android/text/method/
DBaseMovementMethod.java101 hscroll = event.getAxisValue(MotionEvent.AXIS_VSCROLL); in onGenericMotionEvent()
103 vscroll = -event.getAxisValue(MotionEvent.AXIS_VSCROLL); in onGenericMotionEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskStackViewTouchHandler.java341 float vScroll = ev.getAxisValue(MotionEvent.AXIS_VSCROLL); in onGenericMotionEvent()
/frameworks/base/core/java/android/view/
DMotionEvent.java670 public static final int AXIS_VSCROLL = 9; field in MotionEvent
1131 names.append(AXIS_VSCROLL, "AXIS_VSCROLL"); in names.append() argument
/frameworks/base/docs/html/sdk/api_diff/12/
DmissingSinces.txt124 NO DOC BLOCK: android.view.MotionEvent Field AXIS_VSCROLL
/frameworks/base/core/java/com/android/internal/widget/
DPointerLocationView.java512 .append(" VScroll=").append(coords.getAxisValue(MotionEvent.AXIS_VSCROLL), 1) in logCoords()
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DPagedView.java1717 hscroll = event.getAxisValue(MotionEvent.AXIS_VSCROLL); in onGenericMotionEvent()
1719 vscroll = -event.getAxisValue(MotionEvent.AXIS_VSCROLL); in onGenericMotionEvent()
/frameworks/base/core/java/android/widget/
DScrollView.java768 final float vscroll = event.getAxisValue(MotionEvent.AXIS_VSCROLL); in onGenericMotionEvent()
DHorizontalScrollView.java713 hscroll = -event.getAxisValue(MotionEvent.AXIS_VSCROLL); in onGenericMotionEvent()
DStackView.java589 final float vscroll = event.getAxisValue(MotionEvent.AXIS_VSCROLL); in onGenericMotionEvent()
DAbsListView.java4032 final float vscroll = event.getAxisValue(MotionEvent.AXIS_VSCROLL); in onGenericMotionEvent()
/frameworks/base/docs/html/about/versions/
Dandroid-3.1.jd211 android.view.MotionEvent#AXIS_VSCROLL} axes specify the relative scroll
/frameworks/base/api/
Dsystem-current.txt35265 field public static final int AXIS_VSCROLL = 9; // 0x9
Dcurrent.txt33032 field public static final int AXIS_VSCROLL = 9; // 0x9