/frameworks/base/services/core/java/com/android/server/wm/ |
D | TaskTapPointerEventListener.java | 67 switch (action & MotionEvent.ACTION_MASK) { in onPointerEvent() 142 final int action = motionEvent.getAction() & MotionEvent.ACTION_MASK; in doGestureDetection()
|
/frameworks/support/v4/java/android/support/v4/view/ |
D | MotionEventCompat.java | 188 public static final int ACTION_MASK = 0xff; field in MotionEventCompat 460 return event.getAction() & ACTION_MASK; in getActionMasked()
|
D | GestureDetectorCompat.java | 232 (action & MotionEventCompat.ACTION_MASK) == MotionEventCompat.ACTION_POINTER_UP; in onTouchEvent() 249 switch (action & MotionEventCompat.ACTION_MASK) { in onTouchEvent()
|
D | ViewPager.java | 2015 final int action = ev.getAction() & MotionEventCompat.ACTION_MASK; 2174 switch (action & MotionEventCompat.ACTION_MASK) {
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/ |
D | PhotoViewPager.java | 124 final int action = ev.getAction() & MotionEventCompat.ACTION_MASK; in onInterceptTouchEvent()
|
/frameworks/base/core/java/android/view/ |
D | GestureDetector.java | 503 (action & MotionEvent.ACTION_MASK) == MotionEvent.ACTION_POINTER_UP; in onTouchEvent() 520 switch (action & MotionEvent.ACTION_MASK) { in onTouchEvent()
|
D | MotionEvent.java | 184 public static final int ACTION_MASK = 0xff; field in MotionEvent 1839 return nativeGetAction(mNativePtr) & ACTION_MASK; in getActionMasked() 3085 final int oldActionMasked = oldAction & ACTION_MASK; in split() 3218 switch (action & ACTION_MASK) { in actionToString()
|
D | NotificationHeaderView.java | 366 switch (event.getActionMasked() & MotionEvent.ACTION_MASK) { in onTouch()
|
D | ViewGroup.java | 2195 final int actionMasked = action & MotionEvent.ACTION_MASK; in dispatchTouchEvent()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | PointerLocationView.java | 446 switch (action & MotionEvent.ACTION_MASK) { in logCoords() 531 || (action & MotionEvent.ACTION_MASK) == MotionEvent.ACTION_POINTER_DOWN) { in onPointerEvent() 628 || (action & MotionEvent.ACTION_MASK) == MotionEvent.ACTION_POINTER_UP) { in onPointerEvent()
|
D | ViewPager.java | 1832 final int action = ev.getAction() & MotionEvent.ACTION_MASK; 1989 switch (action & MotionEvent.ACTION_MASK) {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
D | TaskStackViewTouchHandler.java | 225 switch (action & MotionEvent.ACTION_MASK) { in handleTouchEvent() 418 switch (action & MotionEvent.ACTION_MASK) { in onGenericMotionEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NavigationBarGestureHelper.java | 109 switch (action & MotionEvent.ACTION_MASK) { in onInterceptTouchEvent()
|
/frameworks/base/core/java/android/widget/ |
D | HorizontalScrollView.java | 469 switch (action & MotionEvent.ACTION_MASK) { in onInterceptTouchEvent() 567 switch (action & MotionEvent.ACTION_MASK) { in onTouchEvent()
|
D | StackView.java | 621 switch(action & MotionEvent.ACTION_MASK) { in onInterceptTouchEvent() 729 switch (action & MotionEvent.ACTION_MASK) {
|
D | ScrollView.java | 503 switch (action & MotionEvent.ACTION_MASK) { in onInterceptTouchEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ExpandHelper.java | 285 switch (action & MotionEvent.ACTION_MASK) { in onInterceptTouchEvent()
|
/frameworks/ex/widget/java/com/android/ex/widget/ |
D | StaggeredGridView.java | 281 final int action = ev.getAction() & MotionEventCompat.ACTION_MASK; in onInterceptTouchEvent() 322 final int action = ev.getAction() & MotionEventCompat.ACTION_MASK; in onTouchEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/ |
D | DividerView.java | 425 final int action = event.getAction() & MotionEvent.ACTION_MASK; in onTouch()
|
/frameworks/support/v4/java/android/support/v4/widget/ |
D | SlidingPaneLayout.java | 834 switch (action & MotionEventCompat.ACTION_MASK) { in onTouchEvent()
|
D | NestedScrollView.java | 625 switch (action & MotionEventCompat.ACTION_MASK) { in onInterceptTouchEvent()
|
D | DrawerLayout.java | 1488 switch (action & MotionEventCompat.ACTION_MASK) { in onTouchEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
D | NotificationStackScrollLayout.java | 1198 switch (action & MotionEvent.ACTION_MASK) { in onScrollTouch() 2795 switch (action & MotionEvent.ACTION_MASK) { in onInterceptTouchEventScroll()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | BaseStatusBar.java | 1330 int action = event.getAction() & MotionEvent.ACTION_MASK;
|
/frameworks/support/v4/api/ |
D | 22.1.0.txt | 1935 field public static final int ACTION_MASK = 255; // 0xff
|