Searched defs:NONZERO_EPSILON (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/view/
H A DView.java2750 private static final float NONZERO_EPSILON = .001f; field in class:View
8793 return (value < -NONZERO_EPSILON || value > NONZERO_EPSILON);

Completed in 50 milliseconds