Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/widget/
DEditorCursorDragTest.java222 editor.setCursorDragMinAngleFromVertical(90); in testCursorDrag_diagonal_thresholdConfig()
230 editor.setCursorDragMinAngleFromVertical(45); in testCursorDrag_diagonal_thresholdConfig()
/frameworks/base/core/java/android/widget/
DEditor.java539 public void setCursorDragMinAngleFromVertical(int degreesFromVertical) { in setCursorDragMinAngleFromVertical() method in Editor