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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium-trace/catapult/tracing/tracing/ui/base/
grouping_table_groupby_picker_test.html 15 var picker = document.createElement(
16 'tr-ui-b-grouping-table-groupby-picker');
17 picker.settingsKey = 'basic-test';
18 picker.possibleGroups = [
25 picker.defaultGroupKeys = ['a', 'b', 'd'];
26 this.addHTMLOutput(picker);
30 var picker = document.createElement(
31 'tr-ui-b-grouping-table-groupby-picker');
32 picker.settingsKey = 'basic-test';
33 picker.possibleGroups =
    [all...]
radio_picker_test.html 16 var rp = document.createElement('tr-ui-b-radio-picker');
34 var container1 = tr.ui.b.createDiv({textContent: 'Radio Picker One'});
36 var rp = document.createElement('tr-ui-b-radio-picker');
38 rp.settingsKey = 'radio-picker-test-one';
46 textContent: 'Radio Picker Two (same settingKey as Radio Picker One)'});
48 var rp2 = document.createElement('tr-ui-b-radio-picker');
50 rp2.settingsKey = 'radio-picker-test-one';
63 var container1 = tr.ui.b.createDiv({textContent: 'Radio Picker One'});
65 var rp = document.createElement('tr-ui-b-radio-picker');
    [all...]
checkbox_picker_test.html 16 var cp = document.createElement('tr-ui-b-checkbox-picker');
26 var cp = document.createElement('tr-ui-b-checkbox-picker');
42 var cp = document.createElement('tr-ui-b-checkbox-picker');
53 var cp = document.createElement('tr-ui-b-checkbox-picker');
67 var container1 = tr.ui.b.createDiv({textContent: 'Checkbox Picker One'});
69 var cp = document.createElement('tr-ui-b-checkbox-picker');
70 cp.settingsKey = 'checkbox-picker-test-one';
87 'Checkbox Picker Two (Same settingsKey as Checkbox Picker One)'});
89 var cp2 = document.createElement('tr-ui-b-checkbox-picker');
    [all...]
  /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/webrtc/webrtc/base/
macwindowpicker_unittest.cc 28 MacWindowPicker picker, picker2; local
31 EXPECT_TRUE(picker.Init());
32 EXPECT_TRUE(picker.GetWindowList(&descriptions));
35 EXPECT_FALSE(picker.Init());
36 EXPECT_FALSE(picker.GetWindowList(&descriptions));
windowpicker_unittest.cc 28 rtc::scoped_ptr<rtc::WindowPicker> picker(
30 EXPECT_TRUE(picker->Init());
32 EXPECT_TRUE(picker->GetWindowList(&descriptions));
43 rtc::scoped_ptr<rtc::WindowPicker> picker(
45 EXPECT_TRUE(picker->Init());
47 EXPECT_TRUE(picker->GetDesktopList(&descriptions));
51 EXPECT_TRUE(picker->GetDesktopDimensions(descriptions[0].id(), &width,
  /external/chromium-trace/catapult/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 * {
  /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 */
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
TimePickerCompat.java 38 * Displays and handles callback for time picker UI.
49 // Tag for timer picker fragment in FragmentManager.
56 * Pre-L implementation of timer picker UI.
91 * Post-L implmenetation of timer picker UI.
137 * Show the time picker dialog for post-L devices.
141 * we use it as the target fragment of the time picker fragment, so later
145 * @param use24hourFormat Whether or not the time picker should use 24-hour format if supported.
159 final TimePickerPostL picker = new TimePickerPostL(); local
160 picker.setTargetFragment(targetFragment, 0);
161 picker.setOnTimeSetListener((OnTimeSetListener) targetFragment)
173 TimerPickerPreL picker = TimerPickerPreL.newInstance(targetFragment, hour, local
    [all...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/picker/
Picker.java 15 package android.support.v17.leanback.widget.picker;
39 * Picker is a widget showing multiple customized {@link PickerColumn}s. The PickerColumns are
44 * Picker has two states and will change height:
45 * <li>{@link #isActivated()} is true: Picker shows typically three items vertically (see
47 * shows one item if the Picker is focused. On a touch screen device, the Picker will not get focus
48 * so it always show three items on all columns. On a non-touch device (a TV), the Picker will show
49 * three items only on currently activated column. If the Picker has focus, it will intercept DPAD
51 * <li>{@link #isActivated()} is false: Picker shows one item vertically (see
52 * {@link #getVisibleItemCount()}) on all columns. The size of Picker shrinks
    [all...]
  /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());
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/dialog/
DurationPickerDialog.java 40 final DurationPicker picker = new DurationPicker(activity); local
44 alert.setView(picker);
48 done.onSet(picker.getDuration());
  /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...]
  /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/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}
  /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. -->
51 <!-- Name of alarm in the alarm sound picker: theme:motion, style:ambient tempo:flowing -->
53 <!-- Name of alarm in the alarm sound picker: theme:motion, style:soft pure tones
56 <!-- Name of alarm in the alarm sound picker: theme:motion, style:traditional tempo:mid -->
58 <!-- Name of alarm in the alarm sound picker: theme:motion, style:rhythmic tempo:up-tempo -->
60 <!-- Name of alarm in the alarm sound picker: theme:motion, style:traditional tempo:mid -->
62 <!-- Name of alarm in the alarm sound picker: theme:motion, style:traditional tempo:mid -->
64 <!-- Name of alarm in the alarm sound picker: theme:motion, style:digital tempo:mid --
    [all...]

Completed in 853 milliseconds

1 2 3 4 5 6 7 8 91011>>