Searched refs:mInsertionMarkerTop (Results 1 – 1 of 1) sorted by relevance
83 private final float mInsertionMarkerTop; field in CursorAnchorInfo139 mInsertionMarkerTop = source.readFloat(); in CursorAnchorInfo()161 dest.writeFloat(mInsertionMarkerTop); in writeToParcel()208 || !areSameFloatImpl(mInsertionMarkerTop, that.mInsertionMarkerTop) in equals()246 + " mInsertionMarkerTop=" + mInsertionMarkerTop in toString()263 private float mInsertionMarkerTop = Float.NaN; field in CursorAnchorInfo.Builder323 mInsertionMarkerTop = lineTop; in setInsertionMarkerLocation()384 || !Float.isNaN(mInsertionMarkerTop) in build()405 mInsertionMarkerTop = Float.NaN; in reset()422 mInsertionMarkerTop = builder.mInsertionMarkerTop; in CursorAnchorInfo()[all …]