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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspace.java343 CellLayout customScreen = getScreenWithId(CUSTOM_CONTENT_SCREEN_ID);
595 CellLayout customScreen = getScreenWithId(CUSTOM_CONTENT_SCREEN_ID);
630 CellLayout customScreen = getScreenWithId(CUSTOM_CONTENT_SCREEN_ID);
831 public CellLayout getScreenWithId(long screenId) { method in class:Workspace
957 if (getScreenWithId(screenId) == null) {
990 layout = getScreenWithId(screenId);
4081 cellLayout = getScreenWithId(mDragInfo.screenId);

Completed in 163 milliseconds