Home | History | Annotate | Download | only in launcher2

Lines Matching refs:Widgets

149  * The Apps/Customize page that displays all the applications, widgets, and shortcuts.
162 Widgets
450 // Get the list of widgets and shortcuts
456 // Ensure that all widgets we show can be added on a workspace of this size
747 // Widgets are only supported for current user, not for other profiles.
949 if (type == ContentType.Widgets) {
980 !tag.equals(tabHost.getTabTagForContentType(ContentType.Widgets))) {
981 tabHost.setCurrentTabFromContent(ContentType.Widgets);
1098 private void prepareLoadWidgetPreviewsTask(int page, ArrayList<Object> widgets,
1117 AsyncTaskPageData pageData = new AsyncTaskPageData(page, widgets, cellWidth, cellHeight,
1152 * Widgets PagedView implementation
1178 // Prepare the set of widgets to load previews for in the background
1534 // The next layout pass will trigger data-ready if both widgets and apps are set, so
1622 // TODO: Dump information related to current list of Applications, Widgets, etc.