Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inputmethod/
DCursorAnchorInfo.java209 private static boolean areSameFloatImpl(final float a, final float b) { in areSameFloatImpl() method in CursorAnchorInfo
239 || !areSameFloatImpl(mInsertionMarkerHorizontal, that.mInsertionMarkerHorizontal) in equals()
240 || !areSameFloatImpl(mInsertionMarkerTop, that.mInsertionMarkerTop) in equals()
241 || !areSameFloatImpl(mInsertionMarkerBaseline, that.mInsertionMarkerBaseline) in equals()
242 || !areSameFloatImpl(mInsertionMarkerBottom, that.mInsertionMarkerBottom)) { in equals()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt59752 Landroid/view/inputmethod/CursorAnchorInfo;->areSameFloatImpl(FF)Z