Searched refs:getScreenWithId (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
H A DLauncherAccessibilityDelegate.java426 layout = workspace.getScreenWithId(screenId);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspace.java327 CellLayout customScreen = getScreenWithId(CUSTOM_CONTENT_SCREEN_ID);
584 CellLayout customScreen = getScreenWithId(CUSTOM_CONTENT_SCREEN_ID);
618 CellLayout customScreen = getScreenWithId(CUSTOM_CONTENT_SCREEN_ID);
820 public CellLayout getScreenWithId(long screenId) { method in class:Workspace
942 if (getScreenWithId(screenId) == null) {
975 layout = getScreenWithId(screenId);
H A DLauncher.java807 final CellLayout dropLayout = mWorkspace.getScreenWithId(mPendingAddInfo.screenId);
905 (CellLayout) mWorkspace.getScreenWithId(screenId);
918 (CellLayout) mWorkspace.getScreenWithId(mPendingAddInfo.screenId);
3210 return mWorkspace.getScreenWithId(screenId);
3795 CellLayout cl = mWorkspace.getScreenWithId(item.screenId);

Completed in 305 milliseconds