Home
last modified time | relevance | path

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

/packages/apps/Camera2/jni/
Djpegutil.cpp324 int finalHeight; in Compress() local
326 finalHeight = cropBottom - cropTop; in Compress()
332 finalHeight = cropRight - cropLeft; in Compress()
335 finalHeight = cropRight - cropLeft; in Compress()
361 return Compress(finalWidth, finalHeight, yIter, cbIter, crIter, outBuf, in Compress()
/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
DWidgetRecommendationsView.java301 int finalHeight = resolveSizeAndState(desiredHeight, heightMeasureSpec, 0); in onMeasure() local
304 setMeasuredDimension(finalWidth, finalHeight); in onMeasure()