Home
last modified time | relevance | path

Searched refs:DEBUG_BUBBLE_STACK_VIEW (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleDebugConfig.java43 static final boolean DEBUG_BUBBLE_STACK_VIEW = false; field in BubbleDebugConfig
H A DBubbleStackView.java24 import static com.android.wm.shell.bubbles.BubbleDebugConfig.DEBUG_BUBBLE_STACK_VIEW;
1763 if (DEBUG_BUBBLE_STACK_VIEW) { in addBubble()
1811 if (DEBUG_BUBBLE_STACK_VIEW) { in removeBubble()
1906 if (DEBUG_BUBBLE_STACK_VIEW) { in setSelectedBubble()
2002 if (DEBUG_BUBBLE_STACK_VIEW) { in setExpanded()
2094 if (DEBUG_BUBBLE_STACK_VIEW) { in setBubbleSuppressed()
2393 if (DEBUG_BUBBLE_STACK_VIEW) { in animateCollapse()
3053 if (DEBUG_BUBBLE_STACK_VIEW) { in updateExpandedBubble()
3204 if (DEBUG_BUBBLE_STACK_VIEW) { in updateExpandedView()