Searched refs:DEBUG_BUBBLE_EXPANDED_VIEW (Results 1 – 2 of 2) sorted by relevance
21 import static com.android.systemui.bubbles.BubbleDebugConfig.DEBUG_BUBBLE_EXPANDED_VIEW;115 if (DEBUG_BUBBLE_EXPANDED_VIEW) {127 if (DEBUG_BUBBLE_EXPANDED_VIEW) {149 if (DEBUG_BUBBLE_EXPANDED_VIEW) {158 if (DEBUG_BUBBLE_EXPANDED_VIEW) {176 if (DEBUG_BUBBLE_EXPANDED_VIEW) {218 if (DEBUG_BUBBLE_EXPANDED_VIEW) { in onFinishInflate()297 if (DEBUG_BUBBLE_EXPANDED_VIEW) { in onDetachedFromWindow()311 if (DEBUG_BUBBLE_EXPANDED_VIEW) { in setContentVisibility()343 if (DEBUG_BUBBLE_EXPANDED_VIEW) { in setBubble()[all …]
39 static final boolean DEBUG_BUBBLE_EXPANDED_VIEW = false; field in BubbleDebugConfig