Home
last modified time | relevance | path

Searched refs:hasOpenView (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/launcher3/taskbar/overlay/
DTaskbarOverlayControllerTest.kt27 import com.android.launcher3.AbstractFloatingView.hasOpenView
83 assertThat(hasOpenView(taskbarContext, TYPE_TASKBAR_OVERLAY_PROXY)).isTrue() in testRequestWindow_addsProxyView()
136 assertThat(hasOpenView(taskbarContext, TYPE_TASKBAR_OVERLAY_PROXY)).isTrue() in testTwoOverlays_closeOne_windowStaysOpen()
148 assertThat(hasOpenView(taskbarContext, TYPE_TASKBAR_OVERLAY_PROXY)).isFalse() in testTwoOverlays_closeAll_closesWindow()
156 assertThat(hasOpenView(taskbarContext, TYPE_TASKBAR_OVERLAY_PROXY)).isFalse() in testRecreateTaskbar_closesWindow()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/overlay/
DTaskbarOverlayController.java145 if (AbstractFloatingView.hasOpenView(mOverlayContext, TYPE_ALL)) return false; in canCloseWindow()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarHoverToolTipController.java132 AbstractFloatingView.hasOpenView(mActivity, TYPE_ALL_EXCEPT_ON_BOARD_POPUP); in onHover()
DTaskbarActivityContext.java909 && !AbstractFloatingView.hasOpenView( in onDragEndOrViewRemoved()
/packages/apps/Launcher3/src/com/android/launcher3/
DAbstractFloatingView.java238 public static boolean hasOpenView(ActivityContext activity, @FloatingViewType int type) { in hasOpenView() method in AbstractFloatingView