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

1 2 3 4 5 6 7 8 91011>>

  /developers/build/prebuilts/gradle/DirectShare/.google/
packaging.yaml 16 - android:android.service.chooser.ChooserTargetService
17 - android:android.service.chooser.ChooserTarget
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
MediaChooser.java 40 /** The media picker that the chooser is hosted in */
46 /** True if this is the selected chooser */
49 /** True if this chooser is open */
56 * this chooser to function.
61 * Initializes a new instance of the Chooser class
62 * @param mediaPicker The media picker that the chooser is hosted in
116 /** Allows the chooser to handle full screen change */
119 /** Allows the chooser to handle the chooser being opened or closed */
124 /** @return The bit field of media types that this chooser can pick *
    [all...]
MediaPicker.java 104 * Called when a new media chooser is selected.
138 /** The currently selected chooser */
144 /** The linear layout that holds the icons to select individual chooser tabs */
229 for (final MediaChooser chooser : mChoosers) {
230 chooser.onCreateTabButton(inflater, mTabStrip);
231 final boolean enabled = (chooser.getSupportedMediaTypes() & mSupportedMediaTypes) !=
233 final ImageButton tabButton = chooser.getTabButton();
280 for (final MediaChooser chooser : mEnabledChoosers) {
281 chooser.onPause();
290 for (final MediaChooser chooser : mEnabledChoosers)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
tkColorChooser.py 1 # tk common colour chooser dialogue
26 # color chooser class
28 class Chooser(Dialog):
49 # to simplify application code, the color chooser returns
65 return Chooser(**options).show()
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
tkColorChooser.py 1 # tk common colour chooser dialogue
26 # color chooser class
28 class Chooser(Dialog):
49 # to simplify application code, the color chooser returns
65 return Chooser(**options).show()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
tkColorChooser.py 1 # tk common colour chooser dialogue
26 # color chooser class
28 class Chooser(Dialog):
49 # to simplify application code, the color chooser returns
65 return Chooser(**options).show()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
tkColorChooser.py 1 # tk common colour chooser dialogue
26 # color chooser class
28 class Chooser(Dialog):
49 # to simplify application code, the color chooser returns
65 return Chooser(**options).show()
  /developers/samples/android/content/DirectShare/
template-params.xml 49 <android>android.service.chooser.ChooserTargetService</android>
50 <android>android.service.chooser.ChooserTarget</android>
60 system Intent chooser dialog. This sample is a dummy messaging app, and just like any other
63 also shows some of contacts directly in the chooser dialog.
70 android:name as android.service.chooser.chooser_target_service, and point the android:value to the
73 [1]: https://developer.android.com/reference/android/service/chooser/package-summary.html
74 [2]: https://developer.android.com/reference/android/service/chooser/ChooserTargetService.html
75 [3]: https://developer.android.com/reference/android/service/chooser/ChooserTargetService.html#onGetChooserTargets(android.content.ComponentName%2C%20android.content.IntentFilter)
  /frameworks/base/core/java/android/service/chooser/
IChooserTargetResult.aidl 17 package android.service.chooser;
19 import android.service.chooser.ChooserTarget;
IChooserTargetService.aidl 17 package android.service.chooser;
21 import android.service.chooser.IChooserTargetResult;
ChooserTarget.aidl 17 package android.service.chooser;
ChooserTargetService.java 18 package android.service.chooser;
38 * made at the moment the chooser is invoked, including but not limited to user time
41 * are shown in the list of intent handlers shown in the system chooser or resolver.</p>
51 * &lt;action android:name="android.service.chooser.ChooserTargetService" />
63 * <code>android.service.chooser.chooser_target_service</code> and a value corresponding to
71 * &lt;meta-data android:name="android.service.chooser.chooser_target_service"
87 public static final String SERVICE_INTERFACE = "android.service.chooser.ChooserTargetService";
93 public static final String META_DATA_NAME = "android.service.chooser.chooser_target_service";
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
LocaleMenuListener.java 78 static void show(final ConfigurationChooser chooser, ToolItem combo) {
79 Menu menu = new Menu(chooser.getShell(), SWT.POP_UP);
80 Configuration configuration = chooser.getConfiguration();
81 List<Locale> locales = chooser.getLocaleList();
85 String title = ConfigurationChooser.getLocaleLabel(chooser, locale, false);
96 LocaleMenuListener listener = new LocaleMenuListener(chooser, ACTION_SET_LOCALE,
106 "Preview All Locales", chooser, RenderPreviewMode.LOCALES);
114 LocaleMenuListener listener = new LocaleMenuListener(chooser,
ConfigurationMenuListener.java 142 static void show(ConfigurationChooser chooser, ToolItem combo) {
143 Menu menu = new Menu(chooser.getShell(), SWT.POP_UP);
148 new ConfigurationMenuListener(chooser, ACTION_ADD, null, null),
152 new ConfigurationMenuListener(chooser, ACTION_DELETE_ALL, null, null),
169 new ConfigurationMenuListener(chooser, ACTION_PREVIEW_MODE, null,
172 new ConfigurationMenuListener(chooser, ACTION_PREVIEW_MODE, null,
176 new ConfigurationMenuListener(chooser, ACTION_PREVIEW_MODE, null,
178 if (chooser.getLocaleList().size() <= 1) {
183 IProject project = chooser.getProject();
186 final List<Reference> includedBy = finder.getIncludedBy(chooser.getEditedFile())
    [all...]
ActivityMenuListener.java 82 static void show(ConfigurationChooser chooser, ToolItem combo) {
84 Menu menu = new Menu(chooser.getShell(), SWT.POP_UP);
86 Configuration configuration = chooser.getConfiguration();
96 new ActivityMenuListener(chooser, ACTION_OPEN_ACTIVITY, null));
102 IProject project = chooser.getProject();
106 String layoutName = ResourceHelper.getLayoutName(chooser.getEditedFile());
109 current = addActivities(chooser, menu, current, image, preferred);
131 addActivities(chooser, menu, current, image, activities);
141 private static String addActivities(ConfigurationChooser chooser, Menu menu, String current,
156 item.addSelectionListener(new ActivityMenuListener(chooser,
    [all...]
TargetMenuListener.java 77 static void show(ConfigurationChooser chooser, ToolItem combo) {
78 Menu menu = new Menu(chooser.getShell(), SWT.POP_UP);
79 Configuration configuration = chooser.getConfiguration();
81 List<IAndroidTarget> targets = chooser.getTargetList();
86 menuItem.addSelectionListener(new TargetMenuListener(chooser, null, true));
117 item.addSelectionListener(new TargetMenuListener(chooser, target, false));
DeviceMenuListener.java 71 static void show(final ConfigurationChooser chooser, ToolItem combo) {
72 Configuration configuration = chooser.getConfiguration();
74 Menu menu = new Menu(chooser.getShell(), SWT.POP_UP);
76 Collection<Device> deviceCollection = chooser.getDevices();
92 item.addSelectionListener(new DeviceMenuListener(chooser, device));
139 deviceItem.addSelectionListener(new DeviceMenuListener(chooser, device));
168 item.addSelectionListener(new DeviceMenuListener(chooser, device));
181 item.addSelectionListener(new DeviceMenuListener(chooser, device));
190 "Preview All Screens", chooser, RenderPreviewMode.SCREENS);
  /external/proguard/src/proguard/gui/
ClassPathPanel.java 42 private final JFileChooser chooser; field in class:ClassPathPanel
57 chooser = new JFileChooser("");
58 chooser.setMultiSelectionEnabled(true);
59 chooser.setFileSelectionMode(JFileChooser.FILES_AND_DIRECTORIES);
60 chooser.addChoosableFileFilter(
63 chooser.setApproveButtonText(msg("ok"));
93 chooser.setDialogTitle(msg("addJars"));
94 chooser.setSelectedFile(null);
95 chooser.setSelectedFiles(null);
97 int returnValue = chooser.showOpenDialog(owner)
    [all...]
  /developers/build/prebuilts/gradle/DirectShare/
README.md 11 system Intent chooser dialog. This sample is a dummy messaging app, and just like any other
14 also shows some of contacts directly in the chooser dialog.
21 android:name as android.service.chooser.chooser_target_service, and point the android:value to the
24 [1]: https://developer.android.com/reference/android/service/chooser/package-summary.html
25 [2]: https://developer.android.com/reference/android/service/chooser/ChooserTargetService.html
26 [3]: https://developer.android.com/reference/android/service/chooser/ChooserTargetService.html#onGetChooserTargets(android.content.ComponentName%2C%20android.content.IntentFilter)
  /frameworks/support/v7/mediarouter/src/android/support/v7/app/
MediaRouteDialogFactory.java 23 * chooser and controller dialogs as needed.
50 * Called when the chooser dialog is being opened and it is time to create the fragment.
55 * @return The media route chooser dialog fragment, must not be null.
MediaRouteChooserDialogFragment.java 27 * Media route chooser dialog fragment.
30 * this dialog fragment to customize the media route chooser dialog.
40 * Creates a media route chooser dialog fragment.
101 * Called when the chooser dialog is being created.
  /external/autotest/frontend/client/src/autotest/afe/
RadioChooserDisplay.java 14 setStyleName("radio-chooser");
  /external/selinux/sepolgen/src/sepolgen/
defaults.py 71 chooser = PathChoooser("/etc/selinux/sepolgen.conf")
72 return chooser("Makefile")
75 chooser = PathChoooser("/etc/selinux/sepolgen.conf")
76 return chooser("include")
  /frameworks/base/core/java/com/android/internal/app/
MediaRouteChooserDialogFragment.java 26 * Media route chooser dialog fragment.
29 * this dialog fragment to customize the media route chooser dialog.
40 * Creates a media route chooser dialog fragment.
83 * Called when the chooser dialog is being created.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
defaults.py 71 chooser = PathChoooser("/etc/selinux/sepolgen.conf")
72 return chooser("Makefile")
75 chooser = PathChoooser("/etc/selinux/sepolgen.conf")
76 return chooser("include")

Completed in 1756 milliseconds

1 2 3 4 5 6 7 8 91011>>