Searched refs:mInsertionMarkerHorizontal (Results 1 – 2 of 2) sorted by relevance
77 private final float mInsertionMarkerHorizontal; field in CursorAnchorInfo139 mInsertionMarkerHorizontal = source.readFloat(); in CursorAnchorInfo()161 dest.writeFloat(mInsertionMarkerHorizontal); in writeToParcel()208 || !areSameFloatImpl(mInsertionMarkerHorizontal, that.mInsertionMarkerHorizontal) in equals()246 + " mInsertionMarkerHorizontal=" + mInsertionMarkerHorizontal in toString()263 private float mInsertionMarkerHorizontal = Float.NaN; field in CursorAnchorInfo.Builder323 mInsertionMarkerHorizontal = horizontalPosition; in setInsertionMarkerLocation()384 || !Float.isNaN(mInsertionMarkerHorizontal) in build()405 mInsertionMarkerHorizontal = Float.NaN; in reset()430 builder.mInsertionMarkerHorizontal, builder.mInsertionMarkerTop, in create()[all …]
74817 Landroid/view/inputmethod/CursorAnchorInfo$Builder;->mInsertionMarkerHorizontal:F74832 Landroid/view/inputmethod/CursorAnchorInfo;->mInsertionMarkerHorizontal:F