Home
last modified time | relevance | path

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

/packages/apps/LegacyCamera/src/com/android/camera/panorama/
DPanoramaActivity.java113 private View mPanoLayout; field in PanoramaActivity
735 mPanoLayout = findViewById(R.id.pano_layout); in createContentView()
864 / mPanoLayout.getWidth()); in saveHighResMosaic()
866 / mPanoLayout.getHeight()); in saveHighResMosaic()
/packages/apps/Camera/src/com/android/camera/
DPanoramaModule.java111 private ViewGroup mPanoLayout; field in PanoramaModule
722 mPanoLayout = (ViewGroup) mRootView.findViewById(R.id.pano_layout); in createContentView()
1039 mPanoLayout.removeView(mReviewLayout); in onConfigurationChanged()
1040 inflater.inflate(R.layout.pano_review, mPanoLayout); in onConfigurationChanged()
/packages/apps/Gallery2/src/com/android/camera/
DPanoramaModule.java111 private ViewGroup mPanoLayout; field in PanoramaModule
721 mPanoLayout = (ViewGroup) mRootView.findViewById(R.id.camera_app_root); in createContentView()
1019 mPanoLayout.removeView(mReviewLayout); in onConfigurationChanged()
1020 inflater.inflate(R.layout.pano_review, mPanoLayout); in onConfigurationChanged()