Home
last modified time | relevance | path

Searched refs:ACTION_SCROLL (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/support/v4/java/android/support/v4/view/
DMotionEventCompat.java208 public static final int ACTION_SCROLL = 8; field in MotionEventCompat
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityInputFilter.java245 if (!state.shouldProcessScroll() && event.getActionMasked() == MotionEvent.ACTION_SCROLL) { in processMotionEvent()
/frameworks/base/core/java/android/text/method/
DBaseMovementMethod.java96 case MotionEvent.ACTION_SCROLL: { in onGenericMotionEvent()
/frameworks/base/core/java/android/view/
DInputEventConsistencyVerifier.java491 case MotionEvent.ACTION_SCROLL: in onGenericMotionEvent()
DMotionEvent.java277 public static final int ACTION_SCROLL = 8; field in MotionEvent
3206 case ACTION_SCROLL: in actionToString()
DViewRootImpl.java4239 if (action == MotionEvent.ACTION_DOWN || action == MotionEvent.ACTION_SCROLL) { in processPointerEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskStackViewTouchHandler.java419 case MotionEvent.ACTION_SCROLL: in onGenericMotionEvent()
/frameworks/base/core/java/com/android/internal/widget/
DPointerLocationView.java487 case MotionEvent.ACTION_SCROLL: in logCoords()
/frameworks/base/core/java/android/widget/
DHorizontalScrollView.java724 case MotionEvent.ACTION_SCROLL: { in onGenericMotionEvent()
DScrollView.java782 case MotionEvent.ACTION_SCROLL: { in onGenericMotionEvent()
DStackView.java587 case MotionEvent.ACTION_SCROLL: { in onGenericMotionEvent()
DAbsListView.java4211 case MotionEvent.ACTION_SCROLL: in onGenericMotionEvent()
/frameworks/support/v4/java/android/support/v4/widget/
DNestedScrollView.java900 case MotionEventCompat.ACTION_SCROLL: { in onGenericMotionEvent()
/frameworks/base/docs/html/about/versions/
Dandroid-3.1.jd207 <li>{@link android.view.MotionEvent#ACTION_SCROLL}, which describes the pointer
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerView.java2722 if (event.getAction() == MotionEventCompat.ACTION_SCROLL) { in onGenericMotionEvent()
/frameworks/support/v4/api/
D22.1.0.txt1940 field public static final int ACTION_SCROLL = 8; // 0x8
D22.0.0.txt1866 field public static final int ACTION_SCROLL = 8; // 0x8
D22.2.1.txt1999 field public static final int ACTION_SCROLL = 8; // 0x8
D22.2.0.txt1998 field public static final int ACTION_SCROLL = 8; // 0x8
D23.0.0.txt2190 field public static final int ACTION_SCROLL = 8; // 0x8
D23.1.0.txt2212 field public static final int ACTION_SCROLL = 8; // 0x8
D23.1.1.txt2165 field public static final int ACTION_SCROLL = 8; // 0x8
Dcurrent.txt2368 field public static final int ACTION_SCROLL = 8; // 0x8
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt32991 field public static final int ACTION_SCROLL = 8; // 0x8
/frameworks/base/api/
Dcurrent.txt41783 field public static final int ACTION_SCROLL = 8; // 0x8

12