Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/util/
DCameraUtil.java984 int boundWidth, int boundHeight) { in resizeToFill() argument
994 p.y = boundHeight; in resizeToFill()
999 if (imageWidth * boundHeight > boundWidth * imageHeight) { in resizeToFill()
1007 + boundHeight); in resizeToFill()
/packages/apps/Camera2/src/com/android/camera/widget/
DFilmstripView.java757 private void measureViewItem(ViewItem item, int boundWidth, int boundHeight) { in measureViewItem() argument
770 boundHeight); in measureViewItem()
781 int boundHeight = MeasureSpec.getSize(heightMeasureSpec); in onMeasure() local
782 if (boundWidth == 0 || boundHeight == 0) { in onMeasure()
789 measureViewItem(item, boundWidth, boundHeight); in onMeasure()