Home
last modified time | relevance | path

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

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