Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/widget/
DFilmstripView.java757 private void measureViewItem(ViewItem item, int boundWidth, int boundHeight) { in measureViewItem()
781 int boundHeight = MeasureSpec.getSize(heightMeasureSpec); in onMeasure() local
/packages/apps/Camera2/src/com/android/camera/util/
DCameraUtil.java989 int boundWidth, int boundHeight) { in resizeToFill()