Searched refs:WM_SHELL_SYSUI_EVENTS (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/sysui/ |
D | ShellController.java | 27 import static com.android.wm.shell.protolog.ShellProtoLogGroup.WM_SHELL_SYSUI_EVENTS; 237 ProtoLog.v(WM_SHELL_SYSUI_EVENTS, "Initial Configuration: %s", newConfig); in onConfigurationChanged() 242 ProtoLog.v(WM_SHELL_SYSUI_EVENTS, "New configuration change: %s", newConfig); in onConfigurationChanged() 243 ProtoLog.v(WM_SHELL_SYSUI_EVENTS, "\tchanges=%s", in onConfigurationChanged() 274 ProtoLog.v(WM_SHELL_SYSUI_EVENTS, "Keyguard visibility changed: visible=%b " in onKeyguardVisibilityChanged() 283 ProtoLog.v(WM_SHELL_SYSUI_EVENTS, "Keyguard dismiss animation finished"); in onKeyguardDismissAnimationFinished() 291 ProtoLog.v(WM_SHELL_SYSUI_EVENTS, "User changed: id=%d", newUserId); in onUserChanged() 299 ProtoLog.v(WM_SHELL_SYSUI_EVENTS, "User profiles changed"); in onUserProfilesChanged() 307 ProtoLog.v(WM_SHELL_SYSUI_EVENTS, "Display Ime bounds changed"); in onImeBoundsChanged() 316 ProtoLog.v(WM_SHELL_SYSUI_EVENTS, "Display Ime visibility changed: isShowing=%b", in onImeVisibilityChanged() [all …]
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/protolog/ |
D | ShellProtoLogGroup.java | 54 WM_SHELL_SYSUI_EVENTS(Consts.ENABLE_DEBUG, Consts.ENABLE_LOG_TO_PROTO_DEBUG, false, enumConstant
|