Home
last modified time | relevance | path

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

/packages/apps/Gallery/src/com/android/camera/
DHighlightView.java324 float heightCap = mMaintainAspectRatio in growBy() local
327 if (r.height() < heightCap) { in growBy()
328 r.inset(0F, -(heightCap - r.height()) / 2F); in growBy()