HomeSort by relevance Sort by last modified time
    Searched full:widget (Results 76 - 100 of 5201) sorted by null

1 2 34 5 6 7 8 91011>>

  /packages/apps/Email/src/com/android/email/widget/
WidgetManager.java 17 package com.android.email.widget;
37 private static final String PREFS_NAME = "com.android.email.widget.WidgetManager";
43 // Widget ID -> Widget
62 // Find the widget in the map
63 final EmailWidget widget = WidgetManager.getInstance().get(widgetId); local
64 if (widget != null) {
65 // Stop loading and remove the widget from the map
66 widget.onDeleted();
74 // Find the widget in the ma
75 final EmailWidget widget = WidgetManager.getInstance().get(widgetId); local
85 EmailWidget widget = WidgetManager.getInstance().get(widgetId); local
    [all...]
  /developers/samples/android/ui/actionbarcompat/Styled/Styled/src/main/res/values/
styles.xml 36 <item name="actionBarTabStyle">@style/Widget.Styled.ActionBar.TabView</item>
37 <item name="actionBarStyle">@style/Widget.Styled.ActionBar</item>
38 <item name="actionDropDownStyle">@style/Widget.Styled.Spinner.DropDown.ActionBar</item>
39 <item name="dropDownListViewStyle">@style/Widget.Styled.ListView.DropDown</item>
40 <item name="popupMenuStyle">@style/Widget.Styled.PopupMenu</item>
43 <style name="Widget.Styled.ActionBar" parent="@style/Widget.AppCompat.Light.ActionBar.Solid">
47 <item name="progressBarStyle">@style/Widget.Styled.ProgressBar.Horizontal</item>
56 <style name="Widget.Styled.ActionBar.TabView"
57 parent="@style/Widget.AppCompat.Light.ActionBar.TabView"
    [all...]
  /external/webkit/Source/WebKit/qt/tests/hybridPixmap/
widget.cpp 20 #include "widget.h"
28 Widget::Widget(QWidget* parent) :
30 ui(new Ui::Widget)
35 void Widget::refreshJS()
39 void Widget::start()
46 void Widget::completeTest()
55 void Widget::setPixmap(const QPixmap& p)
59 QPixmap Widget::pixmap() const
68 void Widget::setImage(const QImage& img
    [all...]
  /external/kernel-headers/original/asm-mips/sn/
io.h 24 #define IIO_ITTE_WIDGET_BITS 4 /* size of widget field */
34 #define IIO_ITTE_INVALID_WIDGET 3 /* an invalid widget */
36 #define IIO_ITTE_PUT(nasid, bigwin, io_or_mem, widget, addr) \
41 (((widget) & IIO_ITTE_WIDGET_MASK) << IIO_ITTE_WIDGET_SHIFT)))
50 * Macro which takes the widget number, and returns the
51 * IO PRB address of that widget.
52 * value _x is expected to be a widget number in the range
  /external/chromium/chrome/browser/ui/gtk/
rounded_window.h 34 // Sets up the passed in widget that has its own GdkWindow with an expose
36 // an "expose-event" handler on |widget|; if caller needs to do custom
41 GtkWidget* widget, const GdkColor& color, int corner_size,
45 void StopActingAsRoundedWindow(GtkWidget* widget);
48 bool IsActingAsRoundedWindow(GtkWidget* widget);
50 // Sets edge and border properties on a widget that has already been configured
52 void SetRoundedWindowEdgesAndBorders(GtkWidget* widget,
57 // Sets the color of the border on a widget that has already been configured
59 void SetRoundedWindowBorderColor(GtkWidget* widget, GdkColor color);
owned_widget_gtk.h 6 // ownership between a C++ object and a GTK widget. It is common to have a
7 // C++ object which encapsulates a GtkWidget, and that widget is exposed from
18 // GtkWidget* widget() { return vbox_.get() }; // Host my widget!
23 // This design will ensure that the widget stays alive from the call to Own()
33 // container owns the widget, and if we remove the widget from the container,
34 // the widget is destroyed. This style of ownership often causes problems when
35 // you have an object encapsulating the widget. If we just use a raw
36 // GtkObject* with no specific ownership management, we push the widget'
    [all...]
reload_button_gtk.cc 43 gtk_widget_set_size_request(widget(), reload_.Width(), reload_.Height());
45 gtk_widget_set_app_paintable(widget(), TRUE);
47 g_signal_connect(widget(), "clicked", G_CALLBACK(OnClickedThunk), this);
48 g_signal_connect(widget(), "expose-event", G_CALLBACK(OnExposeThunk), this);
49 g_signal_connect(widget(), "leave-notify-event",
51 GTK_WIDGET_UNSET_FLAGS(widget(), GTK_CAN_FOCUS);
53 gtk_widget_set_has_tooltip(widget(), TRUE);
54 g_signal_connect(widget(), "query-tooltip", G_CALLBACK(OnQueryTooltipThunk),
57 hover_controller_.Init(widget());
58 gtk_util::SetButtonTriggersNavigation(widget());
    [all...]
custom_button.cc 70 gboolean CustomDrawButtonBase::OnExpose(GtkWidget* widget,
74 paint_override_ : GTK_WIDGET_STATE(widget);
90 cairo_t* cairo_context = gdk_cairo_create(GDK_DRAWABLE(widget->window));
91 cairo_translate(cairo_context, widget->allocation.x, widget->allocation.y);
95 cairo_translate(cairo_context, widget->allocation.width, 0.0f);
99 // The widget might be larger than the pixbuf. Paint the pixbuf flush with the
100 // start of the widget (left for LTR, right for RTL) and its bottom.
102 int x = gtk_util::MirroredLeftPointForRect(widget, bounds);
103 int y = widget->allocation.height - pixbuf->Height()
    [all...]
  /developers/samples/android/ui/actionbar/DoneBar/DoneBar/src/main/res/values/
styles.xml 25 <!-- Widget styling -->
27 <style name="Widget" />
29 <style name="Widget.SampleContentContainer">
36 <style name="Widget.SampleMessage">
41 <style name="Widget.SampleDashboard.Grid" parent="Widget">
50 <style name="Widget.SampleDashboard.Item" parent="Widget">
58 <style name="Widget.SampleDashboard.Item.Title" parent="Widget">
    [all...]
  /development/samples/Wiktionary/
_index.html 2 home screen widget that launches an application activity.</p>
4 <p>When installed, this adds a "Wiktionary" option to the widget installation
6 frame. Touching the widget will launch a custom application activity showing
  /development/samples/WiktionarySimple/
_index.html 1 <p>A sample application that demonstrates how to create an interactive widget for display on the Android home screen.</p>
3 <p>When installed, this adds a "Wiktionary simple" option to the widget
5 displayed in a frame. Touching the widget will open a new browser session and
  /frameworks/support/v7/appcompat/res/values/
styles_base.xml 24 <style name="Widget.AppCompat.Base.ActionBar" parent="">
30 <item name="titleTextStyle">@style/TextAppearance.AppCompat.Widget.ActionBar.Title</item>
31 <item name="subtitleTextStyle">@style/TextAppearance.AppCompat.Widget.ActionBar.Subtitle
38 <item name="actionButtonStyle">@style/Widget.AppCompat.ActionButton</item>
39 <item name="actionOverflowButtonStyle">@style/Widget.AppCompat.ActionButton.Overflow</item>
41 <item name="progressBarStyle">@style/Widget.AppCompat.ProgressBar.Horizontal</item>
42 <item name="indeterminateProgressStyle">@style/Widget.AppCompat.ProgressBar</item>
45 <style name="Widget.AppCompat.Light.Base.ActionBar" parent="Widget.AppCompat.Base.ActionBar">
50 <item name="actionButtonStyle">@style/Widget.AppCompat.Light.ActionButton</item
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAbsSeekBar.java 3 import android.widget.AbsSeekBar;
ShadowAbsoluteLayout.java 3 import android.widget.AbsoluteLayout;
ShadowFilter.java 3 import android.widget.Filter;
ShadowGridView.java 3 import android.widget.GridView;
4 import android.widget.ListAdapter;
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
peers.ui 4 <widget class="QDialog" name="Peers">
18 <widget class="QListView" name="peers">
34 </widget>
37 </widget>
  /sdk/templates/other/AppWidget/root/res/values/
strings.xml.ftl 7 <string name="add_widget">Add widget</string>
  /external/chromium/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...]
  /external/libvpx/libvpx/third_party/googletest/src/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...]
  /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...]
  /external/webkit/Source/WebCore/platform/gtk/
RenderThemeGtk2.cpp 99 static void adjustRectForFocus(GtkWidget* widget, IntRect& rect, bool ignoreInteriorFocusProperty = false)
103 gtk_widget_style_get(widget,
144 static void setToggleSize(const RenderThemeGtk* theme, RenderStyle* style, GtkWidget* widget)
151 gtk_widget_style_get(widget, "indicator-size", &indicatorSize, NULL);
158 static void paintToggle(RenderThemeGtk* theme, RenderObject* renderObject, const PaintInfo& info, const IntRect& rect, GtkWidget* widget)
164 gtk_widget_set_sensitive(widget, theme->isEnabled(renderObject) && !theme->isReadOnlyControl(renderObject));
165 gtk_widget_set_direction(widget, gtkTextDirection(renderObject->style()->direction()));
168 gtk_toggle_button_set_inconsistent(GTK_TOGGLE_BUTTON(widget), indeterminate);
180 if (GTK_IS_RADIO_BUTTON(widget)) {
182 widgetContext.gtkPaintOption(buttonRect, widget, toggleState, shadowType, detail)
426 GtkWidget* widget = gtkEntry(); local
477 GtkWidget* widget = 0; local
503 GtkWidget* widget = 0; local
537 GtkWidget* widget = part == SliderThumbHorizontalPart ? gtkHScale() : gtkVScale(); local
557 GtkWidget* widget = gtkProgressBar(); local
602 GtkWidget* widget = gtkSpinButton(); local
660 GtkWidget* widget = widgetType == GTK_TYPE_CONTAINER ? GTK_WIDGET(gtkContainer()) : gtkEntry(); local
672 GtkWidget* widget = gtkEntry(); local
678 GtkWidget* widget = gtkEntry(); local
684 GtkWidget* widget = gtkEntry(); local
690 GtkWidget* widget = gtkEntry(); local
696 GtkWidget* widget = gtkTreeView(); local
702 GtkWidget* widget = gtkTreeView(); local
708 GtkWidget* widget = gtkTreeView(); local
714 GtkWidget* widget = gtkTreeView(); local
744 gtk_container_add(GTK_CONTAINER(window), widget); local
    [all...]
  /external/clang/test/Rewriter/
static-type-protocol-1.m 8 - (void) widget;
24 [(Foo <MyProto> *)view widget];
  /frameworks/base/core/java/android/widget/
package.html 4 The widget package contains (mostly visual) UI elements to use
9 To create your own widget, extend {@link android.view.View} or a subclass. To
10 use your widget in layout XML, there are two additional files for you to
12 widget:
16 behavior of the widget. If you can instantiate the object from layout XML,
20 the XML element used to instantiate your widget, and the attributes that it
24 res/layout/ that describes the layout of your widget. You could also do
31 a custom widget:
  /frameworks/support/v7/appcompat/res/values-v11/
styles_base.xml 26 <style name="Widget.AppCompat.Base.ProgressBar.Horizontal"
27 parent="android:Widget.Holo.ProgressBar.Horizontal">
30 <style name="Widget.AppCompat.Base.ProgressBar"
31 parent="android:Widget.Holo.ProgressBar">
36 <style name="Widget.AppCompat.Base.AutoCompleteTextView"
37 parent="android:Widget.Holo.AutoCompleteTextView">
40 <style name="Widget.AppCompat.Light.Base.AutoCompleteTextView"
41 parent="android:Widget.Holo.Light.AutoCompleteTextView">

Completed in 3192 milliseconds

1 2 34 5 6 7 8 91011>>