Home | History | Annotate | Download | only in widget

Lines Matching defs:decorView

1352         final PopupDecorView decorView = new PopupDecorView(mContext);
1353 decorView.addView(contentView, MATCH_PARENT, height);
1354 decorView.setClipChildren(false);
1355 decorView.setClipToPadding(false);
1357 return decorView;
1373 final PopupDecorView decorView = mDecorView;
1374 decorView.setFitsSystemWindows(mLayoutInsetDecor);
1378 mWindowManager.addView(decorView, p);
1381 decorView.requestEnterTransition(mEnterTransition);
1814 final PopupDecorView decorView = mDecorView;
1826 decorView.cancelTransitions();
1837 if (mIsAnchorRootAttached && exitTransition != null && decorView.isLaidOut()) {
1839 final LayoutParams p = (LayoutParams) decorView.getLayoutParams();
1843 mWindowManager.updateViewLayout(decorView, p);
1856 decorView.startExitTransition(exitTransition, anchorRoot,
1860 dismissImmediate(decorView, contentHolder, contentView);
1864 dismissImmediate(decorView, contentHolder, contentView);
1914 private void dismissImmediate(View decorView, ViewGroup contentHolder, View contentView) {
1918 if (decorView.getParent() != null) {
1919 mWindowManager.removeViewImmediate(decorView);