Searched refs:mMenuRow (Results 1 – 1 of 1) sorted by relevance
160 private NotificationMenuRowPlugin mMenuRow; field in ExpandableNotificationRow339 if (mMenuRow != null) { in onNotificationUpdated()340 mMenuRow.onNotificationUpdated(); in onNotificationUpdated()459 if (mMenuRow != null && mMenuRow.getMenuView() != null) {460 mMenuRow.setAppName(mAppName);531 if (mMenuRow != null && mMenuRow.isMenuVisible()) {781 boolean existed = mMenuRow.getMenuView() != null;783 removeView(mMenuRow.getMenuView());785 mMenuRow = plugin;786 if (mMenuRow.useDefaultMenuItems()) {[all …]