Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
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
43 if (BubbleDebugConfig.neverShowUserEducation(context)) { in shouldShowStackEducation()
51 (!hasSeenStackEducation || BubbleDebugConfig.forceShowUserEducation(context)) in shouldShowStackEducation()
58 if (BubbleDebugConfig.neverShowUserEducation(context)) { in shouldShowManageEducation()
66 (!hasSeenManageEducation || BubbleDebugConfig.forceShowUserEducation(context)) in shouldShowManageEducation()
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;
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;
DBubbleDebugConfig.java28 public class BubbleDebugConfig { class
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;
DBubbleOverflowContainerView.java19 import static com.android.wm.shell.bubbles.BubbleDebugConfig.TAG_BUBBLES;
20 import static com.android.wm.shell.bubbles.BubbleDebugConfig.TAG_WITH_CLASS_NAME;
DBubbleStackView.java24 import static com.android.wm.shell.bubbles.BubbleDebugConfig.TAG_BUBBLES;
25 import static com.android.wm.shell.bubbles.BubbleDebugConfig.TAG_WITH_CLASS_NAME;
330 String bubblesOnScreen = BubbleDebugConfig.formatBubblesString( in dump()
1397 final boolean shouldShow = (!seen || BubbleDebugConfig.forceShowUserEducation(mContext)) in shouldShowManageEdu()
1400 if (shouldShow && BubbleDebugConfig.neverShowUserEducation(mContext)) { in shouldShowManageEdu()
1444 final boolean shouldShow = !seen || BubbleDebugConfig.forceShowUserEducation(mContext); in shouldShowStackEdu()
1446 if (shouldShow && BubbleDebugConfig.neverShowUserEducation(mContext)) { in shouldShowStackEdu()
DBubbleExpandedView.java26 import static com.android.wm.shell.bubbles.BubbleDebugConfig.TAG_BUBBLES;
27 import static com.android.wm.shell.bubbles.BubbleDebugConfig.TAG_WITH_CLASS_NAME;
DBubbleData.java19 import static com.android.wm.shell.bubbles.BubbleDebugConfig.TAG_BUBBLES;
20 import static com.android.wm.shell.bubbles.BubbleDebugConfig.TAG_WITH_CLASS_NAME;
DBubbleController.java26 import static com.android.wm.shell.bubbles.BubbleDebugConfig.TAG_BUBBLES;
27 import static com.android.wm.shell.bubbles.BubbleDebugConfig.TAG_WITH_CLASS_NAME;
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
DBubbleEducationViewController.kt31 import com.android.wm.shell.bubbles.BubbleDebugConfig.DEBUG_USER_EDUCATION
32 import com.android.wm.shell.bubbles.BubbleDebugConfig.TAG_BUBBLES
33 import com.android.wm.shell.bubbles.BubbleDebugConfig.TAG_WITH_CLASS_NAME
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
DBubblesManager.java29 import static com.android.wm.shell.bubbles.BubbleDebugConfig.TAG_BUBBLES;
30 import static com.android.wm.shell.bubbles.BubbleDebugConfig.TAG_WITH_CLASS_NAME;