Searched refs:mDisallowGlobalDrag (Results 1 – 2 of 2) sorted by relevance
63 private boolean mDisallowGlobalDrag; field in TaskbarAllAppsController98 mDisallowGlobalDrag = disableDragForOverviewState; in setDisallowGlobalDrag()195 mOverlayContext.getDragController().setDisallowGlobalDrag(mDisallowGlobalDrag); in show()
119 private boolean mDisallowGlobalDrag; field in TaskbarDragController133 mDisallowGlobalDrag = disallowGlobalDrag; in setDisallowGlobalDrag()345 if (mDisallowGlobalDrag || (desktopController != null in callOnDragStart()532 if (mDisallowGlobalDrag) { in endDrag()641 if (mDisallowGlobalDrag) { in findTaskbarTargetForIconView()729 if (mDragObject != null && !mDisallowGlobalDrag) { in exitDrag()759 pw.println(prefix + "\tmDisallowGlobalDrag=" + mDisallowGlobalDrag); in dumpLogs()