Home
last modified time | relevance | path

Searched refs:BubbleDebugConfig (Results 1 – 16 of 16) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleEducationController.kt21 import com.android.wm.shell.bubbles.BubbleDebugConfig.DEBUG_USER_EDUCATION
22 import com.android.wm.shell.bubbles.BubbleDebugConfig.TAG_BUBBLES
23 import com.android.wm.shell.bubbles.BubbleDebugConfig.TAG_WITH_CLASS_NAME
45 (!hasSeenStackEducation || BubbleDebugConfig.forceShowUserEducation(context))
54 (!hasSeenManageEducation || BubbleDebugConfig.forceShowUserEducation(context))
H A DBubblesNavBarGestureTracker.java19 import static com.android.wm.shell.bubbles.BubbleDebugConfig.TAG_BUBBLES;
20 import static com.android.wm.shell.bubbles.BubbleDebugConfig.TAG_WITH_CLASS_NAME;
H A DBubblesNavBarMotionEventHandler.java19 import static com.android.wm.shell.bubbles.BubbleDebugConfig.TAG_BUBBLES;
20 import static com.android.wm.shell.bubbles.BubbleDebugConfig.TAG_WITH_CLASS_NAME;
H A DBubbleOverflowContainerView.java19 import static com.android.wm.shell.bubbles.BubbleDebugConfig.DEBUG_OVERFLOW;
20 import static com.android.wm.shell.bubbles.BubbleDebugConfig.TAG_BUBBLES;
21 import static com.android.wm.shell.bubbles.BubbleDebugConfig.TAG_WITH_CLASS_NAME;
276 Log.d(TAG, BubbleDebugConfig.formatBubblesString(
H A DManageEducationView.kt38 private val TAG = if (BubbleDebugConfig.TAG_WITH_CLASS_NAME) "ManageEducationView"
39 else BubbleDebugConfig.TAG_BUBBLES
H A DStackEducationView.kt42 private val TAG = if (BubbleDebugConfig.TAG_WITH_CLASS_NAME) "BubbleStackEducationView"
43 else BubbleDebugConfig.TAG_BUBBLES
H A DBubbleDebugConfig.java28 public class BubbleDebugConfig { class
H A DBubblePositioner.java45 private static final String TAG = BubbleDebugConfig.TAG_WITH_CLASS_NAME
47 : BubbleDebugConfig.TAG_BUBBLES;
138 if (BubbleDebugConfig.DEBUG_POSITIONER) { in update()
H A DBubbleViewInfoTask.java21 import static com.android.wm.shell.bubbles.BubbleDebugConfig.TAG_BUBBLES;
22 import static com.android.wm.shell.bubbles.BubbleDebugConfig.TAG_WITH_CLASS_NAME;
H A DBubbleStackView.java24 import static com.android.wm.shell.bubbles.BubbleDebugConfig.DEBUG_BUBBLE_STACK_VIEW;
25 import static com.android.wm.shell.bubbles.BubbleDebugConfig.TAG_BUBBLES;
26 import static com.android.wm.shell.bubbles.BubbleDebugConfig.TAG_WITH_CLASS_NAME;
306 String bubblesOnScreen = BubbleDebugConfig.formatBubblesString( in dump()
1284 if (BubbleDebugConfig.DEBUG_USER_EDUCATION) { in shouldShowManageEdu()
1287 if (shouldShow && BubbleDebugConfig.neverShowUserEducation(mContext)) { in shouldShowManageEdu()
1288 if (BubbleDebugConfig.DEBUG_USER_EDUCATION) { in shouldShowManageEdu()
1322 if (BubbleDebugConfig.DEBUG_USER_EDUCATION) { in shouldShowStackEdu()
1325 if (shouldShow && BubbleDebugConfig.neverShowUserEducation(mContext)) { in shouldShowStackEdu()
1326 if (BubbleDebugConfig.DEBUG_USER_EDUCATION) { in shouldShowStackEdu()
[all …]
H A DBubbleTaskViewHelper.java23 import static com.android.wm.shell.bubbles.BubbleDebugConfig.DEBUG_BUBBLE_EXPANDED_VIEW;
H A DBubbleExpandedView.java26 import static com.android.wm.shell.bubbles.BubbleDebugConfig.DEBUG_BUBBLE_EXPANDED_VIEW;
27 import static com.android.wm.shell.bubbles.BubbleDebugConfig.TAG_BUBBLES;
28 import static com.android.wm.shell.bubbles.BubbleDebugConfig.TAG_WITH_CLASS_NAME;
H A DBubbleData.java20 import static com.android.wm.shell.bubbles.BubbleDebugConfig.DEBUG_BUBBLE_DATA;
21 import static com.android.wm.shell.bubbles.BubbleDebugConfig.TAG_BUBBLES;
22 import static com.android.wm.shell.bubbles.BubbleDebugConfig.TAG_WITH_CLASS_NAME;
H A DBubbleController.java27 import static com.android.wm.shell.bubbles.BubbleDebugConfig.DEBUG_BUBBLE_CONTROLLER;
28 import static com.android.wm.shell.bubbles.BubbleDebugConfig.TAG_BUBBLES;
29 import static com.android.wm.shell.bubbles.BubbleDebugConfig.TAG_WITH_CLASS_NAME;
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DExpandedViewAnimationControllerImpl.java18 import static com.android.wm.shell.bubbles.BubbleDebugConfig.DEBUG_COLLAPSE_ANIMATOR;
19 import static com.android.wm.shell.bubbles.BubbleDebugConfig.DEBUG_EXPANDED_VIEW_DRAGGING;
20 import static com.android.wm.shell.bubbles.BubbleDebugConfig.TAG_BUBBLES;
21 import static com.android.wm.shell.bubbles.BubbleDebugConfig.TAG_WITH_CLASS_NAME;
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
H A DBubblesManager.java28 import static com.android.wm.shell.bubbles.BubbleDebugConfig.TAG_BUBBLES;
29 import static com.android.wm.shell.bubbles.BubbleDebugConfig.TAG_WITH_CLASS_NAME;