Searched defs:boundHeight (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/util/
H A DCameraUtil.java979 * @param boundHeight The height of the bound.
984 int boundWidth, int boundHeight) {
994 p.y = boundHeight;
999 if (imageWidth * boundHeight > boundWidth * imageHeight) {
1007 + boundHeight);
983 resizeToFill(int imageWidth, int imageHeight, int imageRotation, int boundWidth, int boundHeight) argument
/packages/apps/Camera2/src/com/android/camera/widget/
H A DFilmstripView.java757 private void measureViewItem(ViewItem item, int boundWidth, int boundHeight) { argument
770 boundHeight);
781 int boundHeight = MeasureSpec.getSize(heightMeasureSpec);
782 if (boundWidth == 0 || boundHeight == 0) {
789 measureViewItem(item, boundWidth, boundHeight);

Completed in 94 milliseconds