Searched refs:mInsertionMarkerBottom (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/inputmethod/
H A DCursorAnchorInfo.java90 private final float mInsertionMarkerBottom; field in class:CursorAnchorInfo
132 mInsertionMarkerBottom = source.readFloat();
154 dest.writeFloat(mInsertionMarkerBottom);
164 + mInsertionMarkerBaseline + mInsertionMarkerBottom;
216 || !areSameFloatImpl(mInsertionMarkerBottom, that.mInsertionMarkerBottom)) {
237 + " mInsertionMarkerBottom=" + mInsertionMarkerBottom
254 private float mInsertionMarkerBottom = Float.NaN; field in class:CursorAnchorInfo.Builder
314 mInsertionMarkerBottom
[all...]

Completed in 50 milliseconds