Searched refs:mHeadsUpManager (Results 1 – 11 of 11) sorted by relevance
34 private HeadsUpManager mHeadsUpManager; field in HeadsUpTouchHelper49 mHeadsUpManager = headsUpManager; in HeadsUpTouchHelper()111 mHeadsUpManager.unpinAll(); in onInterceptTouchEvent()121 if (mHeadsUpManager.shouldSwallowClick( in onInterceptTouchEvent()135 mHeadsUpManager.setTrackingHeadsUp(tracking);141 mHeadsUpManager.snooze();
45 private HeadsUpManager mHeadsUpManager; field in NotificationGroupManager419 if (mHeadsUpManager.isHeadsUp(child.key)) { in handleSuppressedSummaryHeadsUpped()420 mHeadsUpManager.updateNotification(child, true); in handleSuppressedSummaryHeadsUpped()422 mHeadsUpManager.showNotification(child); in handleSuppressedSummaryHeadsUpped()426 mHeadsUpManager.releaseImmediately(entry.key); in handleSuppressedSummaryHeadsUpped()445 mHeadsUpManager = headsUpManager; in setHeadsUpManager()
471 mHeadsUpManager.releaseAllImmediately();774 mHeadsUpManager = new HeadsUpManager(context, mStatusBarWindow, mGroupManager); in makeStatusBarView()775 mHeadsUpManager.setBar(this); in makeStatusBarView()776 mHeadsUpManager.addListener(this); in makeStatusBarView()777 mHeadsUpManager.addListener(mNotificationPanel); in makeStatusBarView()778 mHeadsUpManager.addListener(mGroupManager); in makeStatusBarView()779 mHeadsUpManager.addListener(mVisualStabilityManager); in makeStatusBarView()780 mNotificationPanel.setHeadsUpManager(mHeadsUpManager); in makeStatusBarView()781 mNotificationData.setHeadsUpManager(mHeadsUpManager); in makeStatusBarView()782 mGroupManager.setHeadsUpManager(mHeadsUpManager); in makeStatusBarView()[all …]
57 protected HeadsUpManager mHeadsUpManager; field in PanelView266 && mHeadsUpManager.hasPinnedHeadsUp(); in onTouchEvent()279 if (isFullyCollapsed() && !mHeadsUpManager.hasPinnedHeadsUp()) { in onTouchEvent()1100 mHeadsUpManager = headsUpManager; in setHeadsUpManager()
683 mListenForHeadsUp = mCollapsedOnDown && mHeadsUpManager.hasPinnedHeadsUp(); in initDownStates()1444 mHeadsUpManager.setIsExpanded(isExpanded); in updatePanelExpanded()1501 … if (mClosingWithAlphaFadeOut && !mExpandingFromHeadsUp && !mHeadsUpManager.hasPinnedHeadsUp()) { in updateNotificationTranslucency()1629 mHeadsUpManager.onExpandingFinished(); in onExpandingFinished()2275 return mHeadsUpManager.hasPinnedHeadsUp() || mHeadsUpAnimatingAway; in isPanelVisibleBecauseOfHeadsUp()
40 private final HeadsUpManager mHeadsUpManager; field in RemoteInputController44 mHeadsUpManager = headsUpManager; in RemoteInputController()116 mHeadsUpManager.setRemoteInputActive(entry, isRemoteInputActive(entry)); in apply()
45 private HeadsUpManager mHeadsUpManager; field in NotificationData178 mHeadsUpManager = headsUpManager; in setHeadsUpManager()222 return mHeadsUpManager.compare(a, b);
182 protected HeadsUpManager mHeadsUpManager; field in BaseStatusBar1641 row.setHeadsUpManager(mHeadsUpManager);1910 if (mHeadsUpManager != null && mHeadsUpManager.isHeadsUp(notificationKey)) {1919 mHeadsUpManager.releaseImmediately(notificationKey);2130 boolean pinnedHeadsUp = mHeadsUpManager.hasPinnedHeadsUp();
132 private HeadsUpManager mHeadsUpManager; field in ExpandableNotificationRow640 mHeadsUpManager = headsUpManager;1517 if (!mOnKeyguard && mIsHeadsUp && mHeadsUpManager.isTrackingHeadsUp()) {
39 private HeadsUpManager mHeadsUpManager; field in AmbientState130 mHeadsUpManager = headsUpManager; in setHeadsUpManager()
260 private HeadsUpManager mHeadsUpManager; field in NotificationStackScrollLayout706 if (!mTrackingHeadsUp && !mHeadsUpManager.hasPinnedHeadsUp()) { in getExpandTranslationStart()720 ? mHeadsUpManager.getTopHeadsUpPinnedHeight() in getAppearStartPosition()729 int firstItemHeight = mTrackingHeadsUp || mHeadsUpManager.hasPinnedHeadsUp() in getAppearEndPosition()730 ? mHeadsUpManager.getTopHeadsUpPinnedHeight() + mBottomStackPeekSize in getAppearEndPosition()819 mHeadsUpManager.addSwipedOutNotification(row.getStatusBarNotification().getKey()); in handleChildDismissed()998 && mHeadsUpManager.getTopEntry().entry.row != row in getChildAtPosition()1000 mHeadsUpManager.getTopEntry().entry.row.getStatusBarNotification()) in getChildAtPosition()3801 mHeadsUpManager = headsUpManager; in setHeadsUpManager()