Searched refs:clearNotificationEffects (Results 1 – 6 of 6) sorted by relevance
53 void onPanelRevealed(boolean clearNotificationEffects, int numItems); in onPanelRevealed() argument56 void clearNotificationEffects(); in clearNotificationEffects() method
122 mPanel.clearNotificationEffects(); in onInterceptTouchEvent()
2041 clearNotificationEffects(); in setPanelExpanded()3238 boolean clearNotificationEffects = in handleVisibleToUserChangedImpl()3250 mBarService.onPanelRevealed(clearNotificationEffects, in handleVisibleToUserChangedImpl()4050 clearNotificationEffects(); in setBarState()5482 public void clearNotificationEffects() { in clearNotificationEffects() method5484 mBarService.clearNotificationEffects(); in clearNotificationEffects()
2536 public void clearNotificationEffects() {2537 mStatusBar.clearNotificationEffects();
907 public void onPanelRevealed(boolean clearNotificationEffects, int numItems) { in onPanelRevealed() argument911 mNotificationDelegate.onPanelRevealed(clearNotificationEffects, numItems); in onPanelRevealed()918 public void clearNotificationEffects() throws RemoteException { in clearNotificationEffects() method in StatusBarManagerService
39270 HSPLcom/android/internal/statusbar/IStatusBarService;->clearNotificationEffects()V