Home | History | Annotate | Download | only in app

Lines Matching defs:getDecorView

2748         window.getDecorView();
3295 View d = w.getDecorView();
3364 if (decor == null) decor = win.getDecorView();
6646 if (getWindow() != null && getWindow().getDecorView() != null) {
6647 getWindow().getDecorView().getViewTreeObserver().dispatchOnEnterAnimationComplete();
6750 return mWindow.getDecorView().startActionMode(callback);
6764 return mWindow.getDecorView().startActionMode(callback, type);