/frameworks/base/services/core/java/com/android/server/wm/ |
D | TaskTapPointerEventListener.java | 50 switch (action & MotionEvent.ACTION_MASK) { in onPointerEvent()
|
/frameworks/support/compat/java/android/support/v4/view/ |
D | MotionEventCompat.java | 32 public static final int ACTION_MASK = 0xff; field in MotionEventCompat
|
D | GestureDetectorCompat.java | 236 (action & MotionEvent.ACTION_MASK) == MotionEvent.ACTION_POINTER_UP; in onTouchEvent() 253 switch (action & MotionEvent.ACTION_MASK) { in onTouchEvent()
|
/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() 522 switch (action & MotionEvent.ACTION_MASK) { in onTouchEvent()
|
D | MotionEvent.java | 188 public static final int ACTION_MASK = 0xff; field in MotionEvent 1904 return nativeGetAction(mNativePtr) & ACTION_MASK; in getActionMasked() 3166 final int oldActionMasked = oldAction & ACTION_MASK; in split() 3299 switch (action & ACTION_MASK) { in actionToString()
|
D | NotificationHeaderView.java | 348 switch (event.getActionMasked() & MotionEvent.ACTION_MASK) { in onTouch()
|
D | ViewGroup.java | 2487 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 | 1805 final int action = ev.getAction() & MotionEvent.ACTION_MASK; 1962 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() 420 switch (action & MotionEvent.ACTION_MASK) { in onGenericMotionEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NavigationBarGestureHelper.java | 115 switch (action & MotionEvent.ACTION_MASK) { in onInterceptTouchEvent()
|
D | NavigationBarFragment.java | 463 int action = event.getAction() & MotionEvent.ACTION_MASK; in onRecentsTouch()
|
/frameworks/base/core/java/android/widget/ |
D | HorizontalScrollView.java | 477 switch (action & MotionEvent.ACTION_MASK) { in onInterceptTouchEvent() 575 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 | 513 switch (action & MotionEvent.ACTION_MASK) { in onInterceptTouchEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ExpandHelper.java | 292 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/support/core-ui/java/android/support/v4/view/ |
D | ViewPager.java | 2023 final int action = ev.getAction() & MotionEvent.ACTION_MASK; 2184 switch (action & MotionEvent.ACTION_MASK) {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/ |
D | DividerView.java | 465 final int action = event.getAction() & MotionEvent.ACTION_MASK; in onTouch()
|
/frameworks/support/core-ui/java/android/support/v4/widget/ |
D | NestedScrollView.java | 656 switch (action & MotionEvent.ACTION_MASK) { in onInterceptTouchEvent()
|
D | DrawerLayout.java | 1490 switch (action & MotionEvent.ACTION_MASK) { in onTouchEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
D | NotificationStackScrollLayout.java | 1389 switch (action & MotionEvent.ACTION_MASK) { in onScrollTouch() 3166 switch (action & MotionEvent.ACTION_MASK) { in onInterceptTouchEventScroll()
|
/frameworks/support/api/ |
D | 22.0.0.txt | 3303 field public static final int ACTION_MASK = 255; // 0xff
|
D | 22.1.0.txt | 3519 field public static final int ACTION_MASK = 255; // 0xff
|