Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/
DTouchUtils.java51 final int touchSlop = ViewConfiguration.get(v.getContext()).getScaledTouchSlop(); in tapView() local
82 final int touchSlop = ViewConfiguration.get(v.getContext()).getScaledTouchSlop(); in touchAndCancelView() local
109 final int touchSlop = ViewConfiguration.get(v.getContext()).getScaledTouchSlop(); in clickView() local
146 final int touchSlop = ViewConfiguration.get(v.getContext()).getScaledTouchSlop(); in longClickView() local
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DEmergencyButton.java146 int touchSlop = ViewConfiguration.get(mContext).getScaledTouchSlop(); in onTouchEvent() local
/frameworks/support/v7/appcompat/tests/src/android/support/v7/testutils/
DTestUtils.java298 final int touchSlop = ViewConfiguration.get(anchorView.getContext()).getScaledTouchSlop(); in emulateTapOnView() local
325 int touchSlop, int xOnScreen, int yOnScreen) { in injectMoveEventForTap()
/frameworks/base/test-runner/src/android/test/
DTouchUtils.java267 final int touchSlop = ViewConfiguration.get(v.getContext()).getScaledTouchSlop(); in tapView() local
307 final int touchSlop = ViewConfiguration.get(v.getContext()).getScaledTouchSlop(); in touchAndCancelView() local
343 final int touchSlop = ViewConfiguration.get(v.getContext()).getScaledTouchSlop(); in clickView() local
403 final int touchSlop = ViewConfiguration.get(v.getContext()).getScaledTouchSlop(); in longClickView() local
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
DTwoWayBindingAdapterTest.java111 final int touchSlop = ViewConfiguration.get(view.getContext()).getScaledTouchSlop(); in clickView() local
/frameworks/support/compat/java/android/support/v4/view/
DGestureDetectorCompat.java175 final int touchSlop = configuration.getScaledTouchSlop(); in init() local
/frameworks/base/core/java/android/view/
DGestureDetector.java419 int touchSlop, doubleTapSlop, doubleTapTouchSlop; in init() local
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
DPhotoView.java1144 final int touchSlop = configuration.getScaledTouchSlop(); in initialize() local
/frameworks/base/core/java/android/widget/
DEditor.java4665 final int touchSlop = viewConfiguration.getScaledTouchSlop(); in onTouchEvent() local