Searched refs:appRootView (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/app/
H A DCameraAppUI.java777 public CameraAppUI(AppController controller, MainActivityLayout appRootView, argument
783 mAppRootView = appRootView;
784 mFilmstripLayout = (FilmstripLayout) appRootView.findViewById(R.id.filmstrip_layout);
785 mCameraRootView = (FrameLayout) appRootView.findViewById(R.id.camera_app_root);
798 mModeListView = (ModeListView) appRootView.findViewById(R.id.mode_list_layout);
812 mRoundedThumbnailView = (RoundedThumbnailView) appRootView.findViewById(R.id.rounded_thumbnail_view);

Completed in 61 milliseconds