Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/
DCaptureLayoutHelper.java44 private final int mBottomBarOptimalHeight; field in CaptureLayoutHelper
79 mBottomBarOptimalHeight = bottomBarOptimalHeight; in CaptureLayoutHelper()
255 config.mBottomBarRect.set(width - mBottomBarOptimalHeight, 0, width, height); in getPositionConfiguration()
257 config.mBottomBarRect.set(0, height - mBottomBarOptimalHeight, width, height); in getPositionConfiguration()
278 barSize = mBottomBarOptimalHeight; in getPositionConfiguration()
296 barSize = mBottomBarOptimalHeight; in getPositionConfiguration()