Home
last modified time | relevance | path

Searched defs:getCoordinates (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboard.java246 public int[] getCoordinates(@Nonnull final int[] codePoints) { in getCoordinates() method in Keyboard
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/
H A DEditorCursorDragTest.java772 public float[] getCoordinates(TextView textView) { in getCoordinates() method in EditorCursorDragTest.MotionEventInfo