Home | History | Annotate | Download | only in impl

Lines Matching defs:mDecor

151     private DecorView mDecor;
154 // mDecor itself, or a child of mDecor where the contents go.
442 return mDecor != null ? mDecor.findFocus() : null;
883 if (!mInvalidatePanelMenuPosted && mDecor != null) {
884 mDecor.postOnAnimation(mInvalidatePanelMenuRunnable);
891 mDecor.removeCallbacks(mInvalidatePanelMenuRunnable);
960 if (event.isCanceled() || (mDecor != null && mDecor.mActionMode != null) ||
1153 mDecor.removeCallbacks(mInvalidatePanelMenuRunnable);
1347 mDecor != null) {
1348 mDecor.setElevation(elevation);
1356 if (mDecor != null) {
1357 mDecor.setClipToOutline(clipToOutline);
1366 if (mDecor != null) {
1367 mDecor.setWindowBackground(drawable);
1370 mDecor.setBackgroundFallback(drawable != null ? 0 : mBackgroundFallbackResource);
1688 if (mDecor != null) {
1689 ViewRootImpl viewRootImpl = mDecor.getViewRootImpl();
1704 mDecor.setFocusable(get);
1709 return mDecor.superDispatchKeyEvent(event);
1714 return mDecor.superDispatchKeyShortcutEvent(event);
1719 return mDecor.superDispatchTouchEvent(event);
1724 return mDecor.superDispatchTrackballEvent(event);
1729 return mDecor.superDispatchGenericMotionEvent(event);
1755 mDecor != null ? mDecor.getKeyDispatcherState() : null;
1843 mDecor != null ? mDecor.getKeyDispatcherState() : null;
1942 if (mDecor == null) {
1945 return mDecor;
1950 return mDecor;
3603 mDecor.startChanging();
3634 mDecor.setWindowBackground(background);
3642 mDecor.setWindowFrame(frame);
3644 mDecor.setElevation(mElevation);
3645 mDecor.setClipToOutline(mClipToOutline);
3657 mDecor.finishChanging();
3668 if (mDecor == null) {
3669 mDecor = generateDecor();
3670 mDecor.setDescendantFocusability(ViewGroup.FOCUS_AFTER_DESCENDANTS);
3671 mDecor.setIsRootNamespace(true);
3673 mDecor.postOnAnimation(mInvalidatePanelMenuRunnable);
3677 mContentParent = generateLayout(mDecor);
3680 mDecor.makeOptionalFitsSystemWindows();
3682 final DecorContentParent decorContentParent = (DecorContentParent) mDecor.findViewById(
3727 mTitleView.setLayoutDirection(mDecor.getLayoutDirection());
3745 if (mDecor.getBackground() == null && mBackgroundFallbackResource != 0) {
3746 mDecor.setBackgroundFallback(mBackgroundFallbackResource);
3994 if (mDecor != null) {
3995 mDecor.updateColorViews(null /* insets */, true /* animate */);
4762 if (mDecor != null) {
4763 mDecor.updateColorViews(null, false /* animate */);
4776 if (mDecor != null) {
4777 mDecor.updateColorViews(null, false /* animate */);