Searched refs:mMenuRow (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java160 private NotificationMenuRowPlugin mMenuRow; field in class:ExpandableNotificationRow
339 if (mMenuRow != null) {
340 mMenuRow.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
[all...]

Completed in 54 milliseconds