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.java817 … final CellLayout dropLayout = mWorkspace.getScreenWithId(mPendingAddInfo.screenId); in handleActivityResult() local
819 dropLayout.setDropPending(true); in handleActivityResult()
824 dropLayout.setDropPending(false); in handleActivityResult()
905 CellLayout dropLayout = in ensurePendingDropLayoutExists() local
907 if (dropLayout == null) { in ensurePendingDropLayoutExists()