Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/
DCaptureLayoutHelper.java43 private final int mBottomBarMaxHeight; field in CaptureLayoutHelper
78 mBottomBarMaxHeight = bottomBarMaxHeight; in CaptureLayoutHelper()
330 barSize = remainingSpaceAlongLongerEdge <= mBottomBarMaxHeight ? in getPositionConfiguration()
331 remainingSpaceAlongLongerEdge : mBottomBarMaxHeight; in getPositionConfiguration()