Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DPhotoFallbackEffect.java104 float fullScale = (float) d.height() / Math.min(s.width(), s.height()); in drawEntry() local
105 float scale = fullScale * p + 1 * (1 - p); in drawEntry()