Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
DImageLoader.java68 private static final float OVERDRAW_ZOOM = 1.2f; field in ImageLoader
422 int thresholdWidth = (int) (destination.width() * OVERDRAW_ZOOM); in getScaleOneImageForPreset()