Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleDebugConfig.java43 static final boolean DEBUG_BUBBLE_STACK_VIEW = false; field in BubbleDebugConfig
DBubbleStackView.java25 import static com.android.systemui.bubbles.BubbleDebugConfig.DEBUG_BUBBLE_STACK_VIEW;
1502 if (DEBUG_BUBBLE_STACK_VIEW) { in addBubble()
1537 if (DEBUG_BUBBLE_STACK_VIEW) { in removeBubble()
1585 if (DEBUG_BUBBLE_STACK_VIEW) { in setSelectedBubble()
1671 if (DEBUG_BUBBLE_STACK_VIEW) { in setExpanded()
1839 if (DEBUG_BUBBLE_STACK_VIEW) { in stackDismissed()
1854 if (DEBUG_BUBBLE_STACK_VIEW) { in collapseStack()
2042 if (DEBUG_BUBBLE_STACK_VIEW) { in animateCollapse()
2659 if (DEBUG_BUBBLE_STACK_VIEW) { in updateExpandedBubble()
2780 if (DEBUG_BUBBLE_STACK_VIEW) { in updateExpandedView()