Searched refs:DesktopAppSelectView (Results 1 – 2 of 2) sorted by relevance
41 public class DesktopAppSelectView extends LinearLayout { class59 public DesktopAppSelectView(Context context) { in DesktopAppSelectView() method in DesktopAppSelectView63 public DesktopAppSelectView(Context context, AttributeSet attrs) { in DesktopAppSelectView() method in DesktopAppSelectView67 public DesktopAppSelectView(Context context, AttributeSet attrs, int defStyleAttr) { in DesktopAppSelectView() method in DesktopAppSelectView71 public DesktopAppSelectView(Context context, AttributeSet attrs, int defStyleAttr, in DesktopAppSelectView() method in DesktopAppSelectView83 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()
32 import com.android.quickstep.views.DesktopAppSelectView;53 private DesktopAppSelectView mSelectAppToast;271 mSelectAppToast = DesktopAppSelectView.show(mLauncher, onCloseCallback); in showSelectAppToast()