HomeSort by relevance Sort by last modified time
    Searched refs:Widget (Results 101 - 125 of 175) sorted by null

1 2 3 45 6 7

  /frameworks/base/core/java/android/widget/
TimePicker.java 17 package android.widget;
23 import android.annotation.Widget;
47 * A widget for selecting the time of day, in either 24-hour or AM/PM mode.
55 @Widget
61 * {@link android.widget.NumberPicker}s.
253 * Sets whether this widget displays time in 24-hour mode or 12-hour mode
269 * @return {@code true} if this widget displays time in 24-hour mode,
432 // must return the exact same value that was autofilled, otherwise the widget will not be
Gallery.java 17 package android.widget;
20 import android.annotation.Widget;
57 * @deprecated This widget is no longer supported. Other horizontally scrolling
62 @Widget
    [all...]
Spinner.java 17 package android.widget;
22 import android.annotation.Widget;
47 import android.widget.PopupWindow.OnDismissListener;
68 @Widget
    [all...]
NumberPicker.java 17 package android.widget;
22 import android.annotation.Widget;
68 * A widget that enables the user to select a number from a predefined range.
69 * There are two flavors of this widget and which one is presented to the user
73 * If the current theme is derived from {@link android.R.style#Theme} the widget
81 * {@link android.R.style#Theme_Holo_Light} the widget presents the current
92 * For an example of using this widget, see {@link android.widget.TimePicker}.
95 @Widget
232 * The min height of this widget
    [all...]
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DatePicker.java 19 import android.annotation.Widget;
30 import android.widget.CheckBox;
31 import android.widget.CompoundButton;
32 import android.widget.FrameLayout;
33 import android.widget.LinearLayout;
34 import android.widget.NumberPicker;
48 @Widget
365 * Override so we are in complete control of save / restore for this widget.
  /prebuilts/tools/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /external/golang-protobuf/jsonpb/
jsonpb_test.go 187 complexObject = &pb.Widget{
354 &pb.Widget{Color: pb.Widget_BLUE.Enum()}, `{"color":"BLUE"}`},
356 &pb.Widget{Color: pb.Widget_BLUE.Enum()}, colorPrettyJSON},
358 &pb.Widget{Color: pb.Widget_Color(1000).Enum(), RColor: []pb.Widget_Color{pb.Widget_RED}}, colorListPrettyJSON},
507 {"enum-string object", Unmarshaler{}, `{"color":"BLUE"}`, &pb.Widget{Color: pb.Widget_BLUE.Enum()}},
508 {"enum-value object", Unmarshaler{}, "{\n \"color\": 2\n}", &pb.Widget{Color: pb.Widget_BLUE.Enum()}},
515 &pb.Widget{Color: pb.Widget_Color(1000).Enum(), RColor: []pb.Widget_Color{pb.Widget_RED}}},
  /external/autotest/frontend/client/src/autotest/afe/
JobDetailView.java 38 import com.google.gwt.user.client.ui.Widget;
558 public Widget createWidget(int row, int cell, JSONObject hostQueueEntry) {
  /external/autotest/frontend/client/src/autotest/common/spreadsheet/
Spreadsheet.java 26 import com.google.gwt.user.client.ui.Widget;
212 * Wrap a widget with a panel that will clip its contents rather than grow
215 protected Panel wrapWithClipper(Widget w) {
  /external/autotest/frontend/client/src/autotest/tko/
TableView.java 37 import com.google.gwt.user.client.ui.Widget;
539 public Widget createWidget(int row, int cell, JSONObject rowObject) {
  /frameworks/base/core/java/android/gesture/
GestureOverlayView.java 31 import android.widget.FrameLayout;
33 import android.annotation.Widget;
55 @Widget
  /external/autotest/frontend/afe/
admin.py 81 class LabelsCommaSpacedWidget(forms.Widget):
82 """A widget that renders the labels in a comman separated text field."""
130 self.fields['labels'].widget = LabelsCommaSpacedWidget()
306 self.fields['drones'].widget.choices = [(drone.id, drone.hostname)
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
XYGraphWidget.java 24 import com.androidplot.ui.widget.Widget;
36 public class XYGraphWidget extends Widget {
    [all...]
  /external/libvncserver/webclients/novnc/
README.md 138 * DES : Dave Zimmerman (Widget Workshop), Jef Poskanzer (ACME Labs)
  /frameworks/base/core/java/android/webkit/
WebView.java 23 import android.annotation.Widget;
64 import android.widget.AbsoluteLayout;
356 @Widget
    [all...]
  /external/python/cpython2/Lib/lib-tk/
Tix.py 5 # Tix.py -- Tix widget wrappers.
13 # (TixWidget.__init__) has been taken from Tkinter (Widget.__init__)
51 # A few useful constants for the Grid widget
74 # BEWARE - this is implemented by copying some code from the Widget class
75 # in Tkinter (to override Widget initialization) and is therefore
134 file selection dialog widget when it is called the first time. This
137 of file selection dialog widget is desired. Possible options are
208 """Toplevel widget of Tix which represents mostly the main window
275 Tkinter.Widget.__bases__ = Tkinter.Widget.__bases__ + (Form,
    [all...]
  /external/python/cpython3/Lib/tkinter/
tix.py 1 # Tix.py -- Tix widget wrappers.
9 # (TixWidget.__init__) has been taken from Tkinter (Widget.__init__)
43 # A few useful constants for the Grid widget
66 # BEWARE - this is implemented by copying some code from the Widget class
67 # in Tkinter (to override Widget initialization) and is therefore
126 file selection dialog widget when it is called the first time. This
129 of file selection dialog widget is desired. Possible options are
200 """Toplevel widget of Tix which represents mostly the main window
267 tkinter.Widget.__bases__ = tkinter.Widget.__bases__ + (Form,
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tix.py 5 # Tix.py -- Tix widget wrappers.
13 # (TixWidget.__init__) has been taken from Tkinter (Widget.__init__)
49 # A few useful constants for the Grid widget
72 # BEWARE - this is implemented by copying some code from the Widget class
73 # in Tkinter (to override Widget initialization) and is therefore
137 file selection dialog widget when it is called the first time. This
140 of file selection dialog widget is desired. Possible options are
211 """Toplevel widget of Tix which represents mostly the main window
278 Tkinter.Widget.__bases__ = Tkinter.Widget.__bases__ + (Form,
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tix.py 5 # Tix.py -- Tix widget wrappers.
13 # (TixWidget.__init__) has been taken from Tkinter (Widget.__init__)
49 # A few useful constants for the Grid widget
72 # BEWARE - this is implemented by copying some code from the Widget class
73 # in Tkinter (to override Widget initialization) and is therefore
137 file selection dialog widget when it is called the first time. This
140 of file selection dialog widget is desired. Possible options are
211 """Toplevel widget of Tix which represents mostly the main window
278 Tkinter.Widget.__bases__ = Tkinter.Widget.__bases__ + (Form,
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 5 # Tix.py -- Tix widget wrappers.
13 # (TixWidget.__init__) has been taken from Tkinter (Widget.__init__)
49 # A few useful constants for the Grid widget
72 # BEWARE - this is implemented by copying some code from the Widget class
73 # in Tkinter (to override Widget initialization) and is therefore
137 file selection dialog widget when it is called the first time. This
140 of file selection dialog widget is desired. Possible options are
211 """Toplevel widget of Tix which represents mostly the main window
278 Tkinter.Widget.__bases__ = Tkinter.Widget.__bases__ + (Form,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 5 # Tix.py -- Tix widget wrappers.
13 # (TixWidget.__init__) has been taken from Tkinter (Widget.__init__)
49 # A few useful constants for the Grid widget
72 # BEWARE - this is implemented by copying some code from the Widget class
73 # in Tkinter (to override Widget initialization) and is therefore
137 file selection dialog widget when it is called the first time. This
140 of file selection dialog widget is desired. Possible options are
211 """Toplevel widget of Tix which represents mostly the main window
278 Tkinter.Widget.__bases__ = Tkinter.Widget.__bases__ + (Form,
    [all...]
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/
Plot.java 30 import com.androidplot.ui.widget.TextLabelWidget;
31 import com.androidplot.ui.widget.Widget;
313 // make sure the title widget is always the topmost widget:
  /external/golang-protobuf/jsonpb/jsonpb_test_proto/
more_test_objects.pb.go 20 Widget
  /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 

Completed in 1572 milliseconds

1 2 3 45 6 7