/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/ |
D | SwipeToSceneTest.kt | 128 var touchSlop = 0f in <lambda>() variable 208 var touchSlop = 0f in <lambda>() variable 275 var touchSlop = 0f in <lambda>() variable 312 var touchSlop = 0f in <lambda>() variable 362 var touchSlop = 0f in <lambda>() variable 410 var touchSlop = 0f in <lambda>() variable 463 var touchSlop = 0f in <lambda>() variable 506 var touchSlop = 0f in <lambda>() variable 568 var touchSlop = 0f in <lambda>() variable 616 var touchSlop = 0f in <lambda>() variable
|
D | MultiPointerDraggableTest.kt | 62 var touchSlop = 0f in <lambda>() variable 134 var touchSlop = 0f in <lambda>() variable 257 var touchSlop = 0f in <lambda>() variable 363 var touchSlop = 0f in <lambda>() variable 476 var touchSlop = 0f in <lambda>() 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 | 64 private val touchSlop = ViewConfiguration.get(context).scaledEdgeSlop constant
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/ |
D | DragDetector.java | 118 void setTouchSlop(int touchSlop) { in setTouchSlop()
|
D | DragResizeInputListener.java | 171 boolean setGeometry(@NonNull DragResizeWindowGeometry incomingGeometry, int touchSlop) { in setGeometry() 340 void setTouchSlop(int touchSlop) { in setTouchSlop()
|
D | CaptionWindowDecoration.java | 235 final int touchSlop = ViewConfiguration.get(mResult.mRootView.getContext()) in relayout() local
|
D | DesktopModeWindowDecoration.java | 351 final int touchSlop = ViewConfiguration.get(mResult.mRootView.getContext()) in updateDragResizeListener() local
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | EmergencyButton.java | 85 int touchSlop = ViewConfiguration.get(mContext).getScaledTouchSlop(); in onTouchEvent() local
|
D | KeyguardSecurityContainer.java | 488 float touchSlop = mViewConfiguration.getScaledTouchSlop() * SLOP_SCALE; in onInterceptTouchEvent() local
|
/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/libs/WindowManager/Shell/src/com/android/wm/shell/common/bubbles/ |
D | RelativeTouchListener.kt | 96 private var touchSlop: Int = -1 variable in com.android.wm.shell.common.bubbles.RelativeTouchListener
|
/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
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | PulseExpansionHandler.kt | 102 private var touchSlop = 0f in <lambda>() variable
|
D | LockscreenShadeTransitionController.kt | 770 private var touchSlop = 0f variable 820 val touchSlop = in onInterceptTouchEvent() constant
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/magnetictarget/ |
D | MagnetizedObject.kt | 155 private var touchSlop = 0 in <lambda>() variable in com.android.wm.shell.common.magnetictarget.MagnetizedObject
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
D | EditorTouchStateTest.java | 277 int touchSlop = mConfig.getScaledTouchSlop(); in testUpdate_drag() local
|
/frameworks/base/core/java/android/view/ |
D | GestureDetector.java | 495 int touchSlop, doubleTapSlop, doubleTapTouchSlop; in init() 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/navigationbar/ |
D | NavigationBar.java | 1401 float touchSlop = ViewConfiguration.get(mContext).getScaledTouchSlop(); in onHomeTouch() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayout.java | 3615 final float touchSlop = getTouchSlop(ev); in onScrollTouch() local 3795 final float touchSlop = getTouchSlop(ev); in handleEmptySpaceClick() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | QuickSettingsControllerImpl.java | 1834 float touchSlop = event.getClassification() in onIntercept() local
|