Home
last modified time | relevance | path

Searched refs:mDecorContentParent (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/policy/
DPhoneWindow.java168 DecorContentParent mDecorContentParent; field in PhoneWindow
541 } else if (mDecorContentParent != null) { in setTitle()
542 mDecorContentParent.setWindowTitle(title); in setTitle()
603 if (isActionBarMenu && mDecorContentParent != null) { in preparePanel()
606 mDecorContentParent.setMenuPrepared(); in preparePanel()
618 if (isActionBarMenu && mDecorContentParent != null) { in preparePanel()
622 mDecorContentParent.setMenu(st.menu, mActionMenuPresenterCallback); in preparePanel()
634 if (isActionBarMenu && mDecorContentParent != null) { in preparePanel()
636 mDecorContentParent.setMenu(null, mActionMenuPresenterCallback); in preparePanel()
659 if (isActionBarMenu && mDecorContentParent != null) { in preparePanel()
[all …]
DDecorView.java1594 if (mWindow.mDecorContentParent != null) {
1595 mWindow.mDecorContentParent.dismissPopups();
/frameworks/support/v7/appcompat/src/android/support/v7/app/
DAppCompatDelegateImplV9.java98 private DecorContentParent mDecorContentParent;
408 mDecorContentParent = (DecorContentParent) subDecor
410 mDecorContentParent.setWindowCallback(getWindowCallback());
416 mDecorContentParent.initFeature(FEATURE_SUPPORT_ACTION_BAR_OVERLAY);
419 mDecorContentParent.initFeature(Window.FEATURE_PROGRESS);
422 mDecorContentParent.initFeature(Window.FEATURE_INDETERMINATE_PROGRESS);
479 if (mDecorContentParent == null) {
630 if (mDecorContentParent != null) {
631 mDecorContentParent.setWindowTitle(title);
1212 if (mDecorContentParent != null && mDecorContentParent.canShowOverflowMenu()
[all …]