Searched refs:mDecorContentParent (Results 1 – 2 of 2) sorted by relevance
183 DecorContentParent mDecorContentParent; field in PhoneWindow561 } else if (mDecorContentParent != null) { in setTitle()562 mDecorContentParent.setWindowTitle(title); in setTitle()623 if (isActionBarMenu && mDecorContentParent != null) { in preparePanel()626 mDecorContentParent.setMenuPrepared(); in preparePanel()638 if (isActionBarMenu && mDecorContentParent != null) { in preparePanel()642 mDecorContentParent.setMenu(st.menu, mActionMenuPresenterCallback); in preparePanel()654 if (isActionBarMenu && mDecorContentParent != null) { in preparePanel()656 mDecorContentParent.setMenu(null, mActionMenuPresenterCallback); in preparePanel()679 if (isActionBarMenu && mDecorContentParent != null) { in preparePanel()[all …]
1749 if (mWindow.mDecorContentParent != null) { in onDetachedFromWindow()1750 mWindow.mDecorContentParent.dismissPopups(); in onDetachedFromWindow()