Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskOverlayFactory.java19 import static com.android.quickstep.views.OverviewActionsView.DISABLED_NO_THUMBNAIL;
158 getActionsView().updateDisabledFlags(DISABLED_NO_THUMBNAIL, thumbnail == null); in initOverlay()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DOverviewActionsView.java79 DISABLED_NO_THUMBNAIL})
85 public static final int DISABLED_NO_THUMBNAIL = 1 << 2; field in OverviewActionsView
/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/
DTaskOverlayFactoryGo.java21 import static com.android.quickstep.views.OverviewActionsView.DISABLED_NO_THUMBNAIL;
142 getActionsView().updateDisabledFlags(DISABLED_NO_THUMBNAIL, thumbnail == null); in initOverlay()