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

1 2 3 45 6 7 8 91011>>

  /frameworks/base/docs/html-intl/intl/zh-tw/guide/components/
intents-filters.jd 397 <img src="{@docRoot}images/training/basics/intent-chooser.png" alt="">
430 // Create intent to show the chooser dialog
431 Intent chooser = Intent.createChooser(sendIntent, title);
435 startActivity(chooser);
  /frameworks/base/keystore/java/android/security/
KeyChain.java 100 * Package name for KeyChain chooser.
107 private static final String ACTION_CHOOSER = "com.android.keychain.CHOOSER";
239 * <p>{@code alias} allows the chooser to preselect an existing
289 * <p>{@code alias} allows the chooser to preselect an existing
  /frameworks/base/tools/preload2/src/com/android/preload/ui/
UI.java 49 // Shared file chooser, means the directory is retained.
  /frameworks/support/v7/mediarouter/res/values/
strings.xml 40 <!-- Title of the media route chooser dialog. [CHAR LIMIT=30] -->
  /packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
ShareIntentActivity.java 57 // when invoking the chooser with Intent.createChooser().
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
GalleryMediaChooser.java 42 * Chooser which allows the user to select one or more existing images or videos
MediaPickerPanel.java 433 // If the chooser is claiming ownership on all touch events, then we
463 * fact that they touched first on a chooser that captured the input.
  /packages/apps/Settings/src/com/android/settings/
RingtonePreference.java 174 * Called when the chooser is about to be shown and the current ringtone
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
UsbModeChooserActivity.java 47 * UI for the USB chooser dialog.
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
tkFileDialog.py 34 # options for the directory chooser:
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
tkFileDialog.py 34 # options for the directory chooser:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
tkFileDialog.py 34 # options for the directory chooser:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
tkFileDialog.py 34 # options for the directory chooser:
  /prebuilts/sdk/current/support/v7/mediarouter/res/values/
strings.xml 40 <!-- Title of the media route chooser dialog. [CHAR LIMIT=30] -->
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
AttributeDescriptor.java 31 * this particular attribute (e.g. text field, icon chooser, class selector, etc.)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ClientRulesEngine.java 663 ConfigurationChooser chooser = mRulesEngine.getEditor().getConfigurationChooser();
664 float dpi = chooser.getConfiguration().getDensity().getDpiValue();
670 ConfigurationChooser chooser = mRulesEngine.getEditor().getConfigurationChooser();
671 float dpi = chooser.getConfiguration().getDensity().getDpiValue();
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
ScreenViewer.java 204 JFileChooser chooser = new JFileChooser(); local
205 chooser.setFileFilter(new PngFileFilter());
206 int choice = chooser.showOpenDialog(this);
208 return new OpenOverlayTask(chooser.getSelectedFile());
  /frameworks/base/docs/html/about/versions/marshmallow/
android-6.0.jd 188 {@link android.service.chooser.ChooserTargetService} class. Declare your
192 {@link android.service.chooser.ChooserTargetService#SERVICE_INTERFACE SERVICE_INTERFACE} action.</p>
194 {@link android.service.chooser.ChooserTargetService} in your manifest.</p>
200 &lt;action android:name="android.service.chooser.ChooserTargetService" /&gt;
206 {@link android.service.chooser.ChooserTargetService}, add a
208 {@code "android.service.chooser.chooser_target_service"} in your app manifest.
218 android:name="android.service.chooser.chooser_target_service"
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreview.java 298 * forked layout meaning that the file is the one used in the chooser
373 ConfigurationChooser chooser = mManager.getChooser(); local
375 if (mAlternateInput != null && chooser.isBestMatchFor(mAlternateInput, config)) {
380 IFile editedFile = chooser.getEditedFile();
382 if (!chooser.isBestMatchFor(editedFile, config)) {
383 ProjectResources resources = chooser.getResources();
    [all...]
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/
UberColorPickerDialog.java 127 * You can enable/disable whichever color chooser methods you want by modifying the ENABLED_METHODS switches. They *should*
130 * If you add a new color chooser method, do a text search for "NEW_METHOD_WORK_NEEDED_HERE". That tag indicates all
131 * the locations in the code that will have to be amended in order to properly add a new color chooser method.
505 * Initialize the current color chooser's UI (set its color parameters and set its palette and slider values accordingly).
517 * Initialize a color chooser.
  /external/autotest/client/virt/
virt_step_editor.py 400 chooser = gtk.FileChooserDialog(title=title, parent=self.window,
404 chooser.resize(700, 500)
406 chooser.set_filename(os.path.abspath(default_filename))
408 response = chooser.run()
410 filename = chooser.get_filename()
411 chooser.destroy()
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
ChooserActivity.java 50 import android.service.chooser.ChooserTarget;
51 import android.service.chooser.ChooserTargetService;
52 import android.service.chooser.IChooserTargetResult;
53 import android.service.chooser.IChooserTargetService;
244 Log.w(TAG, "Chooser target #" + i + " not a ChooserTarget: " + pa[i]);
728 // to the chooser for the user to pick.
    [all...]
  /external/autotest/frontend/client/src/autotest/afe/
AfeUtils.java 380 public static void populateRadioChooser(RadioChooser chooser, String name) {
383 chooser.addChoice(Utils.jsonToString(jsonOption));
  /frameworks/base/core/java/android/nfc/
Tag.java 60 * matching activities found at any one stage then the Android activity chooser dialog is shown
64 * a tag to the correct activity without showing the user an activity chooser dialog.
  /packages/apps/Camera2/src/com/android/camera/settings/
SettingsUtil.java 476 public static int getCameraId(CameraDeviceInfo info, CameraDeviceSelector chooser) {
487 if (chooser.useCamera(props)) {

Completed in 2367 milliseconds

1 2 3 45 6 7 8 91011>>