Home
last modified time | relevance | path

Searched refs:handleView (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/widget/
H A DEditorCursorDragTest.java575 View handleView = editor.getInsertionController().getHandle(); in testCursorDrag_multiTouch() local
580 dispatchTouchEvent(handleView, downEvent(handleView, handleDownTime, eventTime++, 0, 0)); in testCursorDrag_multiTouch()
598 dispatchTouchEvent(handleView, upEvent(handleView, handleDownTime, eventTime, 0, 0)); in testCursorDrag_multiTouch()
619 View handleView = editor.getInsertionController().getHandle(); in testCursorDrag_snapDistance() local
621 handleView, dragHandleStartX, dragHandleStartY, tv.getSelectionStart()); in testCursorDrag_snapDistance()
633 handleView = editor.getInsertionController().getHandle(); in testCursorDrag_snapDistance()
635 … dragDownUntilLineChange(handleView, dragHandleStartX, dragHandleStartY, tv.getSelectionStart()); in testCursorDrag_snapDistance()
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/espresso/
H A DTextViewActions.java555 final HandleView handleView = (HandleView) view; in locateHandlePointsTextIndex() local
563 final float currentX = handleView.getHorizontal(layout, currentOffset); in locateHandlePointsTextIndex()