/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/view/ |
D | NotificationRowStatsLogger.kt | 20 fun onNotificationExpansionChanged( method
|
D | NotificationStatsLogger.kt | 36 override fun onNotificationExpansionChanged( method
|
D | NotificationStatsLoggerImpl.kt | 80 override fun onNotificationExpansionChanged( in <lambda>() method in com.android.systemui.statusbar.notification.stack.ui.view.NotificationStatsLoggerImpl
|
/frameworks/base/core/java/android/service/notification/ |
D | INotificationListener.aidl | 56 void onNotificationExpansionChanged(String key, boolean userAction, boolean expanded); in onNotificationExpansionChanged() method
|
D | NotificationAssistantService.java | 255 public void onNotificationExpansionChanged( in onNotificationExpansionChanged() method in NotificationAssistantService 451 public void onNotificationExpansionChanged(String key, boolean isUserAction, in onNotificationExpansionChanged() method in NotificationAssistantService.NotificationAssistantServiceWrapper
|
D | NotificationListenerService.java | 1594 public void onNotificationExpansionChanged( in onNotificationExpansionChanged() method in NotificationListenerService.NotificationListenerWrapper
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationDelegate.java | 48 void onNotificationExpansionChanged(String key, boolean userAction, boolean expanded, in onNotificationExpansionChanged() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
D | NotificationLogger.java | 398 public void onNotificationExpansionChanged(@NonNull String key, boolean isExpanded, in onNotificationExpansionChanged() method in NotificationLogger
|
/frameworks/base/core/java/com/android/internal/statusbar/ |
D | IStatusBarService.aidl | 84 …void onNotificationExpansionChanged(in String key, in boolean userAction, in boolean expanded, in … in onNotificationExpansionChanged() method
|
/frameworks/base/services/core/java/com/android/server/statusbar/ |
D | StatusBarManagerService.java | 1792 public void onNotificationExpansionChanged(String key, boolean userAction, boolean expanded, in onNotificationExpansionChanged() method in StatusBarManagerService
|