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

/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java108 public class DecorView extends FrameLayout implements RootViewSurfaceTaker, WindowCallbacks { class in inherits:FrameLayout,RootViewSurfaceTaker,WindowCallbacks
109 private static final String TAG = "DecorView";
129 /** The feature ID of the panel, or -1 if this is the application's DecorView */
230 DecorView(Context context, int featureId, PhoneWindow window, method in class:DecorView
276 // If a visible ColorViewState is in a resizing host DecorView, forcibly register its
2204 return "DecorView@" + Integer.toHexString(this.hashCode()) + "["
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPager.java81 * <p>Views which are annotated with the {@link DecorView} annotation are treated as
385 public @interface DecorView { interface in class:ViewPager
1486 return clazz.getAnnotation(DecorView.class) != null;

Completed in 93 milliseconds