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

1 2

  /packages/apps/Browser/src/com/android/browser/
UploadHandler.java 152 Intent chooser = createChooserIntent(createCameraIntent()); local
153 chooser.putExtra(Intent.EXTRA_INTENT, createOpenableIntent(imageMimeType));
154 startActivity(chooser);
167 Intent chooser = createChooserIntent(createCamcorderIntent()); local
168 chooser.putExtra(Intent.EXTRA_INTENT, createOpenableIntent(videoMimeType));
169 startActivity(chooser);
182 Intent chooser = createChooserIntent(createSoundRecorderIntent()); local
183 chooser.putExtra(Intent.EXTRA_INTENT, createOpenableIntent(audioMimeType));
184 startActivity(chooser);
190 // file upload chooser
220 Intent chooser = createChooserIntent(createCameraIntent(), createCamcorderIntent(), local
227 Intent chooser = new Intent(Intent.ACTION_CHOOSER); local
    [all...]
  /external/skia/legacy/src/images/
SkImageDecoder.cpp 67 SkImageDecoder::Chooser* SkImageDecoder::setChooser(Chooser* chooser) {
68 SkRefCnt_SafeAssign(fChooser, chooser);
69 return chooser;
91 Chooser* chooser = fChooser; local
93 if (NULL == chooser) { // no chooser, we just say YES to decoding :)
96 chooser->begin(1)
    [all...]
SkImageDecoder_libico.cpp 100 Chooser* chooser = this->getChooser(); local
101 //FIXME:if no chooser, consider providing the largest color image
103 if (NULL == chooser) {
106 chooser->begin(count);
135 chooser->inspect(i, c, width, height);
137 choice = chooser->choose();
140 //you never know what the chooser is going to supply
  /external/skia/src/images/
SkImageDecoder.cpp 18 SK_DEFINE_INST_COUNT(SkImageDecoder::Chooser)
71 SkImageDecoder::Chooser* SkImageDecoder::setChooser(Chooser* chooser) {
72 SkRefCnt_SafeAssign(fChooser, chooser);
73 return chooser;
95 Chooser* chooser = fChooser; local
97 if (NULL == chooser) { // no chooser, we just say YES to decoding :
    [all...]
SkImageDecoder_libico.cpp 100 Chooser* chooser = this->getChooser(); local
101 //FIXME:if no chooser, consider providing the largest color image
103 if (NULL == chooser) {
106 chooser->begin(count);
135 chooser->inspect(i, c, width, height);
137 choice = chooser->choose();
140 //you never know what the chooser is going to supply
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationTest.java 42 ConfigurationChooser chooser = null; local
43 return constructor.newInstance(chooser);
  /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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
MarginChooser.java 59 * Constructs a new margin chooser dialog.
215 // Button pressed - open resource chooser
220 // Open a resource chooser dialog for specified resource type.
221 ResourceChooser chooser = ResourceChooser.create(mEditor, ResourceType.DIMEN) local
223 if (chooser.open() == Window.OK) {
224 text.setText(chooser.getCurrentResource());
ResourceChooser.java 133 * Label used to show the resolved value in the resource chooser. Only shown
142 * Creates a Resource Chooser dialog.
168 setTitle("Resource Chooser");
187 ResourceChooser chooser = create(project, type, targetData, parent); local
194 chooser.setResourceResolver(editor.getResourceResolver());
195 chooser.setShowValueText(true);
197 chooser.setResourceResolver(editor.getResourceResolver());
200 chooser.setPreviewHelper(new ResourcePreviewHelper(chooser, editor));
201 return chooser;
942 ResourceChooser chooser = create(graphicalEditor, type). local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreviewList.java 147 ConfigurationChooser chooser = canvas.getEditorDelegate().getGraphicalEditor() local
150 Configuration chooserConfig = chooser.getConfiguration();
152 Configuration configuration = Configuration.create(chooser);
RenderService.java 112 ConfigurationChooser chooser = editor.getConfigurationChooser(); local
113 Configuration config = chooser.getConfiguration();
LayoutActionBar.java 711 ConfigurationChooser chooser = mEditor.getConfigurationChooser(); local
712 Configuration config = chooser.getConfiguration();
720 ResolutionChooserDialog dialog = new ResolutionChooserDialog(chooser.getShell());
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...]
PaletteControl.java 634 ConfigurationChooser chooser = mEditor.getConfigurationChooser(); local
635 int dpi = chooser.getConfiguration().getDensity().getDpiValue();
    [all...]
RenderPreviewManager.java 139 * Returns the associated chooser
141 * @return the associated chooser
679 ConfigurationChooser chooser = getChooser(); local
680 String name = chooser.getConfiguration().getDisplayName();
695 Configuration configuration = Configuration.copy(chooser.getConfiguration());
745 ConfigurationChooser chooser = getChooser(); local
746 Configuration parent = chooser.getConfiguration();
752 createLocaleVariation(chooser, parent);
761 createStateVariation(chooser, parent);
764 createRenderTargetVariation(chooser, parent)
817 ConfigurationChooser chooser = getChooser(); local
929 ConfigurationChooser chooser = getChooser(); local
966 ConfigurationChooser chooser = getChooser(); local
1040 ConfigurationChooser chooser = getChooser(); local
1073 ConfigurationChooser chooser = getChooser(); local
1265 ConfigurationChooser chooser = getChooser(); local
1283 ConfigurationChooser chooser = editor.getConfigurationChooser(); local
    [all...]
  /external/jmonkeyengine/engine/src/test/jme3test/audio/
TestMusicPlayer.java 168 JFileChooser chooser = new JFileChooser(); local
169 chooser.setAcceptAllFileFilterUsed(true);
170 chooser.setDialogTitle("Select OGG file");
171 chooser.setFileSelectionMode(JFileChooser.FILES_ONLY);
172 chooser.setMultiSelectionEnabled(false);
173 if (chooser.showOpenDialog(this) == JFileChooser.APPROVE_OPTION){
176 final File selected = chooser.getSelectedFile();
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
ChromeClientEfl.cpp 429 RefPtr<FileChooser> chooser = prpFileChooser; local
436 for (unsigned i = 0; i < chooser->filenames().size(); i++) {
437 CString str = chooser->filenames()[i].utf8();
442 confirm = ewk_view_run_open_panel(m_view, kit(frame), chooser->allowsMultipleFiles(), suggestedFilenames, &selectedFilenames);
454 if (chooser->allowsMultipleFiles())
455 chooser->chooseFiles(filenames);
457 chooser->chooseFile(filenames[0]);
  /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());
Workspace.java 1044 JFileChooser chooser = new JFileChooser(); local
1085 JFileChooser chooser = new JFileChooser(); local
    [all...]
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
ChromeClientGtk.cpp 614 RefPtr<FileChooser> chooser = prpFileChooser; local
623 gtk_file_chooser_set_select_multiple(GTK_FILE_CHOOSER(dialog), chooser->allowsMultipleFiles());
636 chooser->chooseFiles(names);
640 chooser->chooseFile(filenameToString(filename));
647 void ChromeClient::chooseIconForFiles(const Vector<WTF::String>& filenames, WebCore::FileChooser* chooser)
649 chooser->iconLoaded(Icon::createIconForFiles(filenames));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
Configuration.java 162 * @param chooser the associated chooser
164 protected Configuration(@NonNull ConfigurationChooser chooser) {
165 mConfigChooser = chooser;
169 * Sets the associated configuration chooser
171 * @param chooser the chooser
173 void setChooser(@NonNull ConfigurationChooser chooser) {
179 mConfigChooser = chooser;
183 * Gets the associated configuration chooser
215 ConfigurationChooser chooser = base.getChooser(); local
    [all...]
ConfigurationChooser.java 184 * @param client the client embedding this configuration chooser
333 * chooser
568 * Resets the configuration chooser to reflect the given file configuration. This is
571 * configuration chooser must be switched to a landscape layout. This method will
580 * filtering the configuration chooser to only show options in the outer configuration
1471 ConfigurationChooser chooser = local
    [all...]
  /prebuilts/devtools/tools/lib/
draw9patch.jar 
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java 1908 Intent chooser = Intent.createChooser(pickWallpaper, local
    [all...]
  /external/proguard/lib/
proguardgui.jar 

Completed in 597 milliseconds

1 2