Home
last modified time | relevance | path

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

/packages/apps/Gallery/src/com/android/camera/
DImageViewTouchBase.java270 float heightScale = Math.min(viewHeight / h, 3.0f); in getProperBaseMatrix() local
271 float scale = Math.min(widthScale, heightScale); in getProperBaseMatrix()
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
DImageViewTouchBase.java275 float heightScale = Math.min(viewHeight / h, 10.0f); in getProperBaseMatrix() local
276 float scale = Math.min(widthScale, heightScale); in getProperBaseMatrix()