Searched refs:mInsertionMarkerBottom (Results 1 – 1 of 1) sorted by relevance
90 private final float mInsertionMarkerBottom; field in CursorAnchorInfo132 mInsertionMarkerBottom = source.readFloat(); in CursorAnchorInfo()154 dest.writeFloat(mInsertionMarkerBottom); in writeToParcel()164 + mInsertionMarkerBaseline + mInsertionMarkerBottom; in hashCode()216 || !areSameFloatImpl(mInsertionMarkerBottom, that.mInsertionMarkerBottom)) { in equals()237 + " mInsertionMarkerBottom=" + mInsertionMarkerBottom in toString()254 private float mInsertionMarkerBottom = Float.NaN; field in CursorAnchorInfo.Builder314 mInsertionMarkerBottom = lineBottom; in setInsertionMarkerLocation()372 || !Float.isNaN(mInsertionMarkerBottom)) { in build()393 mInsertionMarkerBottom = Float.NaN; in reset()[all …]