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.java52 private ExpandableNotificationRow mBlockingHelperRow; field in NotificationBlockingHelperManager
110 mBlockingHelperRow = row; in perhapsShowBlockingHelper()
111 mBlockingHelperRow.setBlockingHelperShowing(true); in perhapsShowBlockingHelper()
121 mBlockingHelperRow, 0, 0, menuRow.getLongpressMenuItem(mContext)); in perhapsShowBlockingHelper()
139 if (!mBlockingHelperRow.isBlockingHelperShowing()) { in dismissCurrentBlockingHelper()
144 mBlockingHelperRow.setBlockingHelperShowing(false); in dismissCurrentBlockingHelper()
145 if (mBlockingHelperRow.isAttachedToWindow()) { in dismissCurrentBlockingHelper()
148 mBlockingHelperRow = null; in dismissCurrentBlockingHelper()
172 return mBlockingHelperRow.getEntry().getSbn() in getLogMaker()
185 return mBlockingHelperRow == null; in isBlockingHelperRowNull()
[all …]