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

1 2

  /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));
  /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/DocumentsUI/src/com/android/documentsui/picker/
Config.java 17 package com.android.documentsui.picker;
LoadLastAccessedStackTask.java 17 package com.android.documentsui.picker;
SetLastAccessedStackTask.java 17 package com.android.documentsui.picker;
CreatePickedDocumentTask.java 17 package com.android.documentsui.picker;
LastAccessedStorage.java 17 package com.android.documentsui.picker;
MenuManager.java 17 package com.android.documentsui.picker;
OverwriteConfirmFragment.java 17 package com.android.documentsui.picker;
PickFragment.java 17 package com.android.documentsui.picker;
135 * @param action Which action defined in State is the picker shown for.
PickActivity.java 17 package com.android.documentsui.picker;
61 static final String PREFERENCES_SCOPE = "picker";
SaveFragment.java 17 package com.android.documentsui.picker;
ActionHandler.java 17 package com.android.documentsui.picker;
55 import com.android.documentsui.picker.ActionHandler.Addons;
132 // destination picker (user is already in Files app).
LastAccessedProvider.java 17 package com.android.documentsui.picker;
  /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());
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/picker/
TestActivity.java 17 package com.android.documentsui.picker;
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/picker/
PickerColumn.java 15 package android.support.v17.leanback.widget.picker;
18 * Picker column class used by {@link Picker}, defines a contiguous value ranges and associated
19 * labels. A PickerColumn has a minValue and maxValue to choose between. The Picker column has
PickerUtility.java 17 package android.support.v17.leanback.widget.picker;
TimePicker.java 17 package android.support.v17.leanback.widget.picker;
36 * {@link TimePicker} is a direct subclass of {@link Picker}.
39 * current system locale. The time can be selected by hour, minute, and AM/PM picker columns.
46 * true. Each individual time picker field can be set at any time by calling {@link #setHour(int)},
48 * time by calling {@link #setIs24Hour(boolean)}, and the AM/PM picker column will be activated or
54 public class TimePicker extends Picker {
109 mPickerView = findViewById(R.id.picker);
157 * @return the time picker format string based on the current system locale and the layout
213 throw new IllegalArgumentException("Invalid time picker format.");
325 * Sets whether this widget displays a 24-hour mode or a 12-hour mode with an AM/PM picker
    [all...]
DatePicker.java 15 package android.support.v17.leanback.widget.picker;
36 * {@link DatePicker} is a directly subclass of {@link Picker}.
48 public class DatePicker extends 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.
  /cts/tests/autofillservice/src/android/autofillservice/cts/
VirtualContainerActivityTest.java 99 // Play around with focus to make sure picker is properly drawn.
178 // Play around with focus to make sure picker is properly drawn.
265 final UiObject2 picker = sUiBot.assertDatasets("The Dude", "Jenny"); local
266 sUiBot.selectDataset(picker, pickFirst? "The Dude" : "Jenny");
374 * Asserts the dataset picker is properly displayed in a give line.
379 assertWithMessage("vertical coordinates don't match; picker=%s, field=%s", pickerBounds,
381 assertWithMessage("horizontal coordinates don't match; picker=%s, field=%s", pickerBounds,
  /packages/apps/Settings/src/com/android/settings/accessibility/
ListDialogPreference.java 147 final View picker = LayoutInflater.from(context).inflate(dialogLayout, null); local
149 final AbsListView list = (AbsListView) picker.findViewById(android.R.id.list);
171 builder.setView(picker);

Completed in 240 milliseconds

1 2