Searched refs:mSlop (Results 1 – 8 of 8) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | StylusEventHelper.java | 38 private final float mSlop; field in StylusEventHelper 52 mSlop = ViewConfiguration.get(mView.getContext()).getScaledTouchSlop(); in StylusEventHelper() 54 mSlop = ViewConfiguration.getTouchSlop(); in StylusEventHelper() 68 if (!Utilities.pointInView(mView, event.getX(), event.getY(), mSlop)) { in onMotionEvent()
|
D | BubbleTextView.java | 111 private final float mSlop; field in BubbleTextView 154 mSlop = ViewConfiguration.get(getContext()).getScaledTouchSlop(); in BubbleTextView() 364 if (!Utilities.pointInView(this, event.getX(), event.getY(), mSlop)) { in onTouchEvent()
|
/packages/apps/Launcher3/src/com/android/launcher3/widget/ |
D | LauncherAppWidgetHostView.java | 73 private float mSlop; field in LauncherAppWidgetHostView 196 if (!Utilities.pointInView(this, ev.getX(), ev.getY(), mSlop)) { in onInterceptTouchEvent() 215 if (!Utilities.pointInView(this, ev.getX(), ev.getY(), mSlop)) { in onTouchEvent() 227 mSlop = ViewConfiguration.get(getContext()).getScaledTouchSlop(); in onAttachedToWindow()
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
D | MainActivityLayout.java | 45 private final int mSlop; field in MainActivityLayout 57 mSlop = ViewConfiguration.get(context).getScaledTouchSlop(); in MainActivityLayout() 106 && Math.abs(deltaX) > mSlop) { in onInterceptTouchEvent()
|
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
D | ExpandingEntryCardView.java | 1020 private int mSlop; field in ExpandingEntryCardView.EntryTouchListener 1026 mSlop = ViewConfiguration.get(entry.getContext()).getScaledTouchSlop(); in EntryTouchListener() 1056 slopBounds.inset(-mSlop, -mSlop); in onTouch() 1073 event.setLocation(-(mSlop * 2), -(mSlop * 2)); in onTouch()
|
/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
D | FolderIcon.java | 110 private float mSlop; field in FolderIcon 151 mSlop = ViewConfiguration.get(getContext()).getScaledTouchSlop(); in init() 634 if (!Utilities.pointInView(this, event.getX(), event.getY(), mSlop)) { in onTouchEvent()
|
/packages/apps/Camera2/src/com/android/camera/app/ |
D | CameraAppUI.java | 501 private final int mSlop; field in CameraAppUI 749 if (Math.abs(deltaX) > mSlop || Math.abs(deltaY) > mSlop) { in onScroll() 779 mSlop = ViewConfiguration.get(controller.getAndroidContext()).getScaledTouchSlop(); in CameraAppUI()
|
/packages/apps/Camera2/src/com/android/camera/widget/ |
D | FilmstripView.java | 135 private int mSlop; field in FilmstripView 625 mSlop = (int) getContext().getResources().getDimension(R.dimen.pie_touch_slop); in init() 1635 && deltaX < mSlop * (-1)) { in onInterceptTouchEvent()
|