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.java178 private static boolean areSameFloatImpl(final float a, final float b) { in areSameFloatImpl() method in CursorAnchorInfo
208 || !areSameFloatImpl(mInsertionMarkerHorizontal, that.mInsertionMarkerHorizontal) in equals()
209 || !areSameFloatImpl(mInsertionMarkerTop, that.mInsertionMarkerTop) in equals()
210 || !areSameFloatImpl(mInsertionMarkerBaseline, that.mInsertionMarkerBaseline) in equals()
211 || !areSameFloatImpl(mInsertionMarkerBottom, that.mInsertionMarkerBottom)) { in equals()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt74824 Landroid/view/inputmethod/CursorAnchorInfo;->areSameFloatImpl(FF)Z