Home | History | Annotate | Download | only in app

Lines Matching refs:decor

1845         // Initializing the window decor can change window feature flags.
2265 View decor = mDecor;
2266 if (decor != null && decor.getParent() != null) {
2267 getWindowManager().updateViewLayout(decor, params);
2359 View decor = mDecor;
2360 if (decor == null) decor = win.getDecorView();
2361 return event.dispatch(this, decor != null
2362 ? decor.getKeyDispatcherState() : null, this);