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

/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java163 private DecorView mDecor;
1273 st.decorView = new DecorView(getContext(), st.featureId);
1769 * a DecorView, should it go here.
2192 private final class DecorView extends FrameLayout implements RootViewSurfaceTaker { class in class:PhoneWindow
2196 /** The feature ID of the panel, or -1 if this is the application's DecorView */
2259 public DecorView(Context context, int featureId) { method in class:PhoneWindow.DecorView
3629 protected DecorView generateDecor() {
3630 return new DecorView(getContext(), -1);
3648 protected ViewGroup generateLayout(DecorView decor) {
4652 DecorView decorVie
[all...]

Completed in 549 milliseconds