/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/ |
D | ExpandedViewAnimationControllerImpl.java | 22 import static com.android.wm.shell.protolog.ShellProtoLogGroup.WM_SHELL_BUBBLES; 136 ProtoLog.d(WM_SHELL_BUBBLES, in updateDrag() 143 ProtoLog.d(WM_SHELL_BUBBLES, "notifying over collapse threshold"); in updateDrag() 165 ProtoLog.d(WM_SHELL_BUBBLES, in shouldCollapse() 173 ProtoLog.d(WM_SHELL_BUBBLES, in shouldCollapse() 180 ProtoLog.d(WM_SHELL_BUBBLES, in shouldCollapse() 185 ProtoLog.d(WM_SHELL_BUBBLES, "not collapsing expanded view"); in shouldCollapse() 193 ProtoLog.d(WM_SHELL_BUBBLES, "expandedView animate collapse swipeVel=%f minFlingVel=%d" in animateCollapse() 228 ProtoLog.d(WM_SHELL_BUBBLES, "expandedView animate back to expanded"); in animateBackToExpanded() 292 ProtoLog.d(WM_SHELL_BUBBLES, "reset expandedView collapsed state"); in reset()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
D | BubblesNavBarGestureTracker.java | 21 import static com.android.wm.shell.protolog.ShellProtoLogGroup.WM_SHELL_BUBBLES; 62 ProtoLog.d(WM_SHELL_BUBBLES, "start monitoring bubbles swipe up gesture"); in start() 78 ProtoLog.d(WM_SHELL_BUBBLES, "stop monitoring bubbles swipe up gesture"); in stop() 94 ProtoLog.d(WM_SHELL_BUBBLES, "intercept touch event"); in onInterceptTouch()
|
D | BubbleTaskViewHelper.java | 23 import static com.android.wm.shell.protolog.ShellProtoLogGroup.WM_SHELL_BUBBLES; 83 ProtoLog.d(WM_SHELL_BUBBLES, "onInitialized: destroyed=%b initialized=%b bubble=%s", 100 ProtoLog.d(WM_SHELL_BUBBLES, "onInitialized: calling startActivity, bubble=%s", 159 ProtoLog.d(WM_SHELL_BUBBLES, "onTaskCreated: taskId=%d bubble=%s", 181 ProtoLog.d(WM_SHELL_BUBBLES, "onTaskRemovalStarted: taskId=%d bubble=%s",
|
D | BubbleData.java | 21 import static com.android.wm.shell.protolog.ShellProtoLogGroup.WM_SHELL_BUBBLES; 358 ProtoLog.d(WM_SHELL_BUBBLES, "setSelectedBubbleFromLauncher=%s", in setSelectedBubbleFromLauncher() 458 ProtoLog.d(WM_SHELL_BUBBLES, in notificationEntryUpdated() 613 ProtoLog.d(WM_SHELL_BUBBLES, "doAdd=%s", bubble.getKey()); in doAdd() 642 ProtoLog.d(WM_SHELL_BUBBLES, "BubbleData - doUpdate=%s", bubble.getKey()); in doUpdate() 688 ProtoLog.d(WM_SHELL_BUBBLES, "doRemove - cancel overflow bubble=%s", key); in doRemove() 700 ProtoLog.d(WM_SHELL_BUBBLES, "doRemove - cancel suppressed bubble=%s", key); in doRemove() 710 ProtoLog.d(WM_SHELL_BUBBLES, "doRemove=%s", bubbleToRemove.getKey()); in doRemove() 749 ProtoLog.d(WM_SHELL_BUBBLES, "doSuppress=%s", bubble.getKey()); in doSuppress() 772 ProtoLog.d(WM_SHELL_BUBBLES, "doUnsuppress=%s", bubble.getKey()); in doUnsuppress() [all …]
|
D | BubbleController.java | 37 import static com.android.wm.shell.protolog.ShellProtoLogGroup.WM_SHELL_BUBBLES; 460 ProtoLog.d(WM_SHELL_BUBBLES, in onInit() 469 ProtoLog.d(WM_SHELL_BUBBLES, "onActivityRestartAttempt - taskId=%d " in onInit() 619 ProtoLog.d(WM_SHELL_BUBBLES, "onStatusBarVisibilityChanged=%b stackExpanded=%b", in onStatusBarVisibilityChanged() 626 ProtoLog.d(WM_SHELL_BUBBLES, "onZenStateChanged"); in onZenStateChanged() 636 ProtoLog.d(WM_SHELL_BUBBLES, "onStatusBarStateChanged " in onStatusBarStateChanged() 655 ProtoLog.d(WM_SHELL_BUBBLES, "onBubbleMetadataFlagChanged=%s flags=%d", in onBubbleMetadataFlagChanged() 669 ProtoLog.d(WM_SHELL_BUBBLES, "onUserChanged currentUser=%d newUser=%d", in onUserChanged() 704 ProtoLog.d(WM_SHELL_BUBBLES, "onSensitiveNotificationProtectionStateChanged=%b", in onSensitiveNotificationProtectionStateChanged() 925 ProtoLog.d(WM_SHELL_BUBBLES, "updateFlagsForBackPress interceptBack=%b", interceptBack); in updateWindowFlagsForBackpress() [all …]
|
D | BubblesNavBarMotionEventHandler.java | 21 import static com.android.wm.shell.protolog.ShellProtoLogGroup.WM_SHELL_BUBBLES; 116 ProtoLog.d(WM_SHELL_BUBBLES, "handling touch x=%d y=%d navBarGestureZone=%s", in isInGestureRegion()
|
D | BubbleExpandedView.java | 29 import static com.android.wm.shell.protolog.ShellProtoLogGroup.WM_SHELL_BUBBLES; 207 ProtoLog.d(WM_SHELL_BUBBLES, "onInitialized: destroyed=%b initialized=%b bubble=%s", 219 ProtoLog.d(WM_SHELL_BUBBLES, "onInitialized: calling startActivity, bubble=%s", 280 ProtoLog.d(WM_SHELL_BUBBLES, "onTaskCreated: taskId=%d bubble=%s", 297 ProtoLog.d(WM_SHELL_BUBBLES, "onTaskVisibilityChanged=%b bubble=%s taskId=%d", 304 ProtoLog.d(WM_SHELL_BUBBLES, "onTaskRemovalStarted: taskId=%d bubble=%s",
|
D | BubbleOverflowContainerView.java | 21 import static com.android.wm.shell.protolog.ShellProtoLogGroup.WM_SHELL_BUBBLES; 281 ProtoLog.d(WM_SHELL_BUBBLES, "Apply overflow update, added=%s removed=%s",
|
D | BubblePositioner.java | 19 import static com.android.wm.shell.protolog.ShellProtoLogGroup.WM_SHELL_BUBBLES; 115 ProtoLog.d(WM_SHELL_BUBBLES, "update positioner: " in update()
|
D | Bubble.java | 22 import static com.android.wm.shell.protolog.ShellProtoLogGroup.WM_SHELL_BUBBLES; 466 ProtoLog.d(WM_SHELL_BUBBLES, "Bubble#cleanupViews=%s", getKey()); in cleanupViews()
|
D | BubbleStackView.java | 30 import static com.android.wm.shell.protolog.ShellProtoLogGroup.WM_SHELL_BUBBLES; 1399 ProtoLog.d(WM_SHELL_BUBBLES, "Show manage edu=%b", shouldShow); in shouldShowManageEdu() 1445 ProtoLog.d(WM_SHELL_BUBBLES, "Show stack edu=%b", shouldShow); in shouldShowStackEdu() 2462 ProtoLog.d(WM_SHELL_BUBBLES, "animateExpansion, expandedBubble=%s", in animateExpansion() 2645 ProtoLog.d(WM_SHELL_BUBBLES, "animateCollapse"); in animateCollapse() 3079 ProtoLog.d(WM_SHELL_BUBBLES, "animateFlyout=%s", bubble.getKey()); in animateInFlyoutForBubble() 3229 ProtoLog.d(WM_SHELL_BUBBLES, "showManageMenu=%b for bubble=%s", in showManageMenu()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/shortcut/ |
D | CreateBubbleShortcutActivity.kt | 25 import com.android.wm.shell.protolog.ShellProtoLogGroup.WM_SHELL_BUBBLES 34 KtProtoLog.d(WM_SHELL_BUBBLES, "Creating a shortcut for bubbles") in onCreate()
|
D | ShowBubblesActivity.kt | 25 import com.android.wm.shell.protolog.ShellProtoLogGroup.WM_SHELL_BUBBLES 40 KtProtoLog.v(WM_SHELL_BUBBLES, "Sending broadcast to show bubbles") in onCreate()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/protolog/ |
D | ShellProtoLogGroup.java | 62 WM_SHELL_BUBBLES(Consts.ENABLE_DEBUG, Consts.ENABLE_LOG_TO_PROTO_DEBUG, false, enumConstant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/ |
D | BubblesManager.java | 31 import static com.android.wm.shell.protolog.ShellProtoLogGroup.WM_SHELL_BUBBLES; 421 ProtoLog.d(WM_SHELL_BUBBLES, in updateKeyguardAndDreamingState()
|