Home
last modified time | relevance | path

Searched refs:mBlockingHelperRow (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationBlockingHelperManager.java54 private ExpandableNotificationRow mBlockingHelperRow; field in NotificationBlockingHelperManager
106 mBlockingHelperRow = row; in perhapsShowBlockingHelper()
107 mBlockingHelperRow.setBlockingHelperShowing(true); in perhapsShowBlockingHelper()
116 manager.openGuts(mBlockingHelperRow, 0, 0, menuRow.getLongpressMenuItem(mContext)); in perhapsShowBlockingHelper()
135 if (!mBlockingHelperRow.isBlockingHelperShowing()) { in dismissCurrentBlockingHelper()
140 mBlockingHelperRow.setBlockingHelperShowing(false); in dismissCurrentBlockingHelper()
141 if (mBlockingHelperRow.isAttachedToWindow()) { in dismissCurrentBlockingHelper()
144 mBlockingHelperRow = null; in dismissCurrentBlockingHelper()
168 return mBlockingHelperRow.getStatusBarNotification() in getLogMaker()
181 return mBlockingHelperRow == null; in isBlockingHelperRowNull()
[all …]