Searched refs:DEBUG_BUBBLE_EXPANDED_VIEW (Results 1 – 2 of 2) sorted by relevance
25 import static com.android.wm.shell.bubbles.BubbleDebugConfig.DEBUG_BUBBLE_EXPANDED_VIEW;141 if (DEBUG_BUBBLE_EXPANDED_VIEW) {161 if (DEBUG_BUBBLE_EXPANDED_VIEW) {202 if (DEBUG_BUBBLE_EXPANDED_VIEW) {221 if (DEBUG_BUBBLE_EXPANDED_VIEW) {508 if (DEBUG_BUBBLE_EXPANDED_VIEW) { in onDetachedFromWindow()549 if (DEBUG_BUBBLE_EXPANDED_VIEW) { in setContentVisibility()572 if (DEBUG_BUBBLE_EXPANDED_VIEW) { in update()656 if (DEBUG_BUBBLE_EXPANDED_VIEW) { in updateHeight()689 if (DEBUG_BUBBLE_EXPANDED_VIEW) { in updateView()[all …]
44 static final boolean DEBUG_BUBBLE_EXPANDED_VIEW = false; field in BubbleDebugConfig