Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
H A DTaskbarDragLayerController.java197 if (AbstractFloatingView.getAnyView(mActivity, TYPE_ALL) == null) { in onDragLayerViewRemoved()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DAbstractFloatingView.java209 public static <T extends AbstractFloatingView> T getAnyView( in getAnyView() method in AbstractFloatingView