Home
last modified time | relevance | path

Searched defs:boundWidth (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()
780 int boundWidth = MeasureSpec.getSize(widthMeasureSpec); in onMeasure() local
/packages/apps/Camera2/src/com/android/camera/util/
DCameraUtil.java984 int boundWidth, int boundHeight) { in resizeToFill()