Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleTaskViewHelper.java23 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()
H A DBubbleExpandedView.java26 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 …]
H A DBubbleDebugConfig.java44 static final boolean DEBUG_BUBBLE_EXPANDED_VIEW = false; field in BubbleDebugConfig