Searched refs:finalHeight (Results 1 – 2 of 2) sorted by relevance
324 int finalHeight; in Compress() local326 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()
301 int finalHeight = resolveSizeAndState(desiredHeight, heightMeasureSpec, 0); in onMeasure() local304 setMeasuredDimension(finalWidth, finalHeight); in onMeasure()