| /frameworks/base/packages/SystemUI/compose/core/tests/src/com/android/compose/animation/scene/ |
| D | SwipeToSceneTest.kt | 97 var touchSlop = 0f in testDragWithPositionalThreshold() variable 179 var touchSlop = 0f in testSwipeWithVelocityThreshold() variable
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/ |
| D | SingleTapClassifier.java | 31 @Named(SINGLE_TAP_TOUCH_SLOP) float touchSlop) { in SingleTapClassifier()
|
| D | LongTapClassifier.java | 30 @Named(LONG_TAP_TOUCH_SLOP) float touchSlop) { in LongTapClassifier()
|
| D | TapClassifier.java | 29 float touchSlop) { in TapClassifier()
|
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/gestural/ |
| D | BackPanelControllerTest.kt | 59 private val touchSlop = ViewConfiguration.get(context).scaledEdgeSlop constant in com.android.systemui.navigationbar.gestural.BackPanelControllerTest
|
| /frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/ |
| D | DragDetector.java | 118 void setTouchSlop(int touchSlop) { in setTouchSlop()
|
| D | CaptionWindowDecoration.java | 153 final int touchSlop = ViewConfiguration.get(mResult.mRootView.getContext()) in relayout() local
|
| D | DragResizeInputListener.java | 185 int touchSlop) { in setGeometry()
|
| D | DesktopModeWindowDecoration.java | 242 final int touchSlop = ViewConfiguration.get(mResult.mRootView.getContext()) in relayout() local
|
| /frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
| D | EmergencyButton.java | 81 int touchSlop = ViewConfiguration.get(mContext).getScaledTouchSlop(); in onTouchEvent() local
|
| D | KeyguardSecurityContainer.java | 485 float touchSlop = mViewConfiguration.getScaledTouchSlop() * SLOP_SCALE; in onInterceptTouchEvent() local
|
| /frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/bubbles/ |
| D | RelativeTouchListener.kt | 89 private var touchSlop: Int = -1 in onDown() variable in com.android.wm.shell.common.bubbles.RelativeTouchListener
|
| /frameworks/base/test-runner/src/android/test/ |
| D | TouchUtils.java | 285 final int touchSlop = ViewConfiguration.get(v.getContext()).getScaledTouchSlop(); in tapView() local 325 final int touchSlop = ViewConfiguration.get(v.getContext()).getScaledTouchSlop(); in touchAndCancelView() local 361 final int touchSlop = ViewConfiguration.get(v.getContext()).getScaledTouchSlop(); in clickView() local 421 final int touchSlop = ViewConfiguration.get(v.getContext()).getScaledTouchSlop(); in longClickView() local
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/ |
| D | MagnificationGestureDetector.java | 99 final int touchSlop = ViewConfiguration.get(context).getScaledTouchSlop(); in MagnificationGestureDetector() local
|
| /frameworks/base/core/java/android/widget/ |
| D | EditorTouchState.java | 189 int touchSlop = config.getScaledTouchSlop(); in update() local
|
| D | Editor.java | 7037 final int touchSlop = viewConfig.getScaledTouchSlop(); in updateWordBasedSelection() local
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
| D | LockscreenShadeTransitionController.kt | 767 private var touchSlop = 0f variable 813 val touchSlop = if (event.classification in onInterceptTouchEvent() constant
|
| D | PulseExpansionHandler.kt | 102 private var touchSlop = 0f in <lambda>() variable
|
| /frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/magnetictarget/ |
| D | MagnetizedObject.kt | 151 private var touchSlop = 0 in <lambda>() variable in com.android.wm.shell.common.magnetictarget.MagnetizedObject
|
| /frameworks/base/core/java/android/view/ |
| D | GestureDetector.java | 463 int touchSlop, doubleTapSlop, doubleTapTouchSlop; in init() local
|
| D | View.java | 17203 int touchSlop = mTouchSlop; in onTouchEvent() local
|
| /frameworks/base/core/tests/coretests/src/android/widget/ |
| D | EditorTouchStateTest.java | 277 int touchSlop = mConfig.getScaledTouchSlop(); in testUpdate_drag() local
|
| /frameworks/opt/photoviewer/src/com/android/ex/photo/views/ |
| D | PhotoView.java | 1144 final int touchSlop = configuration.getScaledTouchSlop(); in initialize() local
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
| D | NotificationStackScrollLayout.java | 3585 final float touchSlop = getTouchSlop(ev); in onScrollTouch() local 3757 final float touchSlop = getTouchSlop(ev); in handleEmptySpaceClick() local
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
| D | QuickSettingsController.java | 1812 float touchSlop = event.getClassification() in onIntercept() local
|