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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
CursorAnchorInfoCompatWrapper.java 78 "getInsertionMarkerHorizontal", 0.0f);
150 public float getInsertionMarkerHorizontal() {
  /frameworks/base/core/tests/inputmethodtests/src/android/os/
CursorAnchorInfoTest.java 112 assertEquals(INSERTION_MARKER_HORIZONTAL, info.getInsertionMarkerHorizontal());
137 assertEquals(INSERTION_MARKER_HORIZONTAL, info2.getInsertionMarkerHorizontal());
164 assertEquals(INSERTION_MARKER_HORIZONTAL, info3.getInsertionMarkerHorizontal());
190 assertEquals(Float.NaN, uninitializedInfo.getInsertionMarkerHorizontal());
  /frameworks/base/core/java/android/view/inputmethod/
CursorAnchorInfo.java 465 public float getInsertionMarkerHorizontal() {

Completed in 289 milliseconds