Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DPositionController.java1266 float wFactor = 1.0f; in getMinimalScale() local
1281 wFactor = FILM_MODE_PORTRAIT_WIDTH; in getMinimalScale()
1284 wFactor = FILM_MODE_LANDSCAPE_WIDTH; in getMinimalScale()
1289 float s = Math.min(wFactor * viewW / b.mImageW, in getMinimalScale()