Home
last modified time | relevance | path

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

/packages/apps/Camera/src/com/android/camera/
DPanoramaModule.java113 private View mReviewLayout; field in PanoramaModule
692 mReviewLayout = mRootView.findViewById(R.id.pano_review_layout); in setViews()
857 mReviewLayout.setVisibility(View.GONE); in reset()
905 mReviewLayout.setVisibility(View.VISIBLE); in showFinalMosaic()
1039 mPanoLayout.removeView(mReviewLayout); in onConfigurationChanged()
1046 mReviewLayout.setVisibility(View.VISIBLE); in onConfigurationChanged()
/packages/apps/Gallery2/src/com/android/camera/
DPanoramaModule.java113 private View mReviewLayout; field in PanoramaModule
691 mReviewLayout = mRootView.findViewById(R.id.pano_review_layout); in setViews()
856 mReviewLayout.setVisibility(View.GONE); in reset()
904 mReviewLayout.setVisibility(View.VISIBLE); in showFinalMosaic()
1019 mPanoLayout.removeView(mReviewLayout); in onConfigurationChanged()
1026 mReviewLayout.setVisibility(View.VISIBLE); in onConfigurationChanged()
/packages/apps/LegacyCamera/src/com/android/camera/panorama/
DPanoramaActivity.java115 private View mReviewLayout; field in PanoramaActivity
721 mReviewLayout = (View) findViewById(R.id.pano_review_layout); in createContentView()
925 mReviewLayout.setVisibility(View.GONE); in reset()
944 mReviewLayout.setVisibility(View.VISIBLE); in showFinalMosaic()