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()573 mInsertionMarkerHorizontal = insertionMarkerHorizontal; in CursorAnchorInfo()[all …]
60388 Landroid/view/inputmethod/CursorAnchorInfo$Builder;->mInsertionMarkerHorizontal:F60403 Landroid/view/inputmethod/CursorAnchorInfo;->mInsertionMarkerHorizontal:F