Searched refs:mAppRootView (Results 1 – 1 of 1) sorted by relevance
519 private final MainActivityLayout mAppRootView; field in CameraAppUI783 mAppRootView = appRootView; in CameraAppUI()787 mAppRootView.findViewById(R.id.mode_transition_view); in CameraAppUI()789 (ViewGroup) mAppRootView.findViewById(R.id.filmstrip_bottom_panel)); in CameraAppUI()790 mFilmstripPanel = (FilmstripContentPanel) mAppRootView.findViewById(R.id.filmstrip_layout); in CameraAppUI()820 mAppRootView.setNonDecorWindowSizeChangedListener(mCaptureLayoutHelper); in CameraAppUI()822 mAccessibilityAffordances = mAppRootView.findViewById(R.id.accessibility_affordances); in CameraAppUI()823 View modeListToggle = mAppRootView.findViewById(R.id.accessibility_mode_toggle_button); in CameraAppUI()830 View filmstripToggle = mAppRootView.findViewById( in CameraAppUI()868 FrameLayout filmstripContent = (FrameLayout) mAppRootView in setupClingForViewer()[all …]