Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DFilterGradRepresentation.java37 private static final double ADD_MIN_DIST = .05; field in FilterGradRepresentation
193 double addDelta = ADD_MIN_DIST * Math.max(rect.width(), rect.height()); in addBand()