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

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Launcher3/WallpaperPicker/
README 1 This project contains the wallpaper picker for Launcher3. It's in a separate
4 picker (necessary to have the Eclipse build work
  /external/chromium-trace/trace-viewer/tracing/tracing/ui/extras/chrome/cc/
layer_picker.css 6 * /deep/ tr-ui-e-chrome-cc-layer-picker {
11 * /deep/ tr-ui-e-chrome-cc-layer-picker > top-controls {
24 * /deep/ tr-ui-e-chrome-cc-layer-picker > top-controls input[type='checkbox'] {
28 * /deep/ tr-ui-e-chrome-cc-layer-picker > .x-list-view {
34 * /deep/ tr-ui-e-chrome-cc-layer-picker > tr-ui-a-generic-object-view {
40 * /deep/ tr-ui-e-chrome-cc-layer-picker > tr-ui-a-generic-object-view * {
layer_tree_host_impl_view.css 12 * /deep/ .tr-ui-e-chrome-cc-lthi-s-view > tr-ui-e-chrome-cc-layer-picker {
  /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.
  /cts/tests/tests/widget/src/android/widget/cts/
DatePickerDialogTest.java 68 assertTrue("Showing date picker", d.isShowing());
71 assertTrue("Date picker still showing", d.isShowing());
74 assertFalse("Dismissed date picker", d.isShowing());
77 assertFalse("Date picker still dismissed", d.isShowing());
  /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/TvSettings/Settings/res/layout/
picker.xml 29 <view class="com.android.tv.settings.widget.picker.Picker$PickerLayout"
30 android:id="@+id/picker"
  /packages/apps/TvSettings/Settings/res/values/
widget-strings.xml 18 <!-- AM, PM for time picker [CHAR LIMIT=20] -->
23 <!-- Separator for date picker [CHAR LIMIT=2] -->
25 <!-- Separator for time picker [CHAR LIMIT=2] -->
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
SetDateTimeActivity.java 30 import com.android.tv.settings.widget.picker.DatePicker;
31 import com.android.tv.settings.widget.picker.Picker;
32 import com.android.tv.settings.widget.picker.PickerConstants;
33 import com.android.tv.settings.widget.picker.TimePicker;
46 private class DatePickerListener implements Picker.ResultListener {
78 private class TimePickerListener implements Picker.ResultListener {
118 final Picker.ResultListener resultListener;
149 final Picker picker = (Picker) getActionFragment() local
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
DocumentImagePicker.java 32 * picker. Instances of this class must be tied to a Fragment which is able to delegate activity
42 * Called when an document is selected from picker. At this point, the file hasn't been
53 // The listener on the picker events.
60 * @param activity The activity that owns the picker, or the activity that hosts the owning
70 * Intent out to open an image/video from document picker.
82 // Sometimes called after media item has been picked from the document picker.
85 // we're using the builtin photo picker which supplies the return
  /developers/build/prebuilts/gradle/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
BackgroundPickers.java 62 View picker = inflater.inflate(R.layout.background_picker, mContainer, false); local
63 TextView label = (TextView) picker.findViewById(R.id.bg_picker_label);
65 ViewGroup pickerBox = (ViewGroup) picker.findViewById(R.id.bg_picker_container);
71 mContainer.addView(picker);
76 * Returns the background resource for the picker at the given index.
77 * @param position Index of the background picker.
  /developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
BackgroundPickers.java 62 View picker = inflater.inflate(R.layout.background_picker, mContainer, false); local
63 TextView label = (TextView) picker.findViewById(R.id.bg_picker_label);
65 ViewGroup pickerBox = (ViewGroup) picker.findViewById(R.id.bg_picker_container);
71 mContainer.addView(picker);
76 * Returns the background resource for the picker at the given index.
77 * @param position Index of the background picker.
  /development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
BackgroundPickers.java 62 View picker = inflater.inflate(R.layout.background_picker, mContainer, false); local
63 TextView label = (TextView) picker.findViewById(R.id.bg_picker_label);
65 ViewGroup pickerBox = (ViewGroup) picker.findViewById(R.id.bg_picker_container);
71 mContainer.addView(picker);
76 * Returns the background resource for the picker at the given index.
77 * @param position Index of the background picker.
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/picker/
PickerColumn.java 17 package com.android.tv.settings.widget.picker;
23 * Picker column class used by {@link Picker}
  /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/support-library/index.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/apps/Launcher3/WallpaperPicker/res/values/
strings.xml 21 <!-- Button label on Wallpaper picker screen; user selects this button to set a specific wallpaper -->
24 but the wallpaper picker cannot load it -->
31 <!-- Shown when wallpapers are selected in Wallpaper picker -->
39 <!-- Accessibility string used as a label for a particular wallpaper in the Wallpaper Picker list.
47 <!-- Label on button in Wallpaper Picker to pick an image -->
  /packages/apps/Messaging/src/com/android/messaging/datamodel/data/
MediaPickerData.java 70 Assert.fail("Unknown loader id for gallery picker!");
74 LogUtil.w(LogUtil.BUGLE_TAG, "Loader created after unbinding the media picker");
93 Assert.fail("Unknown loader id for gallery picker!");
97 LogUtil.w(LogUtil.BUGLE_TAG, "Loader finished after unbinding the media picker");
115 Assert.fail("Unknown loader id for media picker!");
119 LogUtil.w(LogUtil.BUGLE_TAG, "Loader reset after unbinding the media picker");
135 Assert.fail("Unsupported loader id for media picker!");
  /frameworks/base/core/res/res/values-land/
dimens_material.xml 31 <!-- Material time picker dimensions. -->
32 <!-- Text size for the time picker header HH:MM label. This value is large
38 <!-- Radial picker is small until we hit sw380dp-land. -->
  /packages/providers/MediaProvider/res/values/
strings.xml 27 <!-- Choice in the ringtone picker. If chosen, the default ringtone will be used. -->
30 <!-- Choice in the notification sound picker. If chosen, the default notification sound will be
34 <!-- Choice in the alarm sound picker. If chosen, the default alarm sound will be used. -->
  /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

Completed in 686 milliseconds

1 2 3 4 5 6 7 8 91011>>