Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/
DCaptureLayoutHelper.java42 private final int mBottomBarMinHeight; field in CaptureLayoutHelper
77 mBottomBarMinHeight = bottomBarMinHeight; in CaptureLayoutHelper()
311 } else if (remainingSpaceAlongLongerEdge <= mBottomBarMinHeight) { in getPositionConfiguration()
313 previewLongerEdge = longerEdge - mBottomBarMinHeight; in getPositionConfiguration()
315 barSize = mBottomBarMinHeight; in getPositionConfiguration()