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

/frameworks/base/core/java/com/android/internal/app/
H A DActionBarImpl.java65 * by devices of all screen sizes. If it detects a compatible decor,
164 View decor = window.getDecorView();
166 init(decor);
168 mContentView = decor.findViewById(android.R.id.content);
177 private void init(View decor) { argument
178 mContext = decor.getContext();
179 mOverlayLayout = (ActionBarOverlayLayout) decor.findViewById(
184 mActionView = (ActionBarView) decor.findViewById(com.android.internal.R.id.action_bar);
185 mContextView = (ActionBarContextView) decor.findViewById(
187 mContainerView = (ActionBarContainer) decor
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java128 // This is the top-level view of the window, containing the window decor.
537 // Causes the decor view to be recreated
599 // Initialize the panel decor, this will populate st.decorView
733 // force a refresh of the decor
1107 * PanelFeatureState.decor to the panel's window decor view.
2745 protected ViewGroup generateLayout(DecorView decor) { argument
2906 // Inflate the window decor.
2967 decor.addView(in, new ViewGroup.LayoutParams(MATCH_PARENT, MATCH_PARENT));
3031 // Set up decor par
[all...]

Completed in 89 milliseconds