Home
last modified time | relevance | path

Searched refs:FloatingViewType (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DAbstractFloatingView.java80 public @interface FloatingViewType {} annotation in AbstractFloatingView
185 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 …]
DAbstractFloatingViewHelper.kt19 import com.android.launcher3.AbstractFloatingView.FloatingViewType
27 fun closeOpenViews(activity: ActivityContext, animate: Boolean, @FloatingViewType type: Int) { in closeOpenViews()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DAddItemWidgetsBottomSheet.java142 protected boolean isOfType(@FloatingViewType int type) { in isOfType()
DWidgetsBottomSheet.java197 protected boolean isOfType(@FloatingViewType int type) { in isOfType()