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/
DNotificationBlockingHelperManager.java49 private ExpandableNotificationRow mBlockingHelperRow; field in NotificationBlockingHelperManager
96 mBlockingHelperRow = row; in perhapsShowBlockingHelper()
97 mBlockingHelperRow.setBlockingHelperShowing(true); in perhapsShowBlockingHelper()
101 manager.openGuts(mBlockingHelperRow, 0, 0, menuRow.getLongpressMenuItem(mContext)); in perhapsShowBlockingHelper()
120 if (!mBlockingHelperRow.isBlockingHelperShowing()) { in dismissCurrentBlockingHelper()
125 mBlockingHelperRow.setBlockingHelperShowing(false); in dismissCurrentBlockingHelper()
126 if (mBlockingHelperRow.isAttachedToWindow()) { in dismissCurrentBlockingHelper()
129 mBlockingHelperRow = null; in dismissCurrentBlockingHelper()
153 return mBlockingHelperRow == null; in isBlockingHelperRowNull()
158 mBlockingHelperRow = blockingHelperRowForTest; in setBlockingHelperRowForTest()