Searched refs:mInsertionMarkerBottom (Results 1 – 2 of 2) sorted by relevance
98 private final float mInsertionMarkerBottom; field in CursorAnchorInfo142 mInsertionMarkerBottom = source.readFloat(); in CursorAnchorInfo()164 dest.writeFloat(mInsertionMarkerBottom); in writeToParcel()211 || !areSameFloatImpl(mInsertionMarkerBottom, that.mInsertionMarkerBottom)) { in equals()249 + " mInsertionMarkerBottom=" + mInsertionMarkerBottom in toString()266 private float mInsertionMarkerBottom = Float.NaN; field in CursorAnchorInfo.Builder326 mInsertionMarkerBottom = lineBottom; in setInsertionMarkerLocation()387 || !Float.isNaN(mInsertionMarkerBottom)) { in build()408 mInsertionMarkerBottom = Float.NaN; in reset()425 mInsertionMarkerBottom = builder.mInsertionMarkerBottom; in CursorAnchorInfo()[all …]
63709 Landroid/view/inputmethod/CursorAnchorInfo$Builder;->mInsertionMarkerBottom:F63724 Landroid/view/inputmethod/CursorAnchorInfo;->mInsertionMarkerBottom:F