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 74 // Owns a RootView and thus a View hierarchy. Can contain child Widgets.
96 typedef std::set<Widget*> Widgets;
122 // Widgets of TYPE_WINDOW will have a NonClientView.
124 // Widgets of TYPE_PANEL will have a NonClientView.
172 // non-window widgets.
257 // Closes all Widgets that aren't identified as "secondary widgets". Called
263 // Widgets do not have a common ancestor or they are not on the screen yet.
282 // Returns all Widgets in |native_view|'s hierarchy, including itself if
285 Widgets* children)
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java 146 * The Apps/Customize page that displays all the applications, widgets, and shortcuts.
159 Widgets
447 // Get the list of widgets and shortcuts
454 // Ensure that all widgets we show can be added on a workspace of this size
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
AppsCustomizePagedView.java 143 * The Apps/Customize page that displays all the applications, widgets, and shortcuts.
156 Widgets
310 } else if (mContentType == ContentType.Widgets) {
436 // Get the list of widgets and shortcuts
446 // Ensure that all widgets we show can be added on a workspace of this size
    [all...]

Completed in 308 milliseconds