Searched refs:mInsertionMarkerTop (Results 1 – 2 of 2) sorted by relevance
89 private final float mInsertionMarkerTop; field in CursorAnchorInfo165 mInsertionMarkerTop = source.readFloat(); in CursorAnchorInfo()190 dest.writeFloat(mInsertionMarkerTop); in writeToParcel()240 || !areSameFloatImpl(mInsertionMarkerTop, that.mInsertionMarkerTop) in equals()291 + " mInsertionMarkerTop=" + mInsertionMarkerTop in toString()312 private float mInsertionMarkerTop = Float.NaN; field in CursorAnchorInfo.Builder376 mInsertionMarkerTop = lineTop; in setInsertionMarkerLocation()505 || !Float.isNaN(mInsertionMarkerTop) in build()526 mInsertionMarkerTop = Float.NaN; in reset()553 builder.mInsertionMarkerHorizontal, builder.mInsertionMarkerTop, in create()[all …]
59746 Landroid/view/inputmethod/CursorAnchorInfo$Builder;->mInsertionMarkerTop:F59761 Landroid/view/inputmethod/CursorAnchorInfo;->mInsertionMarkerTop:F