Home
last modified time | relevance | path

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

1234567891011

/aosp_15_r20/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/
H A DSwipeToSceneTest.kt152 var touchSlop = 0f in <lambda>() variable
232 var touchSlop = 0f in <lambda>() variable
299 var touchSlop = 0f in <lambda>() variable
336 var touchSlop = 0f in <lambda>() variable
386 var touchSlop = 0f in <lambda>() variable
431 var touchSlop = 0f in <lambda>() variable
484 var touchSlop = 0f in <lambda>() variable
519 var touchSlop = 0f in <lambda>() variable
554 var touchSlop = 0f in <lambda>() variable
572 var touchSlop = 0f in <lambda>() variable
[all …]
H A DMultiPointerDraggableTest.kt95 var touchSlop = 0f in <lambda>() variable
163 var touchSlop = 0f in <lambda>() variable
234 var touchSlop = 0f in <lambda>() variable
352 var touchSlop = 0f in <lambda>() variable
456 var touchSlop = 0f in <lambda>() variable
558 var touchSlop = 0f in <lambda>() variable
623 var touchSlop = 0f in <lambda>() variable
682 var touchSlop = 0f in <lambda>() variable
792 var touchSlop = 0f in <lambda>() variable
H A DElementTest.kt666 var touchSlop = 0f in <lambda>() variable
786 var touchSlop = 0f in <lambda>() variable
847 var touchSlop = 0f in <lambda>() variable
952 var touchSlop = 0f in <lambda>() variable
1011 var touchSlop = 0f in <lambda>() variable
1086 var touchSlop = 0f in <lambda>() variable
H A DNestedScrollToSceneTest.kt49 private var touchSlop = 0f variable
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/core/tests/src/com/android/compose/gesture/
H A DNestedDraggableTest.kt65 val touchSlop = in <lambda>() constant
105 val touchSlop = in <lambda>() constant
154 val touchSlop = in <lambda>() constant
182 val touchSlop = in <lambda>() constant
214 val touchSlop = in <lambda>() constant
240 val touchSlop = in <lambda>() constant
318 val touchSlop = in <lambda>() constant
352 val touchSlop = in <lambda>() constant
390 val touchSlop = in <lambda>() constant
413 val touchSlop = in <lambda>() constant
[all …]
/aosp_15_r20/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
H A DCtsTouchUtils.java109 final int touchSlop = ViewConfiguration.get(anchorView.getContext()).getScaledTouchSlop(); in emulateTapOnView() local
156 final int touchSlop = ViewConfiguration.get(anchorView.getContext()).getScaledTouchSlop(); in emulateDoubleTapOnView() local
279 final int touchSlop = ViewConfiguration.get( in emulateDragGesture() local
301 private int getMaxDragDuration(int touchSlop, long longPressTimeoutMs, in getMaxDragDuration()
396 int touchSlop, int xOnScreen, int yOnScreen) { in injectMoveEventForTap()
712 final int touchSlop = ViewConfiguration.get(view.getContext()).getScaledTouchSlop(); in emulateLongPressOnViewCenter() local
735 final int touchSlop = ViewConfiguration.get(view.getContext()).getScaledTouchSlop(); in emulateLongPressOnView() local
776 int xOnScreen, int yOnScreen, int touchSlop, long extraWaitMs, boolean upGesture) { in emulateLongPressOnScreen()
/aosp_15_r20/cts/tests/inputmethod/src/android/view/inputmethod/cts/
H A DStylusHandwritingTest.java528 final int touchSlop = getTouchSlop(); in testHandwritingStylusEvents() local
973 final int touchSlop = getTouchSlop(); in testHandwriting_unfocusedEditText() local
1034 final int touchSlop = getTouchSlop(); in testHandwriting_unfocusedEditText_password() local
1095 final int touchSlop = getTouchSlop(); in testHandwriting_unfocusedEditText_password_showSoftInputOnFocusFalse() local
1156 final int touchSlop = getTouchSlop(); in testHandwriting_unfocusedEditText_prefDisabled() local
1209 final int touchSlop = getTouchSlop(); in testHandwriting_unfocusedEditText_autoHandwritingDisabled() local
1273 final int touchSlop = getTouchSlop(); in testHandwriting_fingerTouchIsIgnored() local
1586 final int touchSlop = getTouchSlop(); in testOnViewClicked_withStylusHandwriting() local
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
H A DDragDetector.java66 int touchSlop) { in DragDetector()
187 void setTouchSlop(int touchSlop) { in setTouchSlop()
H A DDragResizeInputListener.java200 boolean setGeometry(@NonNull DragResizeWindowGeometry incomingGeometry, int touchSlop) { in setGeometry()
382 void setTouchSlop(int touchSlop) { in setTouchSlop()
/aosp_15_r20/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
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DLockscreenShadeTransitionController.kt758 private var touchSlop = 0f variable
808 val touchSlop = in onInterceptTouchEvent() constant
H A DPulseExpansionHandler.kt101 private var touchSlop = 0f in <lambda>() variable
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/effect/
H A DOffsetOverscrollEffectTest.kt50 private data class LayoutInfo(val layoutSize: Dp, val touchSlop: Float, val density: Density) { constant in com.android.compose.animation.scene.effect.OffsetOverscrollEffectTest.LayoutInfo
63 var touchSlop: Float by Delegates.notNull() in setupOverscrollableBox() variable
/aosp_15_r20/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/extensions/
DModifier.kt154 val touchSlop = viewConfiguration.touchSlop in transferTouchesToSurfaceControlViewHost() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/gestural/
H A DBackPanelControllerTest.kt65 private val touchSlop = ViewConfiguration.get(context).scaledEdgeSlop constant in com.android.systemui.navigationbar.gestural.BackPanelControllerTest
/aosp_15_r20/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRecentsAnimationDeviceState.java624 float touchSlop = ViewConfiguration.get(mContext).getScaledTouchSlop(); in getTouchSlop() local
641 float touchSlop = getTouchSlop(); in getSquaredTouchSlop() local
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/shared/src/com/android/wm/shell/shared/magnetictarget/
H A DMagnetizedObject.kt156 private var touchSlop = 0 in <lambda>() variable in com.android.wm.shell.shared.magnetictarget.MagnetizedObject
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DSingleTapClassifier.java31 @Named(SINGLE_TAP_TOUCH_SLOP) float touchSlop) { in SingleTapClassifier()
H A DLongTapClassifier.java30 @Named(LONG_TAP_TOUCH_SLOP) float touchSlop) { in LongTapClassifier()
H A DTapClassifier.java29 float touchSlop) { in TapClassifier()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DEmergencyButton.java88 int touchSlop = ViewConfiguration.get(mContext).getScaledTouchSlop(); in onTouchEvent() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/log/
DLongPressHandlingViewLogger.java31 public final void onUpEvent(float distanceMoved, int touchSlop, long gestureDuration) { in onUpEvent()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/qs/composefragment/
DFrameLayoutTouchPassthrough.java69 private final int touchSlop = 0; field in FrameLayoutTouchPassthrough
/aosp_15_r20/cts/tests/tests/text/src/android/text/method/cts/
H A DTouchTest.java129 int touchSlop = ViewConfiguration.get(mActivity).getScaledTouchSlop(); in testOnTouchEvent() local
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/shared/src/com/android/wm/shell/shared/bubbles/
H A DRelativeTouchListener.kt96 private var touchSlop: Int = -1 variable in com.android.wm.shell.shared.bubbles.RelativeTouchListener

1234567891011