Lines Matching refs:AbstractFloatingView
25 import static com.android.launcher3.AbstractFloatingView.TYPE_ALL;
26 import static com.android.launcher3.AbstractFloatingView.TYPE_FOLDER;
27 import static com.android.launcher3.AbstractFloatingView.TYPE_ICON_SURFACE;
28 import static com.android.launcher3.AbstractFloatingView.TYPE_REBIND_SAFE;
29 import static com.android.launcher3.AbstractFloatingView.TYPE_SNACKBAR;
30 import static com.android.launcher3.AbstractFloatingView.getTopOpenViewWithType;
631 AbstractFloatingView topView = in getOnBackAnimationCallback()
632 AbstractFloatingView.getTopOpenView(Launcher.this); in getOnBackAnimationCallback()
707 AbstractFloatingView.closeOpenViews(this, false, TYPE_ICON_SURFACE);
1669 && AbstractFloatingView.getTopOpenView(this) == null;
1676 AbstractFloatingView.closeAllOpenViewsExcept(
1677 this, isStarted(), AbstractFloatingView.TYPE_LISTENER);
1723 AbstractFloatingView.closeAllOpenViews(this);
1737 AbstractFloatingView.closeAllOpenViews(this);
1752 AbstractFloatingView.closeOpenViews(this, false, TYPE_ICON_SURFACE);
1776 AbstractFloatingView widgets = AbstractFloatingView
1777 .getOpenView(this, AbstractFloatingView.TYPE_WIDGETS_FULL_SHEET);
1788 AbstractFloatingView.closeAllOpenViewsExcept(
2323 AbstractFloatingView.closeOpenViews(this, true, TYPE_ALL & ~TYPE_REBIND_SAFE);
2409 AbstractFloatingView snackbar = AbstractFloatingView.getOpenView(this, TYPE_SNACKBAR);
3302 && AbstractFloatingView.getTopOpenView(this) == null;
3318 AbstractFloatingView.closeAllOpenViews(this, animate);