Home
last modified time | relevance | path

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

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
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()
708 final int touchSlop = ViewConfiguration.get(view.getContext()).getScaledTouchSlop(); in emulateLongPressOnViewCenter() local
731 final int touchSlop = ViewConfiguration.get(view.getContext()).getScaledTouchSlop(); in emulateLongPressOnView() local
772 int xOnScreen, int yOnScreen, int touchSlop, long extraWaitMs, boolean upGesture) { in emulateLongPressOnScreen()
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DStylusHandwritingTest.java521 final int touchSlop = getTouchSlop(); in testHandwritingStylusEvents() local
673 final int touchSlop = getTouchSlop(); in testHandwritingInitMultipleTimes() local
915 final int touchSlop = getTouchSlop(); in testHandwriting_unfocusedEditText() local
976 final int touchSlop = getTouchSlop(); in testHandwriting_unfocusedEditText_password() local
1036 final int touchSlop = getTouchSlop(); in testHandwriting_unfocusedEditText_prefDisabled() local
1089 final int touchSlop = getTouchSlop(); in testHandwriting_unfocusedEditText_autoHandwritingDisabled() local
1153 final int touchSlop = getTouchSlop(); in testHandwriting_fingerTouchIsIgnored() local
1469 final int touchSlop = getTouchSlop(); in testOnViewClicked_withStylusHandwriting() local
/cts/tests/tests/text/src/android/text/method/cts/
DTouchTest.java129 int touchSlop = ViewConfiguration.get(mActivity).getScaledTouchSlop(); in testOnTouchEvent() local
/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