Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DLongTapClassifier.java30 @Named(LONG_TAP_TOUCH_SLOP) float touchSlop) { in LongTapClassifier()
H A DSingleTapClassifier.java31 @Named(SINGLE_TAP_TOUCH_SLOP) float touchSlop) { in SingleTapClassifier()
H A DTapClassifier.java29 float touchSlop) { in TapClassifier()
/aosp14/frameworks/base/packages/SystemUI/compose/core/tests/src/com/android/compose/animation/scene/
H A DSwipeToSceneTest.kt97 var touchSlop = 0f regex
179 var touchSlop = 0f regex
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
H A DDragDetector.java118 void setTouchSlop(int touchSlop) { in setTouchSlop()
H A DCaptionWindowDecoration.java153 final int touchSlop = ViewConfiguration.get(mResult.mRootView.getContext()) in relayout() local
H A DDragResizeInputListener.java185 int touchSlop) { in setGeometry()
H A DDesktopModeWindowDecoration.java242 final int touchSlop = ViewConfiguration.get(mResult.mRootView.getContext()) in relayout() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DEmergencyButton.java81 int touchSlop = ViewConfiguration.get(mContext).getScaledTouchSlop(); in onTouchEvent() local
H A DKeyguardSecurityContainer.java485 float touchSlop = mViewConfiguration.getScaledTouchSlop() * SLOP_SCALE; in onInterceptTouchEvent() local
/aosp14/frameworks/base/test-runner/src/android/test/
H A 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
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/gestural/
H A DBackPanelControllerTest.kt59 private val touchSlop = ViewConfiguration.get(context).scaledEdgeSlop regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DMagnificationGestureDetector.java99 final int touchSlop = ViewConfiguration.get(context).getScaledTouchSlop(); in MagnificationGestureDetector() local
/aosp14/frameworks/base/core/java/android/widget/
H A DEditorTouchState.java189 int touchSlop = config.getScaledTouchSlop(); in update() local
H A DEditor.java7037 final int touchSlop = viewConfig.getScaledTouchSlop(); in updateWordBasedSelection() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DLockscreenShadeTransitionController.kt767 private var touchSlop = 0f regex
813 val touchSlop = if (event.classification regex
H A DPulseExpansionHandler.kt102 private var touchSlop = 0f regex
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/magnetictarget/
H A DMagnetizedObject.kt151 private var touchSlop = 0 regex
/aosp14/frameworks/base/core/java/android/view/
H A DGestureDetector.java463 int touchSlop, doubleTapSlop, doubleTapTouchSlop; in init() local
H A DView.java17203 int touchSlop = mTouchSlop; in onTouchEvent() local
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/
H A DEditorTouchStateTest.java277 int touchSlop = mConfig.getScaledTouchSlop(); in testUpdate_drag() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java3585 final float touchSlop = getTouchSlop(ev); in onScrollTouch() local
3757 final float touchSlop = getTouchSlop(ev); in handleEmptySpaceClick() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DQuickSettingsController.java1812 float touchSlop = event.getClassification() in onIntercept() local