Searched refs:clearNotificationEffects (Results 1 – 6 of 6) sorted by relevance
58 void onPanelRevealed(boolean clearNotificationEffects, int numItems); in onPanelRevealed() argument61 void clearNotificationEffects(); in clearNotificationEffects() method
121 mPanel.clearNotificationEffects(); in onInterceptTouchEvent()
1594 clearNotificationEffects(); in setPanelExpanded()2734 boolean clearNotificationEffects = in handleVisibleToUserChangedImpl()2746 mBarService.onPanelRevealed(clearNotificationEffects, in handleVisibleToUserChangedImpl()3370 clearNotificationEffects(); in onStatePreChange()4415 public void clearNotificationEffects() { in clearNotificationEffects() method4417 mBarService.clearNotificationEffects(); in clearNotificationEffects()
2749 public void clearNotificationEffects() {2750 mStatusBar.clearNotificationEffects();
1076 public void onPanelRevealed(boolean clearNotificationEffects, int numItems) { in onPanelRevealed() argument1080 mNotificationDelegate.onPanelRevealed(clearNotificationEffects, numItems); in onPanelRevealed()1087 public void clearNotificationEffects() throws RemoteException { in clearNotificationEffects() method in StatusBarManagerService
13206 PLcom/android/server/statusbar/StatusBarManagerService;->clearNotificationEffects()V