Searched refs:mDecorContentParent (Results 1 – 2 of 2) sorted by relevance
205 DecorContentParent mDecorContentParent; field in PhoneWindow578 } else if (mDecorContentParent != null) { in setTitle()579 mDecorContentParent.setWindowTitle(title); in setTitle()640 if (isActionBarMenu && mDecorContentParent != null) { in preparePanel()643 mDecorContentParent.setMenuPrepared(); in preparePanel()655 if (isActionBarMenu && mDecorContentParent != null) { in preparePanel()659 mDecorContentParent.setMenu(st.menu, mActionMenuPresenterCallback); in preparePanel()671 if (isActionBarMenu && mDecorContentParent != null) { in preparePanel()673 mDecorContentParent.setMenu(null, mActionMenuPresenterCallback); in preparePanel()696 if (isActionBarMenu && mDecorContentParent != null) { in preparePanel()[all …]
1746 if (mWindow.mDecorContentParent != null) { in onDetachedFromWindow()1747 mWindow.mDecorContentParent.dismissPopups(); in onDetachedFromWindow()