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

/frameworks/base/core/java/com/android/internal/policy/
H A DBackdropFrameRenderer.java38 private DecorView mDecorView;
78 public BackdropFrameRenderer(DecorView decorView, ThreadedRenderer renderer, Rect initialBounds,
108 void onResourcesLoaded(DecorView decorView, Drawable resizingBackgroundDrawable,
372 final int topInset = DecorView.getColorViewTopInset(mStableInsets.top, mSystemInsets.top);
373 final int bottomInset = DecorView.getColorViewBottomInset(stableInsets.bottom,
375 final int rightInset = DecorView.getColorViewRightInset(stableInsets.right,
377 final int leftInset = DecorView.getColorViewLeftInset(stableInsets.left,
388 final int size = DecorView.getNavBarSize(bottomInset, rightInset, leftInset);
389 if (DecorView.isNavBarToRightEdge(bottomInset, rightInset)) {
391 } else if (DecorView
[all...]
H A DPhoneWindow.java143 private DecorView mDecor;
311 mDecor = (DecorView) preservedWindow.getDecorView();
1840 * a DecorView, should it go here.
2263 protected DecorView generateDecor(int featureId) {
2281 return new DecorView(context, featureId, this, getAttributes());
2284 protected ViewGroup generateLayout(DecorView decor) {
3294 DecorView decorView;
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 */
232 DecorView(Context context, int featureId, PhoneWindow window, method in class:DecorView
278 // If a visible ColorViewState is in a resizing host DecorView, forcibly register its
2241 return "DecorView@" + Integer.toHexString(this.hashCode()) + "["
/frameworks/support/core-ui/java/android/support/v4/view/
H A DPagerTitleStrip.java48 @ViewPager.DecorView
H A DViewPager.java83 * <p>Views which are annotated with the {@link DecorView} annotation are treated as
391 public @interface DecorView { interface in class:ViewPager
1523 return clazz.getAnnotation(DecorView.class) != null;
/frameworks/support/design/src/android/support/design/widget/
H A DTabLayout.java146 @ViewPager.DecorView
/frameworks/base/
H A Dcompiled-classes-phone5414 com.android.internal.policy.DecorView
5415 com.android.internal.policy.DecorView$1
5416 com.android.internal.policy.DecorView$4
5417 com.android.internal.policy.DecorView$ActionModeCallback2Wrapper
5418 com.android.internal.policy.DecorView$ColorViewState

Completed in 273 milliseconds