Searched refs:isSystemDragInProgress (Results 1 – 5 of 5) sorted by relevance
89 return mDragController.isSystemDragInProgress() in isAnySystemDragInProgress()90 || mTaskbarContext.getDragController().isSystemDragInProgress(); in isAnySystemDragInProgress()
146 return !mOverlayContext.getDragController().isSystemDragInProgress(); in canCloseWindow()
394 } else if (controllers.taskbarDragController.isSystemDragInProgress) { in <lambda>()
508 public boolean isSystemDragInProgress() { in isSystemDragInProgress() method in TaskbarDragController
905 boolean isDragInProgress = mControllers.taskbarDragController.isSystemDragInProgress(); in onDragEndOrViewRemoved()