Searched refs:WM_SHELL_BACK_PREVIEW (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/back/ |
D | BackAnimationController.java | 21 import static com.android.wm.shell.protolog.ShellProtoLogGroup.WM_SHELL_BACK_PREVIEW; 140 ProtoLog.w(WM_SHELL_BACK_PREVIEW, "Animation didn't finish in %d ms. Resetting...", 165 ProtoLog.i(WM_SHELL_BACK_PREVIEW, "Navigation window gone."); 248 ProtoLog.d(WM_SHELL_BACK_PREVIEW, "Back animation aconfig flag is enabled, therefore " in setupAnimationDeveloperSettingsObserver() 272 ProtoLog.d(WM_SHELL_BACK_PREVIEW, "Back animation enabled=%s", isEnabled); in updateEnableAnimationFromFlags() 463 ProtoLog.d(WM_SHELL_BACK_PREVIEW, in onMotionEvent() 482 ProtoLog.d(WM_SHELL_BACK_PREVIEW, in onMotionEvent() 506 ProtoLog.w(WM_SHELL_BACK_PREVIEW, in onGestureStarted() 541 ProtoLog.d(WM_SHELL_BACK_PREVIEW, "Received backNavigationInfo:%s", backNavigationInfo); in onBackNavigationInfoReceived() 543 ProtoLog.e(WM_SHELL_BACK_PREVIEW, "Received BackNavigationInfo is null."); in onBackNavigationInfoReceived() [all …]
|
D | CustomCrossActivityBackAnimation.kt | 115 ShellProtoLogGroup.WM_SHELL_BACK_PREVIEW, in <lambda>() 277 ProtoLog.d(ShellProtoLogGroup.WM_SHELL_BACK_PREVIEW, "custom animation loaded %s", a) in loadAnimation() 279 ProtoLog.e(ShellProtoLogGroup.WM_SHELL_BACK_PREVIEW, "No custom animation loaded") in loadAnimation()
|
D | CrossTaskBackAnimation.java | 25 import static com.android.wm.shell.protolog.ShellProtoLogGroup.WM_SHELL_BACK_PREVIEW; 146 ProtoLog.d(WM_SHELL_BACK_PREVIEW, "Entering target or closing target is null."); in startBackAnimation() 287 ProtoLog.e(WM_SHELL_BACK_PREVIEW, 378 ProtoLog.d(WM_SHELL_BACK_PREVIEW, "Start back to task animation."); in onAnimationStart()
|
D | CrossActivityBackAnimation.kt | 164 ShellProtoLogGroup.WM_SHELL_BACK_PREVIEW, in <lambda>() 524 ShellProtoLogGroup.WM_SHELL_BACK_PREVIEW, in <lambda>()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/protolog/ |
D | ShellProtoLogGroup.java | 45 WM_SHELL_BACK_PREVIEW(Consts.ENABLE_DEBUG, Consts.ENABLE_LOG_TO_PROTO_DEBUG, true, enumConstant
|