Searched refs:FloatingViewType (Results 1 – 4 of 4) sorted by relevance
80 public @interface FloatingViewType {} annotation in AbstractFloatingView185 protected abstract boolean isOfType(@FloatingViewType int type); in isOfType()231 ActivityContext activity, @FloatingViewType int type) { in getOpenView()238 public static boolean hasOpenView(ActivityContext activity, @FloatingViewType int type) { in hasOpenView()247 ActivityContext activity, @FloatingViewType int type) { in getAnyView()252 ActivityContext activity, @FloatingViewType int type, boolean mustBeOpen) { in getView()270 @FloatingViewType int type) { in closeOpenContainer()278 @FloatingViewType int type) { in closeOpenViews()292 @FloatingViewType int type) { in closeAllOpenViewsExcept()298 @FloatingViewType int type) { in closeAllOpenViewsExcept()[all …]
19 import com.android.launcher3.AbstractFloatingView.FloatingViewType27 fun closeOpenViews(activity: ActivityContext, animate: Boolean, @FloatingViewType type: Int) { in closeOpenViews()
142 protected boolean isOfType(@FloatingViewType int type) { in isOfType()
197 protected boolean isOfType(@FloatingViewType int type) { in isOfType()