Home
last modified time | relevance | path

Searched refs:mInsertionMarkerBaseline (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/inputmethod/
DCursorAnchorInfo.java91 private final float mInsertionMarkerBaseline; field in CursorAnchorInfo
141 mInsertionMarkerBaseline = source.readFloat(); in CursorAnchorInfo()
163 dest.writeFloat(mInsertionMarkerBaseline); in writeToParcel()
210 || !areSameFloatImpl(mInsertionMarkerBaseline, that.mInsertionMarkerBaseline) in equals()
248 + " mInsertionMarkerBaseline=" + mInsertionMarkerBaseline in toString()
265 private float mInsertionMarkerBaseline = Float.NaN; field in CursorAnchorInfo.Builder
325 mInsertionMarkerBaseline = lineBaseline; in setInsertionMarkerLocation()
386 || !Float.isNaN(mInsertionMarkerBaseline) in build()
407 mInsertionMarkerBaseline = Float.NaN; in reset()
431 builder.mInsertionMarkerBaseline, builder.mInsertionMarkerBottom, in create()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt74814 Landroid/view/inputmethod/CursorAnchorInfo$Builder;->mInsertionMarkerBaseline:F
74829 Landroid/view/inputmethod/CursorAnchorInfo;->mInsertionMarkerBaseline:F