Home
last modified time | relevance | path

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

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DStylusHandwritingTest.java409 final int touchSlop = getTouchSlop(); in testHandwritingStylusEvents() local
475 final int touchSlop = getTouchSlop(); in testHandwritingEndToEnd() local
524 final int touchSlop = getTouchSlop(); in testHandwritingInitMultipleTimes() local
584 final int touchSlop = getTouchSlop(); in testHandwritingInOffsetHandwritingBounds() local
636 final int touchSlop = getTouchSlop(); in testStylusSession_stylusWouldNotTriggerNavbarGestures() local
693 final int touchSlop = getTouchSlop(); in testStylusSession_fingerTriggersNavbarGestures() local
830 final int touchSlop = getTouchSlop(); in testHandwriting_unfocusedEditText() local
889 final int touchSlop = getTouchSlop(); in testHandwriting_unfocusedEditText_autoHandwritingDisabled() local
1058 final int touchSlop = getTouchSlop(); in testOnViewClicked_withStylusHandwriting() local
1165 final int touchSlop = getTouchSlop(); in testHandwriting_focusedCustomEditor() local
[all …]
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DCtsTouchUtils.java138 final int touchSlop = ViewConfiguration.get(anchorView.getContext()).getScaledTouchSlop(); in emulateTapOnView() local
187 final int touchSlop = ViewConfiguration.get(anchorView.getContext()).getScaledTouchSlop(); in emulateDoubleTapOnView() local
316 final int touchSlop = ViewConfiguration.get( in emulateDragGesture() local
338 private int getMaxDragDuration(int touchSlop, long longPressTimeoutMs, in getMaxDragDuration()
452 int touchSlop, int xOnScreen, int yOnScreen, boolean waitForAnimations) { in injectMoveEventForTap()
777 final int touchSlop = ViewConfiguration.get(view.getContext()).getScaledTouchSlop(); in emulateLongPressOnViewCenter() local
800 final int touchSlop = ViewConfiguration.get(view.getContext()).getScaledTouchSlop(); in emulateLongPressOnView() local
841 int xOnScreen, int yOnScreen, int touchSlop, long extraWaitMs, boolean upGesture) { in emulateLongPressOnScreen()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DTouchHelper.java70 final int touchSlop = ViewConfiguration.get(mContext).getScaledTouchSlop(); in touchAndCancelOnDisplayCenterSync() local
/cts/tests/app/src/android/app/cts/
DDialogTest.java469 final int touchSlop = ViewConfiguration.get(mActivity).getScaledWindowTouchSlop(); in testTouchEvent() local