HomeSort by relevance Sort by last modified time
    Searched refs:getInsertionMarkerHorizontal (Results 1 - 5 of 5) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
CursorAnchorInfoCompatWrapper.java 103 public float getInsertionMarkerHorizontal() {
171 public float getInsertionMarkerHorizontal() {
172 return mInstance.getInsertionMarkerHorizontal();
  /frameworks/base/core/tests/coretests/src/android/view/inputmethod/
CursorAnchorInfoTest.java 124 assertEquals(INSERTION_MARKER_HORIZONTAL, info.getInsertionMarkerHorizontal(), EPSILON);
149 assertEquals(INSERTION_MARKER_HORIZONTAL, info2.getInsertionMarkerHorizontal(), EPSILON);
176 assertEquals(INSERTION_MARKER_HORIZONTAL, info3.getInsertionMarkerHorizontal(), EPSILON);
202 assertEquals(Float.NaN, uninitializedInfo.getInsertionMarkerHorizontal(), EPSILON);
  /frameworks/base/core/java/android/view/inputmethod/
CursorAnchorInfo.java 489 public float getInsertionMarkerHorizontal() {
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/27/
android.jar 

Completed in 125 milliseconds