Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/
DCaptureLayoutHelper.java264 float barSize; in getPositionConfiguration() local
278 barSize = mBottomBarOptimalHeight; in getPositionConfiguration()
284 config.mBottomBarRect.set(width - barSize, height / 2 - previewShorterEdge / 2, in getPositionConfiguration()
289 config.mBottomBarRect.set(width / 2 - previewShorterEdge / 2, height - barSize, in getPositionConfiguration()
296 barSize = mBottomBarOptimalHeight; in getPositionConfiguration()
304 config.mBottomBarRect.set(width - barSize, 0, width, height); in getPositionConfiguration()
309 config.mBottomBarRect.set(0, height - barSize, width, height); in getPositionConfiguration()
315 barSize = mBottomBarMinHeight; in getPositionConfiguration()
320 config.mBottomBarRect.set(width - barSize, height / 2 - previewShorterEdge / 2, in getPositionConfiguration()
325 config.mBottomBarRect.set(width / 2 - previewShorterEdge / 2, height - barSize, in getPositionConfiguration()
[all …]