/external/skia/src/images/ |
SkImageDecoder.cpp | 59 SkImageDecoder::Chooser* SkImageDecoder::setChooser(Chooser* chooser) { 60 SkRefCnt_SafeAssign(fChooser, chooser); 61 return chooser; 78 Chooser* chooser = fChooser; local 80 if (NULL == chooser) { // no chooser, we just say YES to decoding :) 83 chooser->begin(1) [all...] |
SkImageDecoder_libico.cpp | 103 Chooser* chooser = this->getChooser(); local 104 //FIXME:if no chooser, consider providing the largest color image 106 if (NULL == chooser) { 109 chooser->begin(count); 138 chooser->inspect(i, c, width, height); 140 choice = chooser->choose(); 143 //you never know what the chooser is going to supply
|
/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/draw9patch/src/com/android/draw9patch/ui/ |
MainFrame.java | 104 JFileChooser chooser = new JFileChooser(); local 105 chooser.setFileFilter(new PngFileFilter()); 106 int choice = chooser.showOpenDialog(this); 108 return new OpenTask(chooser.getSelectedFile());
|
/external/webkit/WebKit/chromium/src/ |
WebFileChooserCompletionImpl.cpp | 36 WebFileChooserCompletionImpl::WebFileChooserCompletionImpl(PassRefPtr<WebCore::FileChooser> chooser) 37 : m_fileChooser(chooser)
|
WebFileChooserCompletionImpl.h | 52 WebFileChooserCompletionImpl(PassRefPtr<WebCore::FileChooser> chooser);
|
/external/webkit/WebKit/chromium/public/ |
WebFileChooserParams.h | 43 // |title| is a title of a file chooser dialog. It can be an empty string. 58 // before opening a file chooser dialog.
|
/external/webkit/WebCore/manual-tests/ |
remove-input-file-onchange.html | 24 Should see the file chooser disappear and the word "Success" will appear
|
/packages/apps/Contacts/res/layout-finger/ |
dialpad_chooser_list_item.xml | 17 <!-- Layout of a single item in the Dialer's "Dialpad chooser" UI. -->
|
twelve_key_dialer.xml | 52 <!-- "Dialpad chooser" UI, shown only when the user brings up the
|
/external/webkit/WebCore/rendering/ |
RenderFileUploadControl.h | 31 // Each RenderFileUploadControl contains a RenderButton (for opening the file chooser), and
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
ProjectChooserHelper.java | 56 * Whether the Project Chooser can compute the project list once and cache the result. 91 * Creates a new project chooser. 101 * Displays a project chooser dialog which lists all available projects with the Android nature.
|
/packages/apps/Contacts/src/com/android/contacts/ |
TwelveKeyDialer.java | 143 * "dialpad chooser" if the phone becomes idle while the 144 * chooser UI is visible. 151 // Log.i(TAG, "Call ended with dialpad chooser visible! Taking it down..."); 153 // dialpad chooser could conceivably disappear (on its 156 // least that's better than leaving the dialpad chooser 249 // Set up the "dialpad chooser" UI; see showDialpadChooser(). 297 // By default we don't show the "dialpad chooser" UI. 339 // Log.i(TAG, "resolveIntent(): phone is in use; showing dialpad chooser!"); 344 // Bring up the "dialpad chooser" IFF we need to make the user 447 // purely so that we can take down the "dialpad chooser" if th [all...] |
/external/skia/include/images/ |
SkImageDecoder.h | 80 class Chooser : public SkRefCnt { 89 Chooser* getChooser() const { return fChooser; } 90 Chooser* setChooser(Chooser*); 172 note: document use of Allocator, Peeker and Chooser 309 Chooser* fChooser;
|
/packages/apps/Contacts/res/layout-land-finger/ |
twelve_key_dialer.xml | 47 <!-- "Dialpad chooser" UI, shown only when the user brings up the
|
/packages/apps/Contacts/res/layout-long-finger/ |
twelve_key_dialer.xml | 51 <!-- "Dialpad chooser" UI, shown only when the user brings up the
|
/packages/apps/Contacts/res/layout-long-land-finger/ |
twelve_key_dialer.xml | 47 <!-- "Dialpad chooser" UI, shown only when the user brings up the
|
/external/proguard/docs/manual/ |
gui.html | 69 <td>opens a file chooser to load an existing ProGuard configuration 105 <tr><td class="button">Add input...</td> <td>opens a file chooser to add an 107 <tr><td class="button">Add output...</td> <td>opens a file chooser to add an 110 <td>opens a file chooser to add an entry to the list of library 113 <td>opens a file chooser to edit the selected entry in the list.</td></tr> 429 <td>opens a file chooser to save the current ProGuard 450 opens a file chooser. 462 <td>opens a file chooser to load an obfuscated stack trace.</td></tr>
|
/development/samples/BusinessCard/src/com/example/android/businesscard/ |
BusinessCardActivity.java | 32 * the contact chooser. Once this activity receives the result from contact picker,
|
/external/dropbear/ |
filelist.txt | 67 dbmulti.c Combination binary chooser main() function
|
/external/webkit/WebKit/gtk/WebCoreSupport/ |
ChromeClientGtk.cpp | 516 RefPtr<FileChooser> chooser = prpFileChooser; local 525 gtk_file_chooser_set_select_multiple(GTK_FILE_CHOOSER(dialog), chooser->allowsMultipleFiles()); 538 chooser->chooseFiles(names); 542 chooser->chooseFile(filenameToString(filename));
|
/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.)
|
/frameworks/base/docs/html/intl/ja/guide/developing/ |
eclipse-adt.jd | 184 <li>?????????????????????????????? ???????????????????????Device Chooser???????????????????????</li> 190 <p>?????<strong>??</strong>??????????????????????????Device Chooser?????????????? AVD ????????</p>
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ |
ResourceChooser.java | 65 * Creates a Resource Chooser dialog. 91 setTitle("Resource Chooser");
|
/external/webkit/WebKit/mac/WebCoreSupport/ |
WebChromeClient.mm | 97 - (id)initWithChooser:(PassRefPtr<FileChooser>)chooser; 620 void WebChromeClient::runOpenPanel(Frame*, PassRefPtr<FileChooser> chooser) 623 BOOL allowMultipleFiles = chooser->allowsMultipleFiles(); 624 WebOpenPanelResultListener *listener = [[WebOpenPanelResultListener alloc] initWithChooser:chooser]; 778 - (id)initWithChooser:(PassRefPtr<FileChooser>)chooser 783 _chooser = chooser.releaseRef();
|