Home
last modified time | relevance | path

Searched refs:BubbleDebugConfig (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleOverflowContainerView.java19 import static com.android.wm.shell.bubbles.BubbleDebugConfig.DEBUG_OVERFLOW;
20 import static com.android.wm.shell.bubbles.BubbleDebugConfig.TAG_BUBBLES;
21 import static com.android.wm.shell.bubbles.BubbleDebugConfig.TAG_WITH_CLASS_NAME;
254 Log.d(TAG, BubbleDebugConfig.formatBubblesString(
H A DManageEducationView.kt38 private val TAG = if (BubbleDebugConfig.TAG_WITH_CLASS_NAME) "ManageEducationView"
39 else BubbleDebugConfig.TAG_BUBBLES
H A DStackEducationView.kt43 private val TAG = if (BubbleDebugConfig.TAG_WITH_CLASS_NAME) "BubbleStackEducationView"
44 else BubbleDebugConfig.TAG_BUBBLES
H A DBubbleDebugConfig.java28 public class BubbleDebugConfig { class
H A DBubbleViewInfoTask.java21 import static com.android.wm.shell.bubbles.BubbleDebugConfig.TAG_BUBBLES;
22 import static com.android.wm.shell.bubbles.BubbleDebugConfig.TAG_WITH_CLASS_NAME;
H A DBubblePositioner.java47 private static final String TAG = BubbleDebugConfig.TAG_WITH_CLASS_NAME
49 : BubbleDebugConfig.TAG_BUBBLES;
135 if (BubbleDebugConfig.DEBUG_POSITIONER) { in update()
H A DBubbleExpandedView.java25 import static com.android.wm.shell.bubbles.BubbleDebugConfig.DEBUG_BUBBLE_EXPANDED_VIEW;
26 import static com.android.wm.shell.bubbles.BubbleDebugConfig.TAG_BUBBLES;
27 import static com.android.wm.shell.bubbles.BubbleDebugConfig.TAG_WITH_CLASS_NAME;
H A DBubbleStackView.java24 import static com.android.wm.shell.bubbles.BubbleDebugConfig.DEBUG_BUBBLE_STACK_VIEW;
25 import static com.android.wm.shell.bubbles.BubbleDebugConfig.TAG_BUBBLES;
26 import static com.android.wm.shell.bubbles.BubbleDebugConfig.TAG_WITH_CLASS_NAME;
282 String bubblesOnScreen = BubbleDebugConfig.formatBubblesString( in dump()
1141 final boolean shouldShow = (!seen || BubbleDebugConfig.forceShowUserEducation(mContext)) in shouldShowManageEdu()
1143 if (BubbleDebugConfig.DEBUG_USER_EDUCATION) { in shouldShowManageEdu()
1168 final boolean shouldShow = !seen || BubbleDebugConfig.forceShowUserEducation(mContext); in shouldShowStackEdu()
1169 if (BubbleDebugConfig.DEBUG_USER_EDUCATION) { in shouldShowStackEdu()
2088 Log.d(TAG, BubbleDebugConfig.formatBubblesString(getBubblesOnScreen(), in animateCollapse()
H A DBubbleData.java20 import static com.android.wm.shell.bubbles.BubbleDebugConfig.DEBUG_BUBBLE_DATA;
21 import static com.android.wm.shell.bubbles.BubbleDebugConfig.TAG_BUBBLES;
22 import static com.android.wm.shell.bubbles.BubbleDebugConfig.TAG_WITH_CLASS_NAME;
H A DBubbleController.java25 import static com.android.wm.shell.bubbles.BubbleDebugConfig.TAG_BUBBLES;
26 import static com.android.wm.shell.bubbles.BubbleDebugConfig.TAG_WITH_CLASS_NAME;
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
H A DBubblesManager.java33 import static com.android.wm.shell.bubbles.BubbleDebugConfig.TAG_BUBBLES;
34 import static com.android.wm.shell.bubbles.BubbleDebugConfig.TAG_WITH_CLASS_NAME;