HomeSort by relevance Sort by last modified time
    Searched full:picker (Results 1 - 25 of 202) sorted by null

1 2 3 4 5 6 7 8 9

  /external/webkit/Tools/RebaselineQueueServer/static/
styles.css 10 #builder-picker body,
15 #builder-picker,
16 #builder-picker body {
20 #builder-picker body {
25 #builder-picker-controls {
30 #builder-picker-controls select {
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevicePicker.java 23 * A helper to show a system "Device Picker" activity to the user.
38 * Broadcast when one BT device is selected from BT device picker screen.
61 /** Ask device picker to show all kinds of BT devices */
63 /** Ask device picker to show BT devices that support AUDIO profiles */
65 /** Ask device picker to show BT devices that support Object Transfer */
67 /** Ask device picker to show BT devices that support
70 /** Ask device picker to show BT devices that support Network Access Point (NAP) profile */
  /frameworks/opt/datetimepicker/res/values/
strings.xml 22 Content description for the hour selector in the time picker, which displays
28 Content description for the minute selector in the time picker, which displays
33 <!-- Accessibility announcement for hour circular picker [CHAR LIMIT=NONE] -->
35 <!-- Accessibility announcement for minute circular picker [CHAR LIMIT=NONE] -->
39 Content description for the month and day selector in the date picker, which displays
45 Content description for the year selector in the date picker, which displays
50 <!-- Accessibility announcement for the day picker [CHAR LIMIT=NONE] -->
52 <!-- Accessibility announcement for the year picker [CHAR LIMIT=NONE] -->
  /packages/apps/Contacts/src/com/android/contacts/list/
OnMultiplePhoneNumberPickerActionListener.java 21 * Action callbacks that can be sent by a multiple phone number picker.
31 * Closes the picker without changing the selection.
OnEmailAddressPickerActionListener.java 21 * Action callbacks that can be sent by a email address picker.
OnPostalAddressPickerActionListener.java 21 * Action callbacks that can be sent by a postal address picker.
OnContactPickerActionListener.java 22 * Action callbacks that can be sent by a contact picker.
  /external/webkit/Tools/RebaselineQueueServer/templates/
home.html 12 <li><a href="/builder/picker">Browse and enqueue failing tests on builders</a></li>
builder-picker.html 2 <html id="builder-picker">
10 <div id="builder-picker-controls">
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DatePickerActivity.java 29 DatePicker picker = new DatePicker(this); local
30 picker.init(2012, 3, 3, true, new DatePicker.OnDateChangedListener() {
35 setContentView(picker);
  /packages/apps/Contacts/src/com/android/contacts/socialwidget/
SocialWidgetConfigureActivity.java 34 // Don't launch contact-picker if we already launched it (for example, if
36 // before the picker returns its result, then this activity will be recreated).
39 // Forward the Intent to the picker
49 // We know for sure that we've launched the contact-picker... see onCreate()
55 // We came back from the Picker. If the user actually selected a contact,
  /development/samples/BusinessCard/
_index.html 2 picker from within an activity. This sample also uses reflection to ensure
  /frameworks/base/docs/html/guide/topics/ui/controls/
pickers.jd 9 <li><a href="#TimePicker">Creating a Time Picker</a>
11 <li><a href="#TimePickerFragment">Extending DialogFragment for a time picker</a></li>
12 <li><a href="#ShowingTheTimePicker">Showing the time picker</a></li>
15 <li><a href="#DatePicker">Creating a Date Picker</a>
17 <li><a href="#DatePickerFragment">Extending DialogFragment for a date picker</a></li>
18 <li><a href="#ShowingTheDatePicker">Showing the date picker</a></li>
36 Each picker provides controls for selecting each part of the time (hour, minute, AM/PM) or date
43 picker. The {@link android.support.v4.app.DialogFragment} manages the dialog lifecycle for you and
54 picker and date picker using the <a href="{@docRoot}tools/extras/support-library.html">suppor
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
DevicePickerActivity.java 25 * Activity for Bluetooth device picker dialog. The device picker logic
  /packages/wallpapers/LivePicker/res/values/
strings.xml 24 <string name="application_name">Live Wallpaper Picker</string>
28 <!-- Label for the live wallpaper picker [CHAR_LIMIT=40]-->
44 <!-- Button label, action, cancels the wallpaper picker dialog [CHAR_LIMIT=40]-->
  /development/samples/BusinessCard/src/com/example/android/businesscard/
BusinessCardActivity.java 32 * the contact chooser. Once this activity receives the result from contact picker,
39 // Request code for the contact picker activity
69 * Click handler for the Pick Contact button. Invokes a contact picker activity.
78 * Invoked when the contact picker activity is finished. The {@code contactUri} parameter
  /packages/apps/Gallery/src/com/android/camera/
PickWallpaper.java 20 * Wallpaper picker for the camera application.
  /system/core/libpixelflinger/
picker.h 1 /* libs/pixelflinger/picker.h
  /frameworks/base/core/java/android/preference/
RingtonePreference.java 76 * Returns the sound type(s) that are shown in the picker.
78 * @return The sound type(s) that are shown in the picker.
86 * Sets the sound type(s) that are shown in the picker.
88 * @param type The sound type(s) that are shown in the picker.
136 // Launch the ringtone picker
148 * Prepares the intent to launch the ringtone picker. This can be modified
149 * to adjust the parameters of the ringtone picker.
151 * @param ringtonePickerIntent The ringtone picker intent that can be
  /frameworks/base/docs/html/design/building-blocks/
pickers.jd 34 <p>Android provides these as ready-to-use dialogs. Each picker is a dialog with a set of controls for
37 correctly. The format of a time and date picker adjusts automatically to the locale.</p>
  /external/chromium/chrome/common/extensions/docs/static/
experimental.webInspector.panels.html 26 and labeled as <em>Font Picker</em>:</p>
29 webInspector.panels.create("Font Picker", "FontPicker.png", "Panel.html");
  /packages/apps/DeskClock/src/com/android/deskclock/
SnoozeLengthDialog.java 14 * A dialog preference that shows a number picker for selecting snooze length
50 public void onValueChange(NumberPicker picker, int oldVal, int newVal) {
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
ControlPanelLayout.java 28 * the shutter button, thumbnail, front/back camera picker, and mode picker.
  /frameworks/opt/colorpicker/res/values/
strings.xml 17 <!-- Default title for color picker dialog [CHAR LIMIT=30] -->
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
DatePickerController.java 23 * Controller class to communicate among the various components of the date picker dialog.

Completed in 1154 milliseconds

1 2 3 4 5 6 7 8 9