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

  /external/chromium_org/ui/views/widget/
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...]
  /packages/apps/Launcher2/src/com/android/launcher2/
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...]
  /packages/apps/Launcher3/src/com/android/launcher3/
AppsCustomizePagedView.java 142 * The Apps/Customize page that displays all the applications, widgets, and shortcuts.
156 Widgets
289 } else if (mContentType == ContentType.Widgets) {
383 // Get the list of widgets and shortcuts
392 // Ensure that all widgets we show can be added on a workspace of this size
    [all...]

Completed in 178 milliseconds