Searched defs:isWorkspaceOrFolderApplication (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DDeleteDropTarget.java110 private boolean isWorkspaceOrFolderApplication(DragObject d) { method in class:DeleteDropTarget
224 } else if (isWorkspaceOrFolderApplication(d)) {
/packages/apps/Launcher3/src/com/android/launcher3/
H A DDeleteDropTarget.java116 private boolean isWorkspaceOrFolderApplication(DragObject d) { method in class:DeleteDropTarget
263 if (AppsCustomizePagedView.DISABLE_ALL_APPS && isWorkspaceOrFolderApplication(d)) {
320 } else if (isWorkspaceOrFolderApplication(d)) {

Completed in 113 milliseconds