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

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java122 private DecorView mDecor;
1084 st.decorView = new DecorView(getContext(), st.featureId);
1450 * a DecorView, should it go here.
1803 private final class DecorView extends FrameLayout implements RootViewSurfaceTaker { class in class:PhoneWindow
1806 /** The feature ID of the panel, or -1 if this is the application's DecorView */
1828 public DecorView(Context context, int featureId) { method in class:PhoneWindow.DecorView
2595 protected DecorView generateDecor() {
2596 return new DecorView(getContext(), -1);
2614 protected ViewGroup generateLayout(DecorView decor) {
3284 DecorView decorVie
[all...]

Completed in 47 milliseconds