Searched refs:mAppRootView (Results 1 – 1 of 1) sorted by relevance
520 private final MainActivityLayout mAppRootView; field in CameraAppUI784 mAppRootView = appRootView; in CameraAppUI()788 mAppRootView.findViewById(R.id.mode_transition_view); in CameraAppUI()790 (ViewGroup) mAppRootView.findViewById(R.id.filmstrip_bottom_panel)); in CameraAppUI()791 mFilmstripPanel = (FilmstripContentPanel) mAppRootView.findViewById(R.id.filmstrip_layout); in CameraAppUI()821 mAppRootView.setNonDecorWindowSizeChangedListener(mCaptureLayoutHelper); in CameraAppUI()823 mAccessibilityAffordances = mAppRootView.findViewById(R.id.accessibility_affordances); in CameraAppUI()824 View modeListToggle = mAppRootView.findViewById(R.id.accessibility_mode_toggle_button); in CameraAppUI()831 View filmstripToggle = mAppRootView.findViewById( in CameraAppUI()869 FrameLayout filmstripContent = (FrameLayout) mAppRootView in setupClingForViewer()[all …]