Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
DIconFactory.java93 float hScale = sourceHeight / (float) iconHeight; in drawIcon() local
94 float s = Math.min(hScale, wScale); in drawIcon()
/packages/apps/DeskClock/src/com/android/deskclock/
DAnalogClock.java149 float hScale = 1.0f; in onMeasure() local
153 hScale = (float) widthSize / (float) mDialWidth; in onMeasure()
160 float scale = Math.min(hScale, vScale); in onMeasure()