Home
last modified time | relevance | path

Searched refs:OverviewActionsView (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DOverviewActionsView.java50 public class OverviewActionsView<T extends OverlayUICallbacks> extends FrameLayout class
98 public OverviewActionsView(Context context) { in OverviewActionsView() method in OverviewActionsView
102 public OverviewActionsView(Context context, @Nullable AttributeSet attrs) { in OverviewActionsView() method in OverviewActionsView
106 public OverviewActionsView(Context context, @Nullable AttributeSet attrs, int defStyleAttr) { in OverviewActionsView() method in OverviewActionsView
DRecentsView.java51 import static com.android.quickstep.views.OverviewActionsView.HIDDEN_NON_ZERO_ROTATION;
52 import static com.android.quickstep.views.OverviewActionsView.HIDDEN_NO_RECENTS;
53 import static com.android.quickstep.views.OverviewActionsView.HIDDEN_NO_TASKS;
560 private OverviewActionsView mActionsView;
768 public void init(OverviewActionsView actionsView, SplitPlaceholderView splitPlaceholderView) { in init()
984 mActionsView.updateDisabledFlags(OverviewActionsView.DISABLED_SCROLLING, true); in onPageBeginTransition()
991 mActionsView.updateDisabledFlags(OverviewActionsView.DISABLED_SCROLLING, false); in onPageEndTransition()
2696 mActionsView.updateDisabledFlags(OverviewActionsView.DISABLED_SCROLLING, false); in setVisibility()
DLauncherRecentsView.java84 public void init(OverviewActionsView actionsView, SplitPlaceholderView splitPlaceholderView) { in init()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskOverlayFactory.java22 import static com.android.quickstep.views.OverviewActionsView.DISABLED_NO_THUMBNAIL;
23 import static com.android.quickstep.views.OverviewActionsView.DISABLED_ROTATED;
50 import com.android.quickstep.views.OverviewActionsView;
149 public static class TaskOverlay<T extends OverviewActionsView> {
DRecentsActivity.java76 import com.android.quickstep.views.OverviewActionsView;
104 private OverviewActionsView mActionsView;
189 public OverviewActionsView getActionsView() { in getActionsView()
DBaseActivityInterface.java62 import com.android.quickstep.views.OverviewActionsView;
353 return OverviewActionsView.getOverviewActionsBottomMarginPx(getMode(context), dp) in getOverviewActionsHeight()
354 + OverviewActionsView.getOverviewActionsTopMarginPx(getMode(context), dp) in getOverviewActionsHeight()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/
DFallbackRecentsView.java40 import com.android.quickstep.views.OverviewActionsView;
65 public void init(OverviewActionsView actionsView, SplitPlaceholderView splitPlaceholderView) { in init()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DBaseQuickstepLauncher.java73 import com.android.quickstep.views.OverviewActionsView;
99 private OverviewActionsView mActionsView;
284 public <T extends OverviewActionsView> T getActionsView() { in getActionsView()
/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/
DTaskOverlayFactoryGo.java21 import static com.android.quickstep.views.OverviewActionsView.DISABLED_NO_THUMBNAIL;
22 import static com.android.quickstep.views.OverviewActionsView.DISABLED_ROTATED;
/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/views/
DGoOverviewActionsView.java36 public class GoOverviewActionsView extends OverviewActionsView<OverlayUICallbacksGo> {