Searched refs:handleView (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/ |
H A D | EditorCursorDragTest.java | 575 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 D | TextViewActions.java | 555 final HandleView handleView = (HandleView) view; in locateHandlePointsTextIndex() local 563 final float currentX = handleView.getHorizontal(layout, currentOffset); in locateHandlePointsTextIndex()
|