Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/tests/src/com/android/launcher3/taskbar/
DTaskbarHoverToolTipControllerTest.java133 verify(taskbarActivityContext, never()).setTaskbarWindowFullscreen(true); in onHover_hoverEnterIcon_revealToolTip()
138 verify(taskbarActivityContext).setTaskbarWindowFullscreen(true); in onHover_hoverEnterIcon_revealToolTip()
164 verify(taskbarActivityContext, never()).setTaskbarWindowFullscreen(true); in onHover_hoverEnterFolderIcon_revealToolTip()
169 verify(taskbarActivityContext).setTaskbarWindowFullscreen(true); in onHover_hoverEnterFolderIcon_revealToolTip()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleDragController.java289 mActivity.setTaskbarWindowFullscreen(true); in startDragging()
304 mActivity.setTaskbarWindowFullscreen(false); in stopDragging()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarActivityContext.java281 setTaskbarWindowFullscreen(mIsFullscreen); in updateDeviceProfile()
619 setTaskbarWindowFullscreen(true); in onDragStart()
765 public void setTaskbarWindowFullscreen(boolean fullscreen) { in setTaskbarWindowFullscreen() method in TaskbarActivityContext
782 setTaskbarWindowFullscreen(false); in onDragEndOrViewRemoved()
929 setTaskbarWindowFullscreen(true); in onTaskbarIconClicked()
1262 setTaskbarWindowFullscreen(true); in showPopupMenuForIcon()
DTaskbarHoverToolTipController.java161 mActivity.setTaskbarWindowFullscreen(true); in revealHoverToolTip()