Searched refs:DEBUG_BUBBLE_EXPANDED_VIEW (Results 1 – 3 of 3) sorted by relevance
23 import static com.android.wm.shell.bubbles.BubbleDebugConfig.DEBUG_BUBBLE_EXPANDED_VIEW;87 if (DEBUG_BUBBLE_EXPANDED_VIEW) {107 if (DEBUG_BUBBLE_EXPANDED_VIEW) {167 if (DEBUG_BUBBLE_EXPANDED_VIEW) {186 if (DEBUG_BUBBLE_EXPANDED_VIEW) {236 if (DEBUG_BUBBLE_EXPANDED_VIEW) { in cleanUpTaskView()
26 import static com.android.wm.shell.bubbles.BubbleDebugConfig.DEBUG_BUBBLE_EXPANDED_VIEW;206 if (DEBUG_BUBBLE_EXPANDED_VIEW) {223 if (DEBUG_BUBBLE_EXPANDED_VIEW) {286 if (DEBUG_BUBBLE_EXPANDED_VIEW) {310 if (DEBUG_BUBBLE_EXPANDED_VIEW) {613 if (DEBUG_BUBBLE_EXPANDED_VIEW) { in onDetachedFromWindow()774 if (DEBUG_BUBBLE_EXPANDED_VIEW) { in setContentVisibility()836 if (DEBUG_BUBBLE_EXPANDED_VIEW) { in update()927 if (DEBUG_BUBBLE_EXPANDED_VIEW) { in updateHeight()943 if (DEBUG_BUBBLE_EXPANDED_VIEW) { in updateView()[all …]
44 static final boolean DEBUG_BUBBLE_EXPANDED_VIEW = false; field in BubbleDebugConfig