Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
DLongTapClassifier.java30 @Named(LONG_TAP_TOUCH_SLOP) float touchSlop) { in LongTapClassifier()
DSingleTapClassifier.java31 @Named(SINGLE_TAP_TOUCH_SLOP) float touchSlop) { in SingleTapClassifier()
DTapClassifier.java29 float touchSlop) { in TapClassifier()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/gestural/
DBackPanelControllerTest.kt54 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/
DDragDetector.java102 void setTouchSlop(int touchSlop) { in setTouchSlop()
DCaptionWindowDecoration.java157 final int touchSlop = ViewConfiguration.get(mResult.mRootView.getContext()) in relayout() local
DDragResizeInputListener.java139 int touchSlop) { in setGeometry()
DDesktopModeWindowDecoration.java210 final int touchSlop = ViewConfiguration.get(mResult.mRootView.getContext()) in relayout() local
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DEmergencyButton.java81 int touchSlop = ViewConfiguration.get(mContext).getScaledTouchSlop(); in onTouchEvent() local
DKeyguardSecurityContainer.java475 float touchSlop = mViewConfiguration.getScaledTouchSlop() * SLOP_SCALE; in onInterceptTouchEvent() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DRelativeTouchListener.kt89 private var touchSlop: Int = -1 in onDown() variable in com.android.wm.shell.bubbles.RelativeTouchListener
/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/packages/SystemUI/src/com/android/systemui/accessibility/
DMagnificationGestureDetector.java98 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
DEditor.java6859 final int touchSlop = viewConfig.getScaledTouchSlop(); in updateWordBasedSelection() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DLockscreenShadeTransitionController.kt764 private var touchSlop = 0f variable
810 val touchSlop = if (event.classification in onInterceptTouchEvent() constant
DPulseExpansionHandler.kt107 private var touchSlop = 0f in <lambda>() variable
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/magnetictarget/
DMagnetizedObject.kt151 private var touchSlop = 0 in <lambda>() variable in com.android.wm.shell.common.magnetictarget.MagnetizedObject
/frameworks/base/core/java/android/view/
DGestureDetector.java461 int touchSlop, doubleTapSlop, doubleTapTouchSlop; in init() local
DView.java16577 int touchSlop = mTouchSlop; in onTouchEvent() local
/frameworks/base/core/tests/coretests/src/android/widget/
DEditorTouchStateTest.java277 int touchSlop = mConfig.getScaledTouchSlop(); in testUpdate_drag() 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/statusbar/notification/stack/
DNotificationStackScrollLayout.java3677 final float touchSlop = getTouchSlop(ev); in onScrollTouch() local
3855 final float touchSlop = getTouchSlop(ev); in handleEmptySpaceClick() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DQuickSettingsController.java1732 float touchSlop = event.getClassification() in onIntercept() local