Searched refs:mInsertionMarkerHorizontal (Results 1 – 1 of 1) sorted by relevance
69 private final float mInsertionMarkerHorizontal; field in CursorAnchorInfo129 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.Builder311 mInsertionMarkerHorizontal = horizontalPosition; in setInsertionMarkerLocation()369 || !Float.isNaN(mInsertionMarkerHorizontal) in build()390 mInsertionMarkerHorizontal = Float.NaN; in reset()[all …]