HomeSort by relevance Sort by last modified time
    Searched full:customscreen (Results 1 - 1 of 1) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
Workspace.java 343 CellLayout customScreen = getScreenWithId(CUSTOM_CONTENT_SCREEN_ID);
344 if (customScreen != null) {
345 View customContent = customScreen.getShortcutsAndWidgets().getChildAt(0);
570 CellLayout customScreen = (CellLayout)
572 customScreen.disableBackground();
574 mWorkspaceScreens.put(CUSTOM_CONTENT_SCREEN_ID, customScreen);
578 customScreen.setPadding(0, 0, 0, 0);
580 addFullScreenPage(customScreen);
595 CellLayout customScreen = getScreenWithId(CUSTOM_CONTENT_SCREEN_ID);
596 if (customScreen == null)
    [all...]

Completed in 79 milliseconds