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

1 23 4 5 6 7

  /packages/apps/Gallery2/src/com/android/gallery3d/app/
PickerActivity.java 40 // We show the picker in two ways. One smaller screen we use a full
Wallpaper.java 26 * Wallpaper picker for the gallery application. This just redirects to the
  /packages/apps/Music/res/layout/
weekpicker.xml 20 <!-- Layout of time picker-->
  /frameworks/base/docs/html/resources/tutorials/views/
index.jd 72 <a href="hello-datepicker.html">Date Picker</a><br/>
78 <a href="hello-timepicker.html">Time Picker</a><br/>
  /system/core/libpixelflinger/
picker.cpp 1 /* libs/pixelflinger/picker.cpp
23 #include "picker.h"
  /frameworks/base/core/java/android/widget/
NumberPicker.java 405 * The current scroll state of the number picker.
427 * @param picker The NumberPicker associated with this listener.
431 void onValueChange(NumberPicker picker, int oldVal, int newVal);
435 * Interface to listen for the picker scroll state.
455 * Callback invoked while the number picker scroll state has changed.
481 * Create a new number picker.
490 * Create a new number picker.
500 * Create a new number picker
934 * Set the current value for the number picker.
    [all...]
TimePicker.java 50 * See the <a href="{@docRoot}resources/tutorials/views/hello-timepicker.html">Time Picker
224 public void onValueChange(NumberPicker picker, int oldVal, int newVal) {
226 picker.requestFocus();
297 * Used to save / restore state of time picker
DatePicker.java 56 * Picker tutorial</a>.
173 public void onValueChange(NumberPicker picker, int oldVal, int newVal) {
177 if (picker == mDaySpinner) {
186 } else if (picker == mMonthSpinner) {
194 } else if (picker == mYearSpinner) {
210 // calendar view day-picker
  /frameworks/base/core/java/android/appwidget/
AppWidgetManager.java 44 * The AppWidget picker activity will be launched.
114 * An intent extra to pass to the AppWidget picker containing a {@link java.util.List} of
121 * An intent extra to pass to the AppWidget picker containing a {@link java.util.List} of
124 * that is returned from the picker activity.
424 * AppWidget picker.
AppWidgetProviderInfo.java 123 * The label to display to the user in the AppWidget picker. If not supplied in the
132 * The icon to display for this AppWidget in the AppWidget picker. If not supplied in the
  /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. -->
  /development/samples/Home/src/com/example/android/home/
Wallpaper.java 37 * Wallpaper picker for the Home application. User can choose from
  /external/chromium/chrome/browser/ui/cocoa/
tab_view_picker_table_unittest.mm 34 // Initialize picker table.
  /frameworks/base/core/java/android/app/
TimePickerDialog.java 33 * <p>See the <a href="{@docRoot}resources/tutorials/views/hello-timepicker.html">Time Picker
DatePickerDialog.java 33 * <p>See the <a href="{@docRoot}resources/tutorials/views/hello-datepicker.html">Date Picker
  /packages/apps/Browser/src/com/android/browser/
DeviceAccountLogin.java 117 // Display the account picker.
  /packages/apps/Contacts/src/com/android/contacts/datepicker/
DatePicker.java 49 * <p>See the <a href="{@docRoot}resources/tutorials/views/hello-datepicker.html">Date Picker
111 public void onValueChange(NumberPicker picker, int oldVal, int newVal) {
140 public void onValueChange(NumberPicker picker, int oldVal, int newVal) {
155 public void onValueChange(NumberPicker picker, int oldVal, int newVal) {
  /packages/apps/Email/res/layout-sw600dp/
account_setup_account_type.xml 17 <!-- Account-type picker - tablet - see layout/ for small-screen version -->
  /packages/apps/Launcher2/res/values-sw600dp/
dimens.xml 61 <!-- dimensions for the wallpaper picker wallpaper thumbnail width -->
  /frameworks/base/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/VideoEditor/res/values/
strings.xml 12 <!-- Menu item used to launch the Gallery video clip picker. -->
14 <!-- Menu item used to launch the Gallery image picker. -->
16 <!-- Menu item used to launch the Music song picker. -->
104 <!-- Project picker -->
105 <!-- Text displayed in the project picker new project option [CHAR_LIMIT=18]-->
  /packages/apps/Email/src/com/android/email/activity/
ShortcutPickerFragment.java 166 /** Account picker */
277 /** Mailbox picker */
321 * Builds a mailbox shortcut picker for the given account.
  /packages/apps/Phone/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.
EditFdnContactScreen.java 86 /** static intent to invoke phone number picker */
115 * Also, process the results from the contact picker.
  /packages/apps/Settings/src/com/android/settings/
DateTimeSettingsSetupWizard.java 270 * on a tablet display, we really want more of a popup picker look' like the one we use
287 Log.e(TAG, "Unable to find zone picker anchor view " + anchorViewId);

Completed in 722 milliseconds

1 23 4 5 6 7