Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java752 final CellLayout dropLayout = in handleActivityResult() local
755 dropLayout.setDropPending(true); in handleActivityResult()
760 dropLayout.setDropPending(false); in handleActivityResult()
841 CellLayout dropLayout = mWorkspace.getScreenWithId(screenId); in ensurePendingDropLayoutExists() local
842 if (dropLayout == null) { in ensurePendingDropLayoutExists()