Searched defs:decor (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/
H A DActionBarImpl.java63 * by devices of all screen sizes. If it detects a compatible decor,
154 View decor = window.getDecorView();
156 init(decor, overlayMode);
158 mContentView = decor.findViewById(android.R.id.content);
167 private void init(View decor, boolean overlayMode) { argument
168 mContext = decor.getContext();
169 mOverlayLayout = (ActionBarOverlayLayout) decor.findViewById(
174 mActionView = (ActionBarView) decor.findViewById(com.android.internal.R.id.action_bar);
175 mContextView = (ActionBarContextView) decor.findViewById(
177 mContainerView = (ActionBarContainer) decor
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java121 // This is the top-level view of the window, containing the window decor.
514 // Causes the decor view to be recreated
575 // Initialize the panel decor, this will populate st.decorView
708 // force a refresh of the decor
1079 * PanelFeatureState.decor to the panel's window decor view.
2614 protected ViewGroup generateLayout(DecorView decor) { argument
2763 // Inflate the window decor.
2824 decor.addView(in, new ViewGroup.LayoutParams(MATCH_PARENT, MATCH_PARENT));
2888 // Set up decor par
[all...]

Completed in 81 milliseconds