HomeSort by relevance Sort by last modified time
    Searched refs:boundHeight (Results 1 - 2 of 2) sorted by null

  /packages/apps/Camera2/src/com/android/camera/util/
CameraUtil.java     [all...]
  /packages/apps/Camera2/src/com/android/camera/widget/
FilmstripView.java 757 private void measureViewItem(ViewItem item, int boundWidth, int boundHeight) {
770 boundHeight);
781 int boundHeight = MeasureSpec.getSize(heightMeasureSpec);
782 if (boundWidth == 0 || boundHeight == 0) {
789 measureViewItem(item, boundWidth, boundHeight);
    [all...]

Completed in 312 milliseconds