Searched refs:mInsertionMarkerBottom (Results 1 – 1 of 1) sorted by relevance
98 private final float mInsertionMarkerBottom; field in CursorAnchorInfo142 mInsertionMarkerBottom = source.readFloat(); in CursorAnchorInfo()164 dest.writeFloat(mInsertionMarkerBottom); in writeToParcel()211 || !areSameFloatImpl(mInsertionMarkerBottom, that.mInsertionMarkerBottom)) { in equals()249 + " mInsertionMarkerBottom=" + mInsertionMarkerBottom in toString()266 private float mInsertionMarkerBottom = Float.NaN; field in CursorAnchorInfo.Builder326 mInsertionMarkerBottom = lineBottom; in setInsertionMarkerLocation()387 || !Float.isNaN(mInsertionMarkerBottom)) { in build()408 mInsertionMarkerBottom = Float.NaN; in reset()431 builder.mInsertionMarkerBaseline, builder.mInsertionMarkerBottom, in create()[all …]