HomeSort by relevance Sort by last modified time
    Searched defs:onPanelRevealed (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/core/java/com/android/server/notification/
NotificationDelegate.java 29 void onPanelRevealed(boolean clearEffects);
  /frameworks/base/services/core/java/com/android/server/statusbar/
StatusBarManagerService.java 501 public void onPanelRevealed(boolean clearNotificationEffects) {
505 mNotificationDelegate.onPanelRevealed(clearNotificationEffects);

Completed in 169 milliseconds