/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/ui/android/java/src/org/chromium/ui/picker/ |
DateDialogNormalizer.java | 5 package org.chromium.ui.picker; 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) [all...] |
/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/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 448 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/third_party/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_org/chrome/common/extensions/docs/examples/api/desktopCapture/ |
manifest.json | 3 "description": "Show desktop media picker UI",
|
/external/chromium_org/ui/login/account_picker/ |
screen_account_picker.html | 1 <div id="account-picker" class="step faded hidden no-logo" hidden>
|
/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.
|
/external/chromium_org/chrome/browser/chromeos/extensions/ |
wallpaper_manager_browsertest.cc | 55 << "Wallpaper picker window was not created."; 57 << "Wallpaper picker was not loaded."; 65 // Test for crbug.com/410550. Wallpaper picker should be able to create
|
/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/ui/android/java/strings/ |
android_ui_strings.grd | 96 <message desc="Error shown when the browser is restarted due to low memory during a file picker operation. [CHAR-LIMIT=NONE]" name="IDS_LOW_MEMORY_ERROR"> 150 <message desc="Content description for the date time picker month component. [CHAR-LIMIT=32]" name="IDS_ACCESSIBILITY_DATE_PICKER_MONTH"> 153 <message desc="Content description for the date time picker year component. [CHAR-LIMIT=32]" name="IDS_ACCESSIBILITY_DATE_PICKER_YEAR"> 156 <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"> 159 <message desc="Title for the month picker dialog, which can be used to choose a month. [CHAR-LIMIT=32]" name="IDS_MONTH_PICKER_DIALOG_TITLE"> 162 <message desc="Content description for the date time picker week component. [CHAR-LIMIT=32]" name="IDS_ACCESSIBILITY_DATE_PICKER_WEEK"> 165 <message desc="Title for the week picker dialog, which can be used to choose a week. [CHAR-LIMIT=32]" name="IDS_WEEK_PICKER_DIALOG_TITLE"> 168 <message desc="Value for AM in AM/PM in the time picker dialog. AM represents the morning (ante-meridiem). [CHAR-LIMIT=12]" name="IDS_TIME_PICKER_DIALOG_AM"> 171 <message desc="Value for PM in AM/PM in the time picker dialog. PM represents the afternoon (post-meridiem). [CHAR-LIMIT=12]" name="IDS_TIME_PICKER_DIALOG (…) [all...] |
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/picker/ |
Picker.java | 17 package com.android.tv.settings.widget.picker; 48 * Picker class 50 public class Picker extends Fragment { 95 public static Picker newInstance() { 96 return new Picker(); 100 * Classes extending {@link Picker} should override this method to supply 108 * Classes extending {@link Picker} can choose to override this method to 116 * Classes extending {@link Picker} can choose to override this method to 117 * supply the {@link Picker}'s root layout id 120 return R.layout.picker; [all...] |
PickerColumn.java | 17 package com.android.tv.settings.widget.picker; 23 * Picker column class used by {@link Picker}
|
/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.
|
/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
|