OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:picker
(Results
26 - 50
of
414
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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
...]
/external/chromium_org/ui/android/java/src/org/chromium/ui/picker/
TwoFieldDatePicker.java
5
package org.chromium.ui.
picker
;
64
public void onValueChange(NumberPicker
picker
, int oldVal, int newVal) {
68
if (
picker
== mPositionInYearSpinner) {
70
if (oldVal ==
picker
.getMaxValue() && newVal ==
picker
.getMinValue()) {
73
} else if (oldVal ==
picker
.getMinValue() && newVal ==
picker
.getMaxValue()) {
77
} else if (
picker
== mYearSpinner) {
/external/chromium_org/ui/login/account_picker/
screen_account_picker.css
6
.account-
picker
.flying-pods #account-
picker
{
/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 -->
dimens.xml
18
<!-- Wallpaper
picker
-->
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/picker/
TimePicker.java
17
package com.android.tv.settings.widget.
picker
;
29
public class TimePicker extends
Picker
{
55
TimePicker
picker
= new TimePicker();
local
59
picker
.setArguments(args);
60
return
picker
;
/external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/css/
wallpaper_manager.css
27
/* TODO(bshe): Once http://crbug.com/369651 fixed, use .image-
picker
instead of
174
.image-
picker
{
190
.image-
picker
.spacer {
194
.image-
picker
> * {
201
.image-
picker
[role=listitem] {
209
.image-
picker
:not([disabled]) [role=listitem]:hover {
214
.image-
picker
.check {
241
.image-
picker
img {
246
.image-
picker
[disabled]~.bottom-bar #online-wallpaper-attribute,
247
.image-
picker
[disabled] .check
[
all
...]
/external/chromium_org/chrome/browser/media/
desktop_media_list.h
16
// tabs), and their thumbnails, to the desktop media
picker
dialog. It
18
// media
picker
when something changes.
45
// Sets ID of the hosting desktop
picker
dialog. The window with this ID will
/packages/providers/MediaProvider/res/values/
strings.xml
30
<!-- Choice in the ringtone
picker
. If chosen, the default ringtone will be used. -->
33
<!-- Choice in the notification sound
picker
. If chosen, the default notification sound will be
37
<!-- 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
/frameworks/base/core/java/android/widget/
DatePickerController.java
22
* Controller class to communicate among the various components of the date
picker
dialog.
OnDateChangedListener.java
20
* The callback used to notify other date
picker
components of a change in the selected date.
/packages/apps/Contacts/src/com/android/contacts/list/
OnEmailAddressPickerActionListener.java
21
* Action callbacks that can be sent by a email address
picker
.
OnPostalAddressPickerActionListener.java
21
* Action callbacks that can be sent by a postal address
picker
.
/packages/apps/Gallery/src/com/android/camera/
PickWallpaper.java
20
* Wallpaper
picker
for the camera application.
/system/core/libpixelflinger/
picker.h
1
/* libs/pixelflinger/
picker
.h
/external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
constants.js
10
AccessRssKey: 'wallpaper-
picker
-surprise-rss-key',
15
AccessManifestKey: 'wallpaper-
picker
-manifest-key',
/external/chromium_org/chrome/browser/ui/webui/signin/
user_manager_ui_browsertest.cc
44
// If the page has loaded correctly, then there should be an account
picker
.
49
"document.getElementsByClassName('account-
picker
').length)",
/external/chromium_org/chrome/common/extensions/api/
desktop_capture.json
21
"description": "Shows desktop media
picker
UI with the specified set of sources.",
55
"description": "Hides desktop media
picker
dialog shown by chooseDesktopMedia().",
/frameworks/base/core/java/android/preference/
RingtonePreference.java
80
* Returns the sound type(s) that are shown in the
picker
.
82
* @return The sound type(s) that are shown in the
picker
.
90
* Sets the sound type(s) that are shown in the
picker
.
92
* @param type The sound type(s) that are shown in the
picker
.
140
// Launch the ringtone
picker
152
* Prepares the intent to launch the ringtone
picker
. This can be modified
153
* to adjust the parameters of the ringtone
picker
.
155
* @param ringtonePickerIntent The ringtone
picker
intent that can be
/frameworks/base/docs/html/design/building-blocks/
pickers.jd
34
<p>Android provides these as ready-to-use dialogs. Each
picker
is a dialog with a set of controls for
37
correctly. The format of a time and date
picker
adjusts automatically to the locale.</p>
/frameworks/base/docs/html/training/wearables/ui/
2d-picker.jd
1
page.title=Creating a 2D
Picker
19
<p>The <a href="{@docRoot}design/wear/structure.html#2DPicker">2D
Picker
</a> pattern in Android
47
your 2D
picker
works on both round and square devices.</p>
92
<p>The
picker
calls <code>getFragment</code> and <code>getBackground</code> to retrieve the content
121
<p>The <code>getRowCount</code> method tells the
picker
how many rows of content are
122
available, and the <code>getColumnCount</code> method tells the
picker
how many columns
142
combine different types of pages in the same 2D
picker
, such as cards, action icons, and custom
153
implement a 1D
picker
with only one row or only one column.</p>
Completed in 567 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>