/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_org/third_party/libjingle/source/talk/base/ |
macwindowpicker_unittest.cc | 22 MacWindowPicker picker, picker2; local 25 EXPECT_TRUE(picker.Init()); 26 EXPECT_TRUE(picker.GetWindowList(&descriptions)); 29 EXPECT_FALSE(picker.Init()); 30 EXPECT_FALSE(picker.GetWindowList(&descriptions));
|
windowpicker_unittest.cc | 19 talk_base::scoped_ptr<talk_base::WindowPicker> picker( 21 EXPECT_TRUE(picker->Init()); 23 EXPECT_TRUE(picker->GetWindowList(&descriptions)); 34 talk_base::scoped_ptr<talk_base::WindowPicker> picker( 36 EXPECT_TRUE(picker->Init()); 38 EXPECT_TRUE(picker->GetDesktopList(&descriptions)); 42 EXPECT_TRUE(picker->GetDesktopDimensions(descriptions[0].id(), &width,
|
/external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/ |
manifest.json | 4 "name": "Wallpaper Picker", 5 // Updates version to 0.2 for v2 version wallpaper picker. Otherwise the event 9 "description": "An experimental wallpaper picker UI",
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/ |
DateDialogNormalizer.java | 18 private static void setLimits(DatePicker picker, long minMillis, long maxMillis) { 27 int currentYear = picker.getYear(); 28 int currentMonth = picker.getMonth(); 29 int currentDayOfMonth = picker.getDayOfMonth(); 30 picker.updateDate(maxCal.get(Calendar.YEAR), 33 picker.setMinDate(minCal.getTimeInMillis()); 34 picker.updateDate(minCal.get(Calendar.YEAR), 37 picker.setMaxDate(maxCal.getTimeInMillis()); 41 picker.updateDate(currentYear, currentMonth, currentDayOfMonth); 59 static void normalize(DatePicker picker, OnDateChangedListener listener [all...] |
/frameworks/webview/chromium/overlay/frameworks/base/core/res/res/values/ |
strings.xml | 19 <!-- Date/time picker dialog strings --> 20 <!-- Title for the date picker dialog, which can be used to choose a date. [CHAR-LIMIT=32] --> 22 <!-- Label for 'set' button in date picker dialog, used to replace the contents of a field with the chosen date [CHAR-LIMIT=12] --> 24 <!-- Label for 'clear' button in date picker dialog, used to replace the contents of a field with the empty string [CHAR-LIMIT=12] --> 26 <!-- Label for 'other' button in date picker dialog and time picker dialog, used to close the list of suggestions and open the the full date/time picker [CHAR-LIMIT=32] --> 28 <!-- Title for the date/time picker dialog, which can be used to choose a date and time. [CHAR-LIMIT=32] --> 30 <!-- Title for the time picker dialog, which can be used to choose a time. [CHAR-LIMIT=32] --> 32 <!-- Value for AM in AM/PM in the time picker dialog. AM represents the morning (ante-meridiem). [CHAR-LIMIT=4] -- [all...] |
/external/chromium_org/win8/metro_driver/ |
file_picker_ash.h | 24 // Creates a file picker for open_file_name. 33 // Runs the picker, returns true on success. 45 // Creates, configures and starts a file picker. 46 // If the HRESULT returned is a failure code the file picker has not started, 50 // True iff a file picker has successfully finished. 53 // The title of the file picker. 69 // Initiate a file picker, must be called on the main metro thread. 104 // Called asynchronously when a single file picker is done. 107 // Called asynchronously when a multi file picker is done. 116 // True if the multi file picker is to be displayed [all...] |
file_picker.h | 10 // Metro file picker to pick a single or multiple file names.
|
file_picker.cc | 86 // Creates a file picker for open_file_name. 89 // Runs the picker, returns true on success. 93 // Creates, configures and starts a file picker. 94 // If the HRESULT returned is a failure code the file picker has not started, 98 // The parameters to our picker. 102 // True iff a file picker has successfully finished. 106 // Initiate a file picker, must be called on the metro dispatcher's thread. 126 // Called asynchronously when a single file picker is done. 129 // Called asynchronously when a multi file picker is done. 150 // Called asynchronously when the save file picker is done 279 mswr::ComPtr<winstorage::Pickers::IFileOpenPicker> picker; local 447 mswr::ComPtr<winstorage::Pickers::IFileSavePicker> picker; local [all...] |
/external/chromium-trace/trace-viewer/src/cc/ |
layer_picker.css | 6 layer-picker { 11 layer-picker > top-controls { 22 layer-picker > .x-list-view { 28 layer-picker > x-generic-object-view { 34 layer-picker > x-generic-object-view * {
|
layer_tree_host_impl_view.css | 11 .lthi-s-view > layer-picker {
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
screen_account_picker.html | 1 <div id="account-picker" class="step faded hidden no-logo">
|
screen_account_picker.css | 6 .account-picker.flying-pods #account-picker {
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/desktopCapture/ |
manifest.json | 3 "description": "Show desktop media picker UI",
|
/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.
|
/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);
|
/external/chromium_org/content/public/android/java/strings/ |
android_content_strings.grd | 14 <message desc="Title for the date picker dialog, which can be used to choose a date. [CHAR-LIMIT=32]" name="IDS_DATE_PICKER_DIALOG_TITLE"> 17 <message desc="Label for 'set' button in date picker dialog and time picker dialog, used to replace the contents of a field with the chosen date or time [CHAR-LIMIT=12]" name="IDS_DATE_PICKER_DIALOG_SET"> 20 <message desc="Label for 'clear' button in date picker dialog and time picker dialog, used to replace the contents of a field with the empty string [CHAR-LIMIT=12]" name="IDS_DATE_PICKER_DIALOG_CLEAR"> 23 <message desc="Label for 'other' button in date picker dialog and time picker dialog, used to close the list of suggestions and open the the full date/time picker [CHAR-LIMIT=32]" name="IDS_DATE_PICKER_DIALOG_OTHER_BUTTON_LABEL"> 26 <message desc="Title for the date/time picker dialog, which can be used to choose a date and time. [CHAR-LIMIT=32]" name="IDS_DATE_TIME_PICKER_DIALOG_TITLE"> 29 <message desc="Title for the time picker dialog, which can be used to choose a time. [CHAR-LIMIT=32]" name="IDS_TIME_PICKER_DIALOG_TITLE" [all...] |
/development/samples/BusinessCard/ |
_index.html | 2 picker from within an activity. This sample also uses reflection to ensure
|
/external/chromium_org/chrome/browser/media/ |
desktop_media_list_observer.h | 8 // Interface implemented by the desktop media picker dialog to receive
|
/external/chromium_org/chrome/browser/ui/ |
user_data_dir_dialog.h | 14 // Shows a user data directory picker dialog. The method blocks while the dialog
|
/external/chromium_org/ui/android/java/src/org/chromium/ui/ |
ColorSuggestion.java | 9 * the simple color picker.
|
/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
|