Searched refs:mCaptureLayoutHelper (Results 1 – 6 of 6) sorted by relevance
48 private CaptureLayoutHelper mCaptureLayoutHelper = null; field in StickyBottomCaptureLayout54 mCaptureLayoutHelper.getUncoveredPreviewRect(),68 mCaptureLayoutHelper.getUncoveredPreviewRect(),96 mCaptureLayoutHelper = helper; in setCaptureLayoutHelper()101 if (mCaptureLayoutHelper == null) { in onLayout()106 RectF uncoveredPreviewRect = mCaptureLayoutHelper.getUncoveredPreviewRect(); in onLayout()122 RectF bottomBarRect = mCaptureLayoutHelper.getBottomBarRect(); in onLayout()
78 private CaptureLayoutHelper mCaptureLayoutHelper = null; field in BottomBar340 mCaptureLayoutHelper = helper; in setCaptureLayoutHelper()351 if (mCaptureLayoutHelper == null) { in onMeasure()355 RectF bottomBarRect = mCaptureLayoutHelper.getBottomBarRect(); in onMeasure()360 boolean shouldOverlayBottomBar = mCaptureLayoutHelper.shouldOverlayBottomBar(); in onMeasure()
139 private CaptureLayoutHelper mCaptureLayoutHelper = null; field in ModeListView883 mCaptureLayoutHelper.getPreviewRect()); in SelectedState()1363 mCaptureLayoutHelper = helper; in setCaptureLayoutHelper()1377 if (mCaptureLayoutHelper == null) { in updateModeListLayout()1383 RectF uncoveredPreviewArea = mCaptureLayoutHelper.getUncoveredPreviewRect(); in updateModeListLayout()
68 private CaptureLayoutHelper mCaptureLayoutHelper = null; field in TextureViewHelper82 mCaptureLayoutHelper = helper; in TextureViewHelper()157 mCaptureLayoutHelper.onPreviewAspectRatioChanged(mAspectRatio); in onAspectRatioChanged()178 return mCaptureLayoutHelper.getFullscreenRect(); in getFullscreenRect()195 mPreviewArea = mCaptureLayoutHelper.getPreviewRect(); in updateTransformFullScreen()216 RectF previewAreaBasedOnAspectRatio = mCaptureLayoutHelper.getPreviewRect();361 mCaptureLayoutHelper.getPreviewRect());366 mCaptureLayoutHelper.getPreviewRect());
57 private CaptureLayoutHelper mCaptureLayoutHelper = null; field in ModeOptionsOverlay82 mCaptureLayoutHelper = helper; in setCaptureLayoutHelper()167 if (mCaptureLayoutHelper == null) { in onMeasure()171 RectF uncoveredPreviewRect = mCaptureLayoutHelper.getUncoveredPreviewRect(); in onMeasure()
558 private final CaptureLayoutHelper mCaptureLayoutHelper; field in CameraAppUI794 mCaptureLayoutHelper = new CaptureLayoutHelper( in CameraAppUI()803 mModeListView.setCaptureLayoutHelper(mCaptureLayoutHelper); in CameraAppUI()820 mAppRootView.setNonDecorWindowSizeChangedListener(mCaptureLayoutHelper); in CameraAppUI()1316 mTextureViewHelper = new TextureViewHelper(mTextureView, mCaptureLayoutHelper, in prepareModuleUI()1327 mBottomBar.setCaptureLayoutHelper(mCaptureLayoutHelper); in prepareModuleUI()1335 mModeOptionsOverlay.setCaptureLayoutHelper(mCaptureLayoutHelper); in prepareModuleUI()1370 mStickyBottomCaptureLayout.setCaptureLayoutHelper(mCaptureLayoutHelper); in prepareModuleUI()1822 mCaptureLayoutHelper.setShowBottomBar(true);1824 mCaptureLayoutHelper.setShowBottomBar(false);