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

1 2 3

  /external/google-breakpad/src/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/googletest/googletest/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();
  /external/v8/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/vulkan-validation-layers/tests/gtest-1.7.0/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 {
  /platform_testing/libraries/app-helpers/tv/src/android/platform/test/helpers/tv/
AbstractLeanbackAppHelper.java 47 // The notable widget classes in Leanback Library
48 public enum Widget {
312 assertWidgetEquals(Widget.GUIDED_STEP_FRAGMENT);
334 assertWidgetEquals(Widget.GUIDED_STEP_FRAGMENT);
347 assertWidgetEquals(Widget.DETAILS_FRAGMENT);
371 assertWidgetEquals(Widget.BROWSE_ROWS_FRAGMENT);
407 assertWidgetEquals(Widget.BROWSE_ROWS_FRAGMENT);
443 * Asserts that a given widget provided by the Support Library is shown on TV app.
446 public void assertWidgetEquals(Widget expected) {
448 throw new UnknownUiException("No widget matches " + expected.name())
    [all...]
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/widget/
Widget.java 17 package com.androidplot.ui.widget;
28 * A Widget is a graphical sub-element of a Plot that can be positioned relative
31 public abstract class Widget implements BoxModelable, Resizable {
44 public Widget(LayoutManager layoutManager, SizeMetric heightMetric, SizeMetric widthMetric) {
48 public Widget(LayoutManager layoutManager, SizeMetrics sizeMetrics) {
110 * Determines whether or not point lies within this Widget.
247 * Causes the pixel dimensions used for rendering this Widget
249 * into this Widget's size or position is altered.
255 // before the widget is fully configured.
360 * @param widgetRect the size and coordinates of this widget
    [all...]
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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...]
  /external/python/cpython2/Lib/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.
188 widget - widget in which the event occurred
231 MASTER can be given as master widget.
334 MASTER can be given as master widget.
356 MASTER can be given as master widget.
381 MASTER can be given as master widget.
400 MASTER can be given as master widget.
441 this widget in the Tcl interpreter."""
470 """Set a new color scheme for all widget elements
    [all...]
  /frameworks/base/services/appwidget/java/com/android/server/appwidget/
AppWidgetServiceImpl.java 93 import android.widget.RemoteViews;
103 import com.android.internal.widget.IRemoteViewsAdapterConnection;
104 import com.android.internal.widget.IRemoteViewsFactory;
203 private final ArrayList<Widget> mWidgets = new ArrayList<>();
549 // Load the unbadged application icon and pass it to the widget to appear on
555 // Create a bitmap of the icon which is what the widget's remoteview requires.
584 * Mask the target widget belonging to the specified provider, or all active widgets
585 * of the provider if target widget == null.
587 private void maskWidgetsViewsLocked(Provider provider, Widget targetWidget) {
621 Widget widget = provider.widgets.get(j) local
641 Widget widget = provider.widgets.get(j); local
886 Widget widget = new Widget(); local
920 Widget widget = lookupWidgetLocked(appWidgetId, local
1008 Widget widget = lookupWidgetLocked(appWidgetId, local
1077 Widget widget = lookupWidgetLocked(appWidgetId, local
1225 Widget widget = lookupWidgetLocked(appWidgetId, local
1310 Widget widget = lookupWidgetLocked(appWidgetId, local
1409 Widget widget = lookupWidgetLocked(appWidgetId, local
1436 Widget widget = lookupWidgetLocked(appWidgetId, local
1463 Widget widget = lookupWidgetLocked(appWidgetId, local
1496 Widget widget = lookupWidgetLocked(appWidgetId, local
1552 Widget widget = lookupWidgetLocked(appWidgetId, local
1589 Widget widget = instances.get(i); local
1696 Widget widget = lookupWidgetLocked(appWidgetId, local
1743 Widget widget = host.widgets.remove(i); local
1875 destroyRemoteViewsService(key.second.getIntent(), widget); local
2139 Widget widget = mWidgets.get(i); local
2253 Widget widget = provider.widgets.get(i); local
2727 Widget widget = loadedWidget.widget; local
2956 Widget widget = mWidgets.get(i); local
3082 Widget widget = new Widget(); local
3204 Widget widget = mWidgets.get(i); local
3319 Widget widget = provider.widgets.get(j); local
3794 Widget widget = widgets.get(i); local
3920 Widget widget = widgets.get(i); local
4086 final Widget widget; field in class:AppWidgetServiceImpl.LoadedWidgetState
4146 Widget widget = mWidgets.get(i); local
4219 Widget widget = mWidgets.get(i); local
4515 Widget widget = mWidgets.get(i); local
4531 Widget widget = mWidgets.get(i); local
4626 Widget widget = mWidgets.get(i); local
    [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.0.0/
kotlin-android-extensions-1.0.0.jar 

Completed in 1077 milliseconds

1 2 3