HomeSort by relevance Sort by last modified time
    Searched full:picker (Results 51 - 75 of 432) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/preference/
RingtonePreference.java 81 * Returns the sound type(s) that are shown in the picker.
83 * @return The sound type(s) that are shown in the picker.
91 * Sets the sound type(s) that are shown in the picker.
93 * @param type The sound type(s) that are shown in the picker.
141 // Launch the ringtone picker
153 * Prepares the intent to launch the ringtone picker. This can be modified
154 * to adjust the parameters of the ringtone picker.
156 * @param ringtonePickerIntent The ringtone picker intent that can be
  /frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
NumberPickerBindingAdapter.java 54 public void onValueChange(NumberPicker picker, int oldVal, int newVal) {
56 listener.onValueChange(picker, oldVal, newVal);
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
GuidedDatePickerAction.java 18 import android.support.v17.leanback.widget.picker.DatePicker;
51 * Sets format of date Picker or null for default. The format is a case insensitive String
63 * Sets a Date for date picker in milliseconds since January 1, 1970 00:00:00 in
73 * Sets minimal Date for date picker in milliseconds since January 1, 1970 00:00:00 in
83 * Sets maximum Date for date picker in milliseconds since January 1, 1970 00:00:00 in
134 * Returns format of date Picker or null if not specified. The format is a case insensitive
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/picker/
Picker.java 17 package com.android.tv.settings.widget.picker;
49 * Picker class
51 public abstract class Picker extends Fragment {
81 * Classes extending {@link Picker} should override this method to supply
87 * Classes extending {@link Picker} can choose to override this method to
118 final ViewGroup rootView = (ViewGroup) inflater.inflate(R.layout.picker, container, false);
119 final PickerLayout pickerView = (PickerLayout) rootView.findViewById(R.id.picker);
358 * Classes extending {@link Picker} can override this function to supply the
457 private Picker mChildFocusListener;
483 public void setChildFocusListener(Picker childFocusListener)
    [all...]
TimePicker.java 17 package com.android.tv.settings.widget.picker;
29 public class TimePicker extends Picker {
78 TimePicker picker = new TimePicker(); local
82 picker.setArguments(args);
83 return picker;
PickerConstants.java 17 package com.android.tv.settings.widget.picker;
26 * Picker related constants
  /packages/apps/DeskClock/src/com/android/deskclock/
NumberPickerCompat.java 126 public void onValueChange(NumberPicker picker, int oldVal, int newVal) {
128 mOnValueChangedListener.onValueChange(picker, oldVal, newVal);
182 * @param picker The number picker whose value changed.
187 void onAnnounceValueChanged(NumberPicker picker, int value, String displayedValue);
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
MediaChooser.java 40 /** The media picker that the chooser is hosted in */
43 /** Referencing the main media picker binding to perform data loading */
62 * @param mediaPicker The media picker that the chooser is hosted in
174 * Typically the media picker is closed when the IME is opened, but this allows the chooser to
196 * Returns true if the chooser is owning any incoming touch events, so that the media picker
MediaPicker.java 65 /** The listener interface for events from the media picker */
67 /** Called when the media picker is opened so the host can accommodate the UI */
71 * Called when the media picker goes into or leaves full screen mode so the host can
88 * Called when the media picker is closed. Always called immediately after onItemsSelected
112 // Media type constants that the media picker supports
132 /** The list of choosers which could be within the media picker */
153 /** True if the media picker is visible */
156 /** The theme color to use to make the media picker match the rest of the UI */
162 /** Handles picking image from the document picker */
308 * Sets the theme color to make the media picker match the surrounding U
    [all...]
  /frameworks/base/docs/html/training/wearables/ui/
index.jd 52 <dt><a href="{@docRoot}training/wearables/ui/2d-picker.html">Creating a 2D Picker</a></dt>
53 <dd>Learn how to implement the 2D Picker UI pattern to navigate through pages of data.</dd>
  /packages/apps/DeskClock/src/com/android/deskclock/settings/
SnoozeLengthDialog.java 36 * A dialog preference that shows a number picker for selecting snooze length
74 public void onAnnounceValueChanged(NumberPicker picker, int value,
78 picker.announceForAccessibility(announceString);
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
ThirdPartyWallpaperPickerListAdapter.java 75 // Get list of image picker intents
92 // and live wallpaper picker
98 // Exclude any package that already responds to the image picker intent
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/picker/
PickerConstant.java 15 package android.support.v17.leanback.widget.picker;
25 * Date/Time Picker related constants
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
ControlPanelLayout.java 28 * the shutter button, thumbnail, front/back camera picker, and mode picker.
  /packages/apps/Messaging/res/layout/
conversation_fragment.xml 29 <!-- This FrameLayout will take all available height (excluding media picker)
61 <!-- Attachments to send, compose message view, media picker. -->
  /external/chromium-trace/catapult/perf_insights/perf_insights/ui/reports/
v8_report.html 79 <tr-ui-b-grouping-table-groupby-picker id="picker">
80 </tr-ui-b-grouping-table-groupby-picker>
122 var picker = this.$.picker;
123 picker.settingsKey = 'v8-report-grouping-picker';
124 picker.possibleGroups = [
162 picker.defaultGroupKeys = [
165 picker.addEventListener('current-groups-changed'
    [all...]
  /external/chromium-trace/catapult/tracing/tracing/ui/extras/drive/
index.html 196 // Use the Google API Loader script to load the google.picker script.
204 gapi.load('picker', {'callback': onPickerApiLoad});
247 var view = new google.picker.View(google.picker.ViewId.DOCS);
249 var picker = new google.picker.PickerBuilder()
250 .enableFeature(google.picker.Feature.NAV_HIDDEN)
251 .enableFeature(google.picker.Feature.MULTISELECT_ENABLED)
255 .addView(new google.picker.DocsUploadView())
259 picker.setVisible(true)
    [all...]
  /frameworks/base/media/java/android/media/
RingtoneManager.java 54 * To show a ringtone picker to the user, use the
55 * {@link #ACTION_RINGTONE_PICKER} intent to launch the picker as a subactivity.
89 * Activity Action: Shows a ringtone picker.
102 * Given to the ringtone picker as a boolean. Whether to show an item for
111 * Given to the ringtone picker as a boolean. Whether to show an item for
121 * Given to the ringtone picker as a boolean. Whether to include DRM ringtones.
129 * Given to the ringtone picker as a {@link Uri}. The {@link Uri} of the
144 * Given to the ringtone picker as a {@link Uri}. The {@link Uri} of the
150 * ringtone picker for some other type of sound, you are free to provide any
157 * Given to the ringtone picker as an int. Specifies which ringtone type(s) should b
    [all...]
  /frameworks/base/packages/WallpaperCropper/res/values/
strings.xml 18 <!-- Button label on Wallpaper picker screen; user selects this button to set a specific wallpaper -->
  /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 25 * Controller class to communicate among the various components of the date picker dialog.
  /packages/apps/Contacts/src/com/android/contacts/list/
OnContactPickerActionListener.java 22 * Action callbacks that can be sent by a contact picker.
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
OnPhoneNumberPickerActionListener.java 23 * Action callbacks that can be sent by a phone number picker.
  /packages/apps/Launcher2/res/values/
wallpapers.xml 25 wallpaper picker, add them to this list. For each foo.jpg be sure
  /packages/apps/Messaging/src/com/android/messaging/ui/contact/
AllContactsListViewHolder.java 25 * Holds the all contacts view for the contact picker's view pager.

Completed in 1305 milliseconds

1 23 4 5 6 7 8 91011>>