HomeSort by relevance Sort by last modified time
    Searched refs:Widgets (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/ui/views/controls/native/
native_view_host.cc 94 // Since widgets know nothing about the View hierarchy (they are direct
215 Widget::Widgets widgets;
216 Widget::GetAllChildWidgets(native_view(), &widgets); local
217 for (Widget::Widgets::iterator i = widgets.begin(); i != widgets.end(); ++i) {
  /external/chromium_org/ui/views/widget/
native_widget_private.h 65 Widget::Widgets* children);
67 Widget::Widgets* owned);
141 // Note that all widgets in a widget hierarchy share the same input method.
widget.h 80 // Owns a RootView and thus a View hierarchy. Can contain child Widgets.
104 typedef std::set<Widget*> Widgets;
139 // Widgets of TYPE_WINDOW will have a NonClientView.
141 // Widgets of TYPE_PANEL will have a NonClientView.
207 // non-window widgets.
291 // Closes all Widgets that aren't identified as "secondary widgets". Called
297 // Widgets do not have a common ancestor or they are not on the screen yet.
316 // Returns all Widgets in |native_view|'s hierarchy, including itself if
319 Widgets* children)
    [all...]
native_widget_aura.cc 540 // Not implemented on chromeos or for child widgets.
906 // In aura, it is possible for child native widgets to take input and focus,
    [all...]
widget.cc 44 // views that are direct children of the Widgets layer.
270 Widgets* children) {
276 Widgets* owned) {
477 // was true when the widget was initialized. Creating widgets with non
    [all...]
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_service_views_browsertest.cc 98 views::Widget::Widgets owned_widgets;
  /packages/apps/Launcher3/src/com/android/launcher3/
AppsCustomizeTabHost.java 45 private static final String WIDGETS_TAB_TAG = "WIDGETS";
102 return AppsCustomizePagedView.ContentType.Widgets;
113 } else if (type == AppsCustomizePagedView.ContentType.Widgets) {
AppsCustomizePagedView.java 142 * The Apps/Customize page that displays all the applications, widgets, and shortcuts.
156 Widgets
289 } else if (mContentType == ContentType.Widgets) {
387 // Get the list of widgets and shortcuts
396 // Ensure that all widgets we show can be added on a workspace of this size
    [all...]
Launcher.java 319 // Related to the auto-advancing of widgets
722 * Returns whether we should delay spring loaded mode -- for shortcuts and widgets that have
791 // We have special handling for widgets
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizeTabHost.java 45 private static final String WIDGETS_TAB_TAG = "WIDGETS";
87 setContentTypeImmediate(AppsCustomizePagedView.ContentType.Widgets);
311 return AppsCustomizePagedView.ContentType.Widgets;
322 } else if (type == AppsCustomizePagedView.ContentType.Widgets) {
AppsCustomizePagedView.java 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.
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/
widget.js 6 * @fileoverview Base class for all ChromeVox widgets.
8 * Widgets are keyboard driven and modal mediums for ChromeVox to expose
21 * the singleton nature of widgets.
87 // Widgets do not respond to sticky key.
  /frameworks/base/docs/html/design/
design_toc.cs 73 <li><a href="<?cs var:toroot ?>design/patterns/widgets.html">Widgets</a></li>
  /frameworks/base/docs/html/guide/
guide_toc.cs 100 <span class="en">App Widgets</span>

Completed in 479 milliseconds