Searched refs:clearNotificationEffects (Results 1 – 8 of 8) sorted by relevance
416 boolean clearNotificationEffects = in onPanelVisible()418 mBarService.onPanelRevealed(clearNotificationEffects, in onPanelVisible()440 clearNotificationEffects(); in onPanelExpanded()450 private void clearNotificationEffects() { in clearNotificationEffects() method in NotificationPanelViewController452 mBarService.clearNotificationEffects(); in clearNotificationEffects()
60 void onPanelRevealed(boolean clearNotificationEffects, int numItems); in onPanelRevealed() argument63 void clearNotificationEffects(); in clearNotificationEffects() method
125 mPanel.clearNotificationEffects(); in onInterceptTouchEvent()
1796 clearNotificationEffects(); in setPanelExpanded()2922 boolean clearNotificationEffects = in handleVisibleToUserChangedImpl()2933 mBarService.onPanelRevealed(clearNotificationEffects, in handleVisibleToUserChangedImpl()3516 clearNotificationEffects(); in onStatePreChange()4281 public void clearNotificationEffects() { in clearNotificationEffects() method4283 mBarService.clearNotificationEffects(); in clearNotificationEffects()
2706 public void clearNotificationEffects() {2707 mStatusBar.clearNotificationEffects();
1136 public void onPanelRevealed(boolean clearNotificationEffects, int numItems) { in onPanelRevealed() argument1140 mNotificationDelegate.onPanelRevealed(clearNotificationEffects, numItems); in onPanelRevealed()1147 public void clearNotificationEffects() throws RemoteException { in clearNotificationEffects() method in StatusBarManagerService
29529 HSPLcom/android/internal/statusbar/IStatusBarService$Stub$Proxy;->clearNotificationEffects()V
30861 HPLcom/android/server/statusbar/StatusBarManagerService;->clearNotificationEffects()V