Home | History | Annotate | Download | only in app

Lines Matching refs:decor

63  * by devices of all screen sizes. If it detects a compatible decor,
153 View decor = window.getDecorView();
154 init(decor);
156 mContentView = decor.findViewById(android.R.id.content);
165 private void init(View decor) {
166 mContext = decor.getContext();
167 mOverlayLayout = (ActionBarOverlayLayout) decor.findViewById(
172 mActionView = (ActionBarView) decor.findViewById(com.android.internal.R.id.action_bar);
173 mContextView = (ActionBarContextView) decor.findViewById(
175 mContainerView = (ActionBarContainer) decor.findViewById(
177 mTopVisibilityView = (ViewGroup)decor.findViewById(
182 mSplitView = (ActionBarContainer) decor.findViewById(
187 "with a compatible window decor layout");