HomeSort by relevance Sort by last modified time
    Searched refs:clearNotificationEffects (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/com/android/internal/statusbar/
IStatusBarService.aidl 53 void onPanelRevealed(boolean clearNotificationEffects, int numItems);
56 void clearNotificationEffects();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
HeadsUpTouchHelper.java 122 mPanel.clearNotificationEffects();
StatusBar.java     [all...]
NotificationPanelView.java     [all...]
  /frameworks/base/services/core/java/com/android/server/statusbar/
StatusBarManagerService.java 903 * @param clearNotificationEffects whether to consider notifications as "shown" and stop
907 public void onPanelRevealed(boolean clearNotificationEffects, int numItems) {
911 mNotificationDelegate.onPanelRevealed(clearNotificationEffects, numItems);
918 public void clearNotificationEffects() throws RemoteException {
    [all...]

Completed in 208 milliseconds