Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleDebugConfig.java43 static final boolean DEBUG_BUBBLE_STACK_VIEW = false; field in BubbleDebugConfig
DBubbleStackView.java22 import static com.android.wm.shell.bubbles.BubbleDebugConfig.DEBUG_BUBBLE_STACK_VIEW;
1495 if (DEBUG_BUBBLE_STACK_VIEW) { in addBubble()
1528 if (DEBUG_BUBBLE_STACK_VIEW) { in removeBubble()
1592 if (DEBUG_BUBBLE_STACK_VIEW) { in setSelectedBubble()
1687 if (DEBUG_BUBBLE_STACK_VIEW) { in setExpanded()
2019 if (DEBUG_BUBBLE_STACK_VIEW) { in animateCollapse()
2575 if (DEBUG_BUBBLE_STACK_VIEW) { in updateExpandedBubble()
2705 if (DEBUG_BUBBLE_STACK_VIEW) { in updateExpandedView()