Home
last modified time | relevance | path

Searched refs:getXYRatio (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/android/widget/
H A DEditorTouchState.java232 public static float getXYRatio(int angleFromVerticalInDegrees) { in getXYRatio() method in EditorTouchState
H A DEditor.java491 mCursorDragDirectionMinXYRatio = EditorTouchState.getXYRatio( in Editor()
537 mCursorDragDirectionMinXYRatio = EditorTouchState.getXYRatio(degreesFromVertical); in setCursorDragMinAngleFromVertical()
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/
H A DEditorTouchStateTest.java426 float result = EditorTouchState.getXYRatio(angleFromVerticalInDegrees); in doTestGetXYRatio()