Searched refs:mDecorContentParent (Results 1 – 2 of 2) sorted by relevance
247 DecorContentParent mDecorContentParent; field in PhoneWindow545 if (mDecorContentParent != null) { in setContentView()546 mDecorContentParent.notifyContentChanged(); in setContentView()581 if (mDecorContentParent != null) { in setContentView()582 mDecorContentParent.notifyContentChanged(); in setContentView()604 if (mDecorContentParent != null) { in addContentView()605 mDecorContentParent.notifyContentChanged(); in addContentView()675 } else if (mDecorContentParent != null) { in setTitle()676 mDecorContentParent.setWindowTitle(title); in setTitle()737 if (isActionBarMenu && mDecorContentParent != null) { in preparePanel()[all …]
1826 if (mWindow.mDecorContentParent != null) { in onDetachedFromWindow()1827 mWindow.mDecorContentParent.dismissPopups(); in onDetachedFromWindow()