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

/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java112 public class DecorView extends FrameLayout implements RootViewSurfaceTaker, WindowCallbacks { class in inherits:FrameLayout,RootViewSurfaceTaker,WindowCallbacks
113 private static final String TAG = "DecorView";
164 /** The feature ID of the panel, or -1 if this is the application's DecorView */
253 DecorView(Context context, int featureId, PhoneWindow window, method in class:DecorView
299 // If a visible ColorViewState is in a resizing host DecorView, forcibly register its
2311 return "DecorView@" + Integer.toHexString(this.hashCode()) + "["
/frameworks/support/viewpager/src/main/java/androidx/viewpager/widget/
H A DViewPager.java84 * <p>Views which are annotated with the {@link DecorView} annotation are treated as
387 public @interface DecorView { interface in class:ViewPager
1499 return clazz.getAnnotation(DecorView.class) != null;

Completed in 104 milliseconds