Searched refs:mInsertionMarkerTop (Results 1 – 2 of 2) sorted by relevance
84 private final float mInsertionMarkerTop; field in CursorAnchorInfo140 mInsertionMarkerTop = source.readFloat(); in CursorAnchorInfo()162 dest.writeFloat(mInsertionMarkerTop); in writeToParcel()209 || !areSameFloatImpl(mInsertionMarkerTop, that.mInsertionMarkerTop) in equals()247 + " mInsertionMarkerTop=" + mInsertionMarkerTop in toString()264 private float mInsertionMarkerTop = Float.NaN; field in CursorAnchorInfo.Builder324 mInsertionMarkerTop = lineTop; in setInsertionMarkerLocation()385 || !Float.isNaN(mInsertionMarkerTop) in build()406 mInsertionMarkerTop = Float.NaN; in reset()430 builder.mInsertionMarkerHorizontal, builder.mInsertionMarkerTop, in create()[all …]
74818 Landroid/view/inputmethod/CursorAnchorInfo$Builder;->mInsertionMarkerTop:F74833 Landroid/view/inputmethod/CursorAnchorInfo;->mInsertionMarkerTop:F