Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/ui/
DStickyBottomCaptureLayout.java122 RectF bottomBarRect = mCaptureLayoutHelper.getBottomBarRect(); in onLayout() local
123 mBottomBar.layout((int) bottomBarRect.left, (int) bottomBarRect.top, in onLayout()
124 (int) bottomBarRect.right, (int) bottomBarRect.bottom); in onLayout()
DBottomBar.java355 RectF bottomBarRect = mCaptureLayoutHelper.getBottomBarRect(); in onMeasure() local
357 (int) bottomBarRect.width(), MeasureSpec.EXACTLY), in onMeasure()
358 MeasureSpec.makeMeasureSpec((int) bottomBarRect.height(), MeasureSpec.EXACTLY) in onMeasure()