HomeSort by relevance Sort by last modified time
    Searched full:picker (Results 176 - 200 of 414) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/share/
ShareHelper.java 49 * Creates and shows a share intent picker dialog or starts a share intent directly with the
69 * Creates and shows a share intent picker dialog.
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/
main.html 11 <title>Wallpaper Picker</title>
101 <grid id="wallpaper-grid" class="image-picker"></grid>
  /external/chromium_org/chrome/common/extensions/api/
media_galleries.idl 191 // Present a directory picker to the user and add the selected directory
192 // as a gallery. If the user cancels the picker, selectedFileSystemName
  /external/chromium_org/third_party/WebKit/ManualTests/forms/
calendar-picker.html 5 <title>Calendar Picker test</title>
27 <p>This is a testbed for a calendar picker.</p>
  /external/chromium_org/ui/login/
screen_container.css 86 #oobe.account-picker.flying-pods #inner-container {
132 #account-picker-dot,
  /frameworks/base/docs/html/training/wearables/watch-faces/
configuration.jd 23 the watch face picker on the wearable. Users can choose the active watch face for their wearable
24 device by selecting it on the companion app or using the watch face picker on the wearable
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/picker/
DatePicker.java 17 package com.android.tv.settings.widget.picker;
28 public class DatePicker extends Picker {
  /frameworks/base/core/java/android/webkit/
WebChromeClient.java 436 * Parse the result returned by the file picker activity. This method should be used with
439 * @param resultCode the integer result code returned by the file picker activity.
440 * @param data the intent returned by the file picker activity.
480 * Creates an intent that would start a file picker for file selection.
506 * associated with this file picker.
508 * associated with this file picker.
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
wallpaper_manager.js 36 * URL of the learn more page for wallpaper picker.
43 * Index of the All category. It is the first category in wallpaper picker.
188 $('wallpaper-grid').classList.add('image-picker-offline');
193 * Toggle surprise me feature of wallpaper picker. It fires an storage
310 $('wallpaper-grid').classList.add('image-picker-offline');
314 $('wallpaper-grid').classList.remove('image-picker-offline');
408 // picker UI.
    [all...]
  /external/chromium_org/content/app/strings/
content_strings.grd 281 <message name="IDS_FORM_OTHER_DATE_LABEL" desc="Label for button that opens a full calendar picker so the user can choose dates other than the ones in the list." meaning="for date label">
284 <message name="IDS_FORM_OTHER_MONTH_LABEL" desc="Label for button that opens a full month picker so the user can choose dates other than the ones in the list." meaning="for month label">
287 <message name="IDS_FORM_OTHER_TIME_LABEL" desc="Label for button that opens a full time picker so the user can choose dates other than the ones in the list." meaning="for time label">
290 <message name="IDS_FORM_OTHER_WEEK_LABEL" desc="Label for button that opens a full week picker so the user can choose dates other than the ones in the list." meaning="for week label">
305 <message name="IDS_FORM_THIS_MONTH_LABEL" desc="Label for button in month picker to select this month.">
308 <message name="IDS_FORM_THIS_WEEK_LABEL" desc="Label for button in week picker to select this week.">
325 <message name="IDS_AX_CALENDAR_SHOW_MONTH_SELECTOR" desc="Accessible description of a button to show month selection panel in a calendar picker.">
328 <message name="IDS_AX_CALENDAR_SHOW_NEXT_MONTH" desc="Accessible description of a button to show next month in a calendar picker.">
331 <message name="IDS_AX_CALENDAR_SHOW_PREVIOUS_MONTH" desc="Accessible description of a button to show previous month in a calendar picker.">
    [all...]
  /frameworks/base/core/java/android/appwidget/
AppWidgetManager.java 51 * pick an AppWidget to display. The AppWidget picker activity will be launched.
227 * An intent extra to pass to the AppWidget picker containing a {@link java.util.List} of
240 * An intent extra to pass to the AppWidget picker containing a {@link java.util.List} of
243 * that is returned from the picker activity.
250 * An intent extra to pass to the AppWidget picker which allows the picker to filter
258 * An intent extra to pass to the AppWidget picker to specify whether or not to sort
799 * widgets always for your component. This method is used by the AppWidget picker and
    [all...]
  /frameworks/native/opengl/libagl/
matrix.cpp 136 vpt.transform.picker();
192 void transform_t::picker() function in class:android::transform_t
196 // XXX: picker needs to be smarter
209 void mvui_transform_t::picker() function in class:android::mvui_transform_t
453 transform.picker();
511 mvp4.picker();
521 mvp.picker();
596 mvit4.picker();
629 mvui.picker();
  /packages/apps/Settings/res/values/
arrays.xml 21 <!-- Choices for timezone picker first level.
24 <!-- The time zone picker screen has two levels. The first level allows the user to choose a region. -->
26 <!-- The next level of the time zoner picker should show time zones from the Americas. -->
28 <!-- The next level of the time zoner picker should show time zones from Europe. -->
30 <!-- The next level of the time zoner picker should show time zones from Africa. -->
32 <!-- The next level of the time zoner picker should show time zones from Asia. -->
34 <!-- The next level of the time zoner picker should show time zones from Australia. -->
36 <!-- The next level of the time zoner picker should show time zones from Pacific. -->
38 <!-- The next level of the time zoner picker should show time zones from ALL regions. -->
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
desktop_media_picker_views.cc 411 // picker will be shown modal to the web contents. Otherwise the picker is
423 // If the picker is not modal to the calling web contents then it is displayed
  /frameworks/base/core/java/android/widget/
TimePickerSpinnerDelegate.java 172 public void onValueChange(NumberPicker picker, int oldVal, int newVal) {
174 picker.requestFocus();
559 * Used to save / restore state of time picker
DatePicker.java 524 * A callback interface for updating input validity when the date picker
612 public void onValueChange(NumberPicker picker, int oldVal, int newVal) {
616 if (picker == mDaySpinner) {
625 } else if (picker == mMonthSpinner) {
633 } else if (picker == mYearSpinner) {
649 // calendar view day-picker
    [all...]
  /packages/services/Telephony/src/com/android/phone/
EditPhoneNumberPreference.java 215 //set contact picker
280 //set the link back to the parent activity, so that we may run the contact picker.
287 //set the link back to the parent activity, so that we may run the contact picker.
  /external/chromium_org/third_party/WebKit/Source/core/css/
html.css 712 input::-webkit-calendar-picker-indicator {
722 input::-webkit-calendar-picker-indicator:hover {
726 input:enabled:read-write:-webkit-any(:focus,:hover)::-webkit-calendar-picker-indicator,
727 input::-webkit-calendar-picker-indicator:focus {
740 input:disabled::-webkit-calendar-picker-indicator,
749 input[readonly]::-webkit-calendar-picker-indicator {
  /external/chromium_org/third_party/WebKit/Source/web/resources/
suggestionPicker.js 32 Picker.call(this, element, config);
42 SuggestionPicker.prototype = Object.create(Picker.prototype);
  /packages/apps/Settings/src/com/android/settings/
DateTimeSettingsSetupWizard.java 267 * on a tablet display, we really want more of a popup picker look' like the one we use
284 Log.e(TAG, "Unable to find zone picker anchor view " + anchorViewId);
  /packages/services/Telephony/src/com/android/phone/settings/fdn/
EditFdnContactScreen.java 95 /** static intent to invoke phone number picker */
123 * Also, process the results from the contact picker.
  /frameworks/base/docs/html/reference/com/google/android/gms/maps/
UiSettings.html 979 Gets whether the indoor level picker is enabled/disabled.
1209 Sets whether the indoor level picker is enabled when indoor mode is enabled.
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
TimePickerTest.java 133 // change time picker mode
  /external/chromium-trace/trace-viewer/src/cc/
layer_picker.js 23 var LayerPicker = ui.define('layer-picker');
  /external/chromium_org/chrome/browser/chromeos/login/lock/
webui_screen_locker.h 47 // the Oobe account picker screen.

Completed in 1486 milliseconds

1 2 3 4 5 6 78 91011>>