Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DDigitalWellBeingToastTest.java20 import com.android.quickstep.views.DigitalWellBeingToast;
56 final DigitalWellBeingToast toast = getToast(); in testToast()
73 private DigitalWellBeingToast getToast() { in getToast()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DDigitalWellBeingToast.java52 public final class DigitalWellBeingToast { class
56 private static final String TAG = DigitalWellBeingToast.class.getSimpleName();
66 public DigitalWellBeingToast(BaseDraggingActivity activity, TaskView taskView) { in DigitalWellBeingToast() method in DigitalWellBeingToast
DTaskView.java163 private final DigitalWellBeingToast mDigitalWellBeingToast;
223 mDigitalWellBeingToast = new DigitalWellBeingToast(mActivity, this); in TaskView()
275 public DigitalWellBeingToast getDigitalWellBeingToast() { in getDigitalWellBeingToast()