Home
last modified time | relevance | path

Searched defs:touchSlop (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/
DSwipeToSceneTest.kt128 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
DMultiPointerDraggableTest.kt62 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/
DSingleTapClassifier.java31 @Named(SINGLE_TAP_TOUCH_SLOP) float touchSlop) { in SingleTapClassifier()
DLongTapClassifier.java30 @Named(LONG_TAP_TOUCH_SLOP) float touchSlop) { in LongTapClassifier()
DTapClassifier.java29 float touchSlop) { in TapClassifier()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/gestural/
DBackPanelControllerTest.kt64 private val touchSlop = ViewConfiguration.get(context).scaledEdgeSlop constant
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DDragDetector.java118 void setTouchSlop(int touchSlop) { in setTouchSlop()
DDragResizeInputListener.java171 boolean setGeometry(@NonNull DragResizeWindowGeometry incomingGeometry, int touchSlop) { in setGeometry()
340 void setTouchSlop(int touchSlop) { in setTouchSlop()
DCaptionWindowDecoration.java235 final int touchSlop = ViewConfiguration.get(mResult.mRootView.getContext()) in relayout() local
DDesktopModeWindowDecoration.java351 final int touchSlop = ViewConfiguration.get(mResult.mRootView.getContext()) in updateDragResizeListener() local
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DEmergencyButton.java85 int touchSlop = ViewConfiguration.get(mContext).getScaledTouchSlop(); in onTouchEvent() local
DKeyguardSecurityContainer.java488 float touchSlop = mViewConfiguration.getScaledTouchSlop() * SLOP_SCALE; in onInterceptTouchEvent() local
/frameworks/base/test-runner/src/android/test/
DTouchUtils.java285 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/
DRelativeTouchListener.kt96 private var touchSlop: Int = -1 variable in com.android.wm.shell.common.bubbles.RelativeTouchListener
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DMagnificationGestureDetector.java99 final int touchSlop = ViewConfiguration.get(context).getScaledTouchSlop(); in MagnificationGestureDetector() local
/frameworks/base/core/java/android/widget/
DEditorTouchState.java189 int touchSlop = config.getScaledTouchSlop(); in update() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DPulseExpansionHandler.kt102 private var touchSlop = 0f in <lambda>() variable
DLockscreenShadeTransitionController.kt770 private var touchSlop = 0f variable
820 val touchSlop = in onInterceptTouchEvent() constant
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/magnetictarget/
DMagnetizedObject.kt155 private var touchSlop = 0 in <lambda>() variable in com.android.wm.shell.common.magnetictarget.MagnetizedObject
/frameworks/base/core/tests/coretests/src/android/widget/
DEditorTouchStateTest.java277 int touchSlop = mConfig.getScaledTouchSlop(); in testUpdate_drag() local
/frameworks/base/core/java/android/view/
DGestureDetector.java495 int touchSlop, doubleTapSlop, doubleTapTouchSlop; in init() local
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
DPhotoView.java1144 final int touchSlop = configuration.getScaledTouchSlop(); in initialize() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBar.java1401 float touchSlop = ViewConfiguration.get(mContext).getScaledTouchSlop(); in onHomeTouch() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java3615 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/
DQuickSettingsControllerImpl.java1834 float touchSlop = event.getClassification() in onIntercept() local

12