Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DDesktopAppSelectView.java41 public class DesktopAppSelectView extends LinearLayout { class
59 public DesktopAppSelectView(Context context) { in DesktopAppSelectView() method in DesktopAppSelectView
63 public DesktopAppSelectView(Context context, AttributeSet attrs) { in DesktopAppSelectView() method in DesktopAppSelectView
67 public DesktopAppSelectView(Context context, AttributeSet attrs, int defStyleAttr) { in DesktopAppSelectView() method in DesktopAppSelectView
71 public DesktopAppSelectView(Context context, AttributeSet attrs, int defStyleAttr, in DesktopAppSelectView() method in DesktopAppSelectView
83 public static DesktopAppSelectView show(Launcher launcher, @Nullable Runnable onCloseCallback) { in show()
84 DesktopAppSelectView view = (DesktopAppSelectView) launcher.getLayoutInflater().inflate( in show()
166 mLauncher.getDragLayer().removeView(DesktopAppSelectView.this); in hide()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/statehandlers/
DDesktopVisibilityController.java32 import com.android.quickstep.views.DesktopAppSelectView;
53 private DesktopAppSelectView mSelectAppToast;
271 mSelectAppToast = DesktopAppSelectView.show(mLauncher, onCloseCallback); in showSelectAppToast()