Searched refs:mInsertionMarkerHorizontal (Results 1 – 2 of 2) sorted by relevance
82 private final float mInsertionMarkerHorizontal; field in CursorAnchorInfo164 mInsertionMarkerHorizontal = source.readFloat(); in CursorAnchorInfo()189 dest.writeFloat(mInsertionMarkerHorizontal); in writeToParcel()239 || !areSameFloatImpl(mInsertionMarkerHorizontal, that.mInsertionMarkerHorizontal) in equals()290 + " mInsertionMarkerHorizontal=" + mInsertionMarkerHorizontal in toString()311 private float mInsertionMarkerHorizontal = Float.NaN; field in CursorAnchorInfo.Builder375 mInsertionMarkerHorizontal = horizontalPosition; in setInsertionMarkerLocation()504 || !Float.isNaN(mInsertionMarkerHorizontal) in build()525 mInsertionMarkerHorizontal = Float.NaN; in reset()553 builder.mInsertionMarkerHorizontal, builder.mInsertionMarkerTop, in create()[all …]
59745 Landroid/view/inputmethod/CursorAnchorInfo$Builder;->mInsertionMarkerHorizontal:F59760 Landroid/view/inputmethod/CursorAnchorInfo;->mInsertionMarkerHorizontal:F