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.java21 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 …]
DBubbleDebugConfig.java39 static final boolean DEBUG_BUBBLE_EXPANDED_VIEW = false; field in BubbleDebugConfig