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()
69 private CaptureLayoutHelper mCaptureLayoutHelper = null; field in TextureViewHelper83 mCaptureLayoutHelper = helper; in TextureViewHelper()158 mCaptureLayoutHelper.onPreviewAspectRatioChanged(mAspectRatio); in onAspectRatioChanged()179 return mCaptureLayoutHelper.getFullscreenRect(); in getFullscreenRect()196 mPreviewArea = mCaptureLayoutHelper.getPreviewRect(); in updateTransformFullScreen()217 RectF previewAreaBasedOnAspectRatio = mCaptureLayoutHelper.getPreviewRect();362 mCaptureLayoutHelper.getPreviewRect());367 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()
559 private final CaptureLayoutHelper mCaptureLayoutHelper; field in CameraAppUI795 mCaptureLayoutHelper = new CaptureLayoutHelper( in CameraAppUI()804 mModeListView.setCaptureLayoutHelper(mCaptureLayoutHelper); in CameraAppUI()821 mAppRootView.setNonDecorWindowSizeChangedListener(mCaptureLayoutHelper); in CameraAppUI()1317 mTextureViewHelper = new TextureViewHelper(mTextureView, mCaptureLayoutHelper, in prepareModuleUI()1328 mBottomBar.setCaptureLayoutHelper(mCaptureLayoutHelper); in prepareModuleUI()1336 mModeOptionsOverlay.setCaptureLayoutHelper(mCaptureLayoutHelper); in prepareModuleUI()1371 mStickyBottomCaptureLayout.setCaptureLayoutHelper(mCaptureLayoutHelper); in prepareModuleUI()1823 mCaptureLayoutHelper.setShowBottomBar(true);1825 mCaptureLayoutHelper.setShowBottomBar(false);