HomeSort by relevance Sort by last modified time
    Searched refs:DecorView (Results 1 - 12 of 12) sorted by null

  /frameworks/base/core/java/com/android/internal/policy/
BackdropFrameRenderer.java 38 private DecorView mDecorView;
78 public BackdropFrameRenderer(DecorView decorView, ThreadedRenderer renderer, Rect initialBounds,
85 onResourcesLoaded(decorView, resizingBackgroundDrawable, captionBackgroundDrawable,
108 void onResourcesLoaded(DecorView decorView, Drawable resizingBackgroundDrawable,
111 mDecorView = decorView;
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
    [all...]
PhoneWindow.java 143 private DecorView mDecor;
311 mDecor = (DecorView) preservedWindow.getDecorView();
790 if (st.decorView == null || st.refreshDecorView) {
791 if (st.decorView == null) {
792 // Initialize the panel decor, this will populate st.decorView
793 if (!initializePanelDecor(st) || (st.decorView == null))
795 } else if (st.refreshDecorView && (st.decorView.getChildCount() > 0)) {
797 st.decorView.removeAllViews();
820 st.decorView.setWindowBackground(getContext().getDrawable(
827 st.decorView.addView(st.shownPanelView, lp)
    [all...]
DecorView.java 108 public class DecorView extends FrameLayout implements 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,
278 // If a visible ColorViewState is in a resizing host DecorView, forcibly register its
    [all...]
  /frameworks/support/core-ui/java/android/support/v4/view/
PagerTitleStrip.java 48 @ViewPager.DecorView
ViewPager.java 83 * <p>Views which are annotated with the {@link DecorView} annotation are treated as
391 public @interface DecorView {
    [all...]
  /frameworks/support/design/src/android/support/design/widget/
TabLayout.java 146 @ViewPager.DecorView
    [all...]
  /frameworks/base/
compiled-classes-phone     [all...]
  /external/robolectric/v3/runtime/
android-all-5.1.1_r9-robolectric-1.jar 
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 

Completed in 641 milliseconds