Searched refs:bottomBarRect (Results 1 – 2 of 2) sorted by relevance
122 RectF bottomBarRect = mCaptureLayoutHelper.getBottomBarRect(); in onLayout() local123 mBottomBar.layout((int) bottomBarRect.left, (int) bottomBarRect.top, in onLayout()124 (int) bottomBarRect.right, (int) bottomBarRect.bottom); in onLayout()
355 RectF bottomBarRect = mCaptureLayoutHelper.getBottomBarRect(); in onMeasure() local357 (int) bottomBarRect.width(), MeasureSpec.EXACTLY), in onMeasure()358 MeasureSpec.makeMeasureSpec((int) bottomBarRect.height(), MeasureSpec.EXACTLY) in onMeasure()