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.java96 private final float mInsertionMarkerBaseline; field in CursorAnchorInfo
166 mInsertionMarkerBaseline = source.readFloat(); in CursorAnchorInfo()
191 dest.writeFloat(mInsertionMarkerBaseline); in writeToParcel()
241 || !areSameFloatImpl(mInsertionMarkerBaseline, that.mInsertionMarkerBaseline) in equals()
292 + " mInsertionMarkerBaseline=" + mInsertionMarkerBaseline in toString()
313 private float mInsertionMarkerBaseline = Float.NaN; field in CursorAnchorInfo.Builder
377 mInsertionMarkerBaseline = lineBaseline; in setInsertionMarkerLocation()
506 || !Float.isNaN(mInsertionMarkerBaseline) in build()
527 mInsertionMarkerBaseline = Float.NaN; in reset()
554 builder.mInsertionMarkerBaseline, builder.mInsertionMarkerBottom, in create()
[all …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt59742 Landroid/view/inputmethod/CursorAnchorInfo$Builder;->mInsertionMarkerBaseline:F
59757 Landroid/view/inputmethod/CursorAnchorInfo;->mInsertionMarkerBaseline:F