Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inputmethod/
DCursorAnchorInfo.java69 private final float mInsertionMarkerHorizontal; field in CursorAnchorInfo
129 mInsertionMarkerHorizontal = source.readFloat(); in CursorAnchorInfo()
151 dest.writeFloat(mInsertionMarkerHorizontal); in writeToParcel()
163 final float floatHash = mInsertionMarkerHorizontal + mInsertionMarkerTop in hashCode()
213 || !areSameFloatImpl(mInsertionMarkerHorizontal, that.mInsertionMarkerHorizontal) in equals()
234 + " mInsertionMarkerHorizontal=" + mInsertionMarkerHorizontal in toString()
251 private float mInsertionMarkerHorizontal = Float.NaN; field in CursorAnchorInfo.Builder
311 mInsertionMarkerHorizontal = horizontalPosition; in setInsertionMarkerLocation()
369 || !Float.isNaN(mInsertionMarkerHorizontal) in build()
390 mInsertionMarkerHorizontal = Float.NaN; in reset()
[all …]