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

/frameworks/base/core/java/android/view/inputmethod/
H A DCursorAnchorInfo.java183 private static boolean areSameFloatImpl(final float a, final float b) { method in class:CursorAnchorInfo
213 || !areSameFloatImpl(mInsertionMarkerHorizontal, that.mInsertionMarkerHorizontal)
214 || !areSameFloatImpl(mInsertionMarkerTop, that.mInsertionMarkerTop)
215 || !areSameFloatImpl(mInsertionMarkerBaseline, that.mInsertionMarkerBaseline)
216 || !areSameFloatImpl(mInsertionMarkerBottom, that.mInsertionMarkerBottom)) {

Completed in 36 milliseconds