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

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

Completed in 3447 milliseconds