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

1 2 3 45 6 7 8 910

  /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:
  /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/preview/
api-overview.jd 194 {@link android.service.chooser.ChooserTargetService} class. Declare your
198 {@link android.service.chooser.ChooserTargetService#SERVICE_INTERFACE SERVICE_INTERFACE} action.</p>
200 {@link android.service.chooser.ChooserTargetService} in your manifest.</p>
206 &lt;action android:name="android.service.chooser.ChooserTargetService" /&gt;
212 {@link android.service.chooser.ChooserTargetService}, add a
214 {@code "android.service.chooser.chooser_target_service"} in your app manifest.
224 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...]
ListViewTypeMenu.java 155 * Action which brings up a resource chooser to choose an arbitrary layout as the
LayoutActionBar.java 711 ConfigurationChooser chooser = mEditor.getConfigurationChooser(); local
712 Configuration config = chooser.getConfiguration();
720 ResolutionChooserDialog dialog = new ResolutionChooserDialog(chooser.getShell());
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
ByodFlowTestActivity.java 271 Intent chooser = Intent.createChooser(intent, local
277 chooser);
ByodHelperActivity.java 374 Intent chooser = Intent.createChooser(toSend, local
376 startActivity(chooser);
  /external/jmonkeyengine/engine/src/android/com/jme3/system/android/
OGLESContext.java 162 // Create a config chooser
164 // Init chooser
  /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.
  /frameworks/base/docs/html/tools/building/
building-studio.jd 148 of the build target, a device chooser is shown to let you select which device to use.</li>
164 <p>If your run configuration uses <strong>manual</strong> mode, then the "device chooser" is
  /packages/apps/Camera2/src/com/android/camera/settings/
SettingsUtil.java 476 public static int getCameraId(CameraDeviceInfo info, CameraDeviceSelector chooser) {
487 if (chooser.useCamera(props)) {
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
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.
  /developers/build/prebuilts/gradle/StorageClient/Application/src/main/java/com/example/android/storageclient/
StorageClientFragment.java 65 * Fires an intent to spin up the "file chooser" UI and select an image.
  /developers/samples/android/content/documentsUi/StorageClient/Application/src/main/java/com/example/android/storageclient/
StorageClientFragment.java 65 * Fires an intent to spin up the "file chooser" UI and select an image.
  /development/samples/browseable/StorageClient/src/com.example.android.storageclient/
StorageClientFragment.java 65 * Fires an intent to spin up the "file chooser" UI and select an image.
  /frameworks/base/core/java/android/preference/
RingtonePreference.java 190 * Called when the chooser is about to be shown and the current ringtone
  /frameworks/base/core/java/com/android/internal/app/
ChooserActivity.java 43 import android.service.chooser.ChooserTarget;
44 import android.service.chooser.ChooserTargetService;
45 import android.service.chooser.IChooserTargetResult;
46 import android.service.chooser.IChooserTargetService;
    [all...]
  /frameworks/base/docs/html/training/sharing/
receive.jd 81 application will be listed as an option in the intent chooser. If the user selects your application,
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
MosaicRendererSurfaceView.java 86 * custom config chooser. See ConfigChooser class definition
  /prebuilts/sdk/current/
framework.aidl 109 parcelable android.service.chooser.ChooserTarget;
  /external/skia/src/images/
SkScaledBitmapSampler.cpp 718 RowProcChooser chooser = gProcChoosers[index]; local
719 if (NULL == chooser) {
722 fRowProc = chooser(opts);

Completed in 203 milliseconds

1 2 3 45 6 7 8 910