Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleExpandedView.java33 import static com.android.systemui.bubbles.BubbleDebugConfig.DEBUG_BUBBLE_EXPANDED_VIEW;
152 if (DEBUG_BUBBLE_EXPANDED_VIEW) {
166 if (DEBUG_BUBBLE_EXPANDED_VIEW) {
211 if (DEBUG_BUBBLE_EXPANDED_VIEW) {
220 if (DEBUG_BUBBLE_EXPANDED_VIEW) {
238 if (DEBUG_BUBBLE_EXPANDED_VIEW) {
285 if (DEBUG_BUBBLE_EXPANDED_VIEW) { in onFinishInflate()
481 if (DEBUG_BUBBLE_EXPANDED_VIEW) { in onDetachedFromWindow()
495 if (DEBUG_BUBBLE_EXPANDED_VIEW) { in setContentVisibility()
603 if (DEBUG_BUBBLE_EXPANDED_VIEW) { in update()
[all …]
DBubbleDebugConfig.java44 static final boolean DEBUG_BUBBLE_EXPANDED_VIEW = false; field in BubbleDebugConfig