HomeSort by relevance Sort by last modified time
    Searched defs:Widget (Results 1 - 25 of 43) sorted by null

1 2

  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/
widget.js 12 goog.provide('cvox.Widget');
20 * Keeps a reference to a currently or formerly active widget. This enforces
22 * @type {cvox.Widget}
25 cvox.Widget.ref_;
31 cvox.Widget = function() {
40 * Keeps a reference to a node which should receive focus once a widget hides.
47 * Keeps a reference to a node which should receive selection once a widget
54 // Checks to see if there is a current widget in use.
55 if (!cvox.Widget.ref_ || !cvox.Widget.ref_.isActive())
    [all...]
  /external/chromium_org/testing/gtest/xcode/Samples/FrameworkSample/
widget.cc 33 // widget.cc
36 // Widget is a very simple class used for demonstrating the use of gtest
38 #include "widget.h"
40 Widget::Widget(int number, const std::string& name)
44 Widget::~Widget() {}
46 float Widget::GetFloatValue() const {
50 int Widget::GetIntValue() const {
54 std::string Widget::GetStringValue() const
    [all...]
widget.h 33 // widget.h
36 // Widget is a very simple class used for demonstrating the use of gtest. It
42 class Widget {
44 Widget(int number, const std::string& name);
45 ~Widget();
  /external/protobuf/gtest/xcode/Samples/FrameworkSample/
widget.cc 33 // widget.cc
36 // Widget is a very simple class used for demonstrating the use of gtest
38 #include "widget.h"
40 Widget::Widget(int number, const std::string& name)
44 Widget::~Widget() {}
46 float Widget::GetFloatValue() const {
50 int Widget::GetIntValue() const {
54 std::string Widget::GetStringValue() const
    [all...]
widget.h 33 // widget.h
36 // Widget is a very simple class used for demonstrating the use of gtest. It
42 class Widget {
44 Widget(int number, const std::string& name);
45 ~Widget();
  /frameworks/base/core/java/android/annotation/
Widget.java 25 * Indicates a class is a widget usable by application developers to create UI.
29 * <li>The widget is not in the package <code>android.widget</code></li>
30 * <li>The widget extends <code>android.view.ViewGroup</code></li>
36 public @interface Widget {
  /external/chromium_org/third_party/WebKit/Source/platform/
Widget.cpp 28 #include "platform/Widget.h"
35 Widget::Widget()
42 Widget::~Widget()
47 void Widget::setParent(Widget* widget)
49 ASSERT(!widget || !m_parent);
50 if (!widget || !widget->isVisible()
    [all...]
Widget.h 43 // The Widget class serves as a base class for three kinds of objects:
50 // (and therefore the Widget class has no concept of children).
51 class PLATFORM_EXPORT Widget : public RefCounted<Widget> {
53 Widget();
54 virtual ~Widget();
95 virtual void setParent(Widget*);
96 Widget* parent() const { return m_parent; }
97 Widget* root() const;
120 // Notifies this widget that other widgets on the page have been repositioned
    [all...]
  /external/chromium_org/ui/views/widget/
widget.cc 5 #include "ui/views/widget/widget.h"
28 #include "ui/views/widget/native_widget_private.h"
29 #include "ui/views/widget/root_view.h"
30 #include "ui/views/widget/tooltip_manager.h"
31 #include "ui/views/widget/widget_delegate.h"
32 #include "ui/views/widget/widget_deletion_observer.h"
33 #include "ui/views/widget/widget_observer.h"
34 #include "ui/views/widget/widget_removals_observer.h"
54 // Create a native widget implementation
199 Widget* widget = new Widget; local
217 Widget* widget = new Widget; local
236 Widget* widget = new Widget; local
    [all...]
widget.h 23 #include "ui/views/widget/native_widget_delegate.h"
75 // Widget class
77 // Encapsulates the platform-specific rendering, event receiving and widget
81 // Widget is a platform-independent type that communicates with a platform or
86 // Depending on the value of the InitParams' ownership field, the Widget
90 // The Widget instance is owned by its NativeWidget. When the NativeWidget
92 // the Widget from its destructor.
94 // The Widget instance owns its NativeWidget. This state implies someone
96 // the Widget it is responsible for destroying the NativeWidget (from its
99 class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 3 This module provides classes to allow using Tk themed widget set.
9 implementing a widget's behavior from the code implementing its
10 appearance. Widget class bindings are primarily responsible for
11 maintaining the widget state and invoking callbacks, all aspects
420 """Define the widget layout for given style. If layoutspec is
528 class Widget(Tkinter.Widget):
532 """Constructs a Ttk Widget with the parent master.
538 SCROLLABLE WIDGET OPTIONS
542 LABEL WIDGET OPTION
    [all...]
Tkinter.py 15 available in every Widget.
165 widget - widget in which the event occurred
207 MASTER can be given as master widget.
280 MASTER can be given as master widget.
302 MASTER can be given as master widget.
327 MASTER can be given as master widget.
346 MASTER can be given as master widget.
383 this widget in the Tcl interpreter."""
412 """Set a new color scheme for all widget elements
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 3 This module provides classes to allow using Tk themed widget set.
9 implementing a widget's behavior from the code implementing its
10 appearance. Widget class bindings are primarily responsible for
11 maintaining the widget state and invoking callbacks, all aspects
420 """Define the widget layout for given style. If layoutspec is
528 class Widget(Tkinter.Widget):
532 """Constructs a Ttk Widget with the parent master.
538 SCROLLABLE WIDGET OPTIONS
542 LABEL WIDGET OPTION
    [all...]
Tkinter.py 15 available in every Widget.
165 widget - widget in which the event occurred
207 MASTER can be given as master widget.
280 MASTER can be given as master widget.
302 MASTER can be given as master widget.
327 MASTER can be given as master widget.
346 MASTER can be given as master widget.
383 this widget in the Tcl interpreter."""
412 """Set a new color scheme for all widget elements
    [all...]
  /frameworks/base/services/appwidget/java/com/android/server/appwidget/
AppWidgetServiceImpl.java 71 import android.widget.RemoteViews;
78 import com.android.internal.widget.IRemoteViewsAdapterConnection;
79 import com.android.internal.widget.IRemoteViewsFactory;
165 private final ArrayList<Widget> mWidgets = new ArrayList<>();
506 ArrayList<Widget> instances = host.widgets;
510 Widget widget = instances.get(i); local
511 updatedIds[i] = widget.appWidgetId;
512 updatedViews.add(cloneIfLocalBinder(widget.views));
570 Widget widget = new Widget() local
604 Widget widget = lookupWidgetLocked(appWidgetId, local
692 Widget widget = lookupWidgetLocked(appWidgetId, local
758 Widget widget = lookupWidgetLocked(appWidgetId, local
904 Widget widget = lookupWidgetLocked(appWidgetId, local
989 Widget widget = lookupWidgetLocked(appWidgetId, local
1088 Widget widget = lookupWidgetLocked(appWidgetId, local
1115 Widget widget = lookupWidgetLocked(appWidgetId, local
1142 Widget widget = lookupWidgetLocked(appWidgetId, local
1175 Widget widget = lookupWidgetLocked(appWidgetId, local
1231 Widget widget = lookupWidgetLocked(appWidgetId, local
1268 Widget widget = instances.get(i); local
1346 Widget widget = lookupWidgetLocked(appWidgetId, local
1393 Widget widget = host.widgets.remove(i); local
1524 destroyRemoteViewsService(key.second.getIntent(), widget); local
1755 Widget widget = mWidgets.get(i); local
1868 Widget widget = provider.widgets.remove(i); local
2296 Widget widget = loadedWidget.widget; local
2432 Widget widget = mWidgets.get(i); local
2558 Widget widget = new Widget(); local
2681 Widget widget = mWidgets.get(i); local
2809 Widget widget = provider.widgets.get(j); local
3235 Widget widget = widgets.get(i); local
3438 final Widget widget; field in class:AppWidgetServiceImpl.LoadedWidgetState
3496 Widget widget = mWidgets.get(i); local
3569 Widget widget = mWidgets.get(i); local
3865 Widget widget = mWidgets.get(i); local
3881 Widget widget = mWidgets.get(i); local
3976 Widget widget = mWidgets.get(i); local
    [all...]
  /prebuilts/tools/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 506 milliseconds

1 2