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

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

Completed in 54 milliseconds