Home
last modified time | relevance | path

Searched refs:GoOverviewActionsView (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/views/
DGoOverviewActionsView.java36 public class GoOverviewActionsView extends OverviewActionsView<OverlayUICallbacksGo> { class
41 public GoOverviewActionsView(Context context) { in GoOverviewActionsView() method in GoOverviewActionsView
45 public GoOverviewActionsView(Context context, @Nullable AttributeSet attrs) { in GoOverviewActionsView() method in GoOverviewActionsView
49 public GoOverviewActionsView(Context context, @Nullable AttributeSet attrs, int defStyleAttr) { in GoOverviewActionsView() method in GoOverviewActionsView
/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/
DTaskOverlayFactoryGo.java58 import com.android.quickstep.views.GoOverviewActionsView;
112 public static final class TaskOverlayGo<T extends GoOverviewActionsView> extends TaskOverlay {
197 ((GoOverviewActionsView) getActionsView()).updateOrientationState(state); in updateOrientationState()
403 mArrowTipView = ((GoOverviewActionsView) getActionsView()).showTranslateToolTip(); in showTooltipsIfUnseen()
406 mArrowTipView = ((GoOverviewActionsView) getActionsView()).showListenToolTip(); in showTooltipsIfUnseen()