Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DLauncher.java708 if (isWorkspaceLocked()) { in onActivityResult()
1120 isWorkspaceLocked(), cellX, cellY); in completeAddApplication()
1180 isWorkspaceLocked()); in completeAddShortcut()
1296 launcherInfo.spanX, launcherInfo.spanY, isWorkspaceLocked()); in completeAddAppWidget()
1729 if (isWorkspaceLocked()) { in onCreateOptionsMenu()
1797 public boolean isWorkspaceLocked() { in isWorkspaceLocked() method in Launcher
1942 isWorkspaceLocked()); in addFolder()
2446 if (isWorkspaceLocked()) return false; in onLongClick()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java1999 public boolean isWorkspaceLocked() { in isWorkspaceLocked() method in Launcher
2008 boolean isLocked = isWorkspaceLocked(); in setWorkspaceLoading()
2010 if (isLocked != isWorkspaceLocked()) { in setWorkspaceLoading()
2016 boolean isLocked = isWorkspaceLocked(); in setWaitingForResult()
2018 if (isLocked != isWorkspaceLocked()) { in setWaitingForResult()
2754 if (isWorkspaceLocked()) return false; in onLongClick()
DPinchToOverviewListener.java91 if (mLauncher.isWorkspaceLocked()) { in onScaleBegin()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DPinItemDragListener.java193 return !mLauncher.isWorkspaceLocked(); in shouldStartDrag()