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 NotificationGroupManager420 if (mHeadsUpManager.isHeadsUp(child.key)) { in handleSuppressedSummaryHeadsUpped()421 mHeadsUpManager.updateNotification(child, true); in handleSuppressedSummaryHeadsUpped()423 mHeadsUpManager.showNotification(child); in handleSuppressedSummaryHeadsUpped()427 mHeadsUpManager.releaseImmediately(entry.key); in handleSuppressedSummaryHeadsUpped()446 mHeadsUpManager = headsUpManager; in setHeadsUpManager()
447 mHeadsUpManager.releaseAllImmediately();743 mHeadsUpManager = new HeadsUpManager(context, mStatusBarWindow, mGroupManager); in makeStatusBarView()744 mHeadsUpManager.setBar(this); in makeStatusBarView()745 mHeadsUpManager.addListener(this); in makeStatusBarView()746 mHeadsUpManager.addListener(mNotificationPanel); in makeStatusBarView()747 mHeadsUpManager.addListener(mGroupManager); in makeStatusBarView()748 mNotificationPanel.setHeadsUpManager(mHeadsUpManager); in makeStatusBarView()749 mNotificationData.setHeadsUpManager(mHeadsUpManager); in makeStatusBarView()750 mGroupManager.setHeadsUpManager(mHeadsUpManager); in makeStatusBarView()778 mStackScroller.setHeadsUpManager(mHeadsUpManager); in makeStatusBarView()[all …]
57 protected HeadsUpManager mHeadsUpManager; field in PanelView262 && mHeadsUpManager.hasPinnedHeadsUp(); in onTouchEvent()275 if (isFullyCollapsed() && !mHeadsUpManager.hasPinnedHeadsUp()) { in onTouchEvent()1095 mHeadsUpManager = headsUpManager; in setHeadsUpManager()
679 mListenForHeadsUp = mCollapsedOnDown && mHeadsUpManager.hasPinnedHeadsUp(); in initDownStates()1436 mHeadsUpManager.setIsExpanded(isExpanded); in updatePanelExpanded()1493 … if (mClosingWithAlphaFadeOut && !mExpandingFromHeadsUp && !mHeadsUpManager.hasPinnedHeadsUp()) { in updateNotificationTranslucency()1556 if (mHeadsUpManager.hasPinnedHeadsUp() || mIsExpansionFromHeadsUp) { in getHeaderTranslation()1625 mHeadsUpManager.onExpandingFinished(); in onExpandingFinished()2261 return mHeadsUpManager.hasPinnedHeadsUp() || mHeadsUpAnimatingAway; in isPanelVisibleBecauseOfHeadsUp()
37 private final HeadsUpManager mHeadsUpManager; field in RemoteInputController41 mHeadsUpManager = headsUpManager; in RemoteInputController()77 mHeadsUpManager.setRemoteInputActive(entry, isRemoteInputActive(entry)); in apply()
46 private HeadsUpManager mHeadsUpManager; field in NotificationData179 mHeadsUpManager = headsUpManager; in setHeadsUpManager()223 return mHeadsUpManager.compare(a, b);
178 protected HeadsUpManager mHeadsUpManager; field in BaseStatusBar1625 row.setHeadsUpManager(mHeadsUpManager);1896 if (mHeadsUpManager != null && mHeadsUpManager.isHeadsUp(notificationKey)) {1905 mHeadsUpManager.releaseImmediately(notificationKey);2108 boolean pinnedHeadsUp = mHeadsUpManager.hasPinnedHeadsUp();
132 private HeadsUpManager mHeadsUpManager; field in ExpandableNotificationRow632 mHeadsUpManager = headsUpManager;1461 if (mIsHeadsUp && mHeadsUpManager.isTrackingHeadsUp()) {
39 private HeadsUpManager mHeadsUpManager; field in AmbientState129 mHeadsUpManager = headsUpManager; in setHeadsUpManager()
264 private HeadsUpManager mHeadsUpManager; field in NotificationStackScrollLayout675 boolean trackingHeadsUp = mTrackingHeadsUp || mHeadsUpManager.hasPinnedHeadsUp(); in setStackHeight()677 ? mHeadsUpManager.getTopHeadsUpPinnedHeight() in setStackHeight()769 mHeadsUpManager.addSwipedOutNotification(row.getStatusBarNotification().getKey()); in handleChildDismissed()948 && mHeadsUpManager.getTopEntry().entry.row != row in getChildAtPosition()950 mHeadsUpManager.getTopEntry().entry.row.getStatusBarNotification()) in getChildAtPosition()3684 mHeadsUpManager = headsUpManager; in setHeadsUpManager()