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.java736 final CellLayout dropLayout = in handleActivityResult() local
739 dropLayout.setDropPending(true); in handleActivityResult()
744 dropLayout.setDropPending(false); in handleActivityResult()
825 CellLayout dropLayout = mWorkspace.getScreenWithId(screenId); in ensurePendingDropLayoutExists() local
826 if (dropLayout == null) { in ensurePendingDropLayoutExists()