OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:chooser
(Results
26 - 50
of
62
) sorted by null
1
2
3
/packages/apps/Email/src/com/android/email/
Email.java
81
* NOTE: At the moment it is not possible to open a
chooser
with a list of filter types, so
82
* the
chooser
is only opened with the first item in the list.
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
Workspace.java
1012
JFileChooser
chooser
= new JFileChooser();
local
1053
JFileChooser
chooser
= new JFileChooser();
local
[
all
...]
ScreenViewer.java
205
JFileChooser
chooser
= new JFileChooser();
local
206
chooser
.setFileFilter(new PngFileFilter());
207
int choice =
chooser
.showOpenDialog(this);
209
return new OpenOverlayTask(
chooser
.getSelectedFile());
/frameworks/base/core/java/android/preference/
RingtonePreference.java
178
* Called when the
chooser
is about to be shown and the current ringtone
/external/webkit/WebKit/android/WebCoreSupport/
ChromeClientAndroid.cpp
488
PassRefPtr<FileChooser>
chooser
)
492
core->openFileChooser(
chooser
);
/frameworks/base/docs/html/guide/developing/
device.jd
110
with a <b>Device
Chooser
</b> dialog that lists the available emulator(s) and connected device(s).
eclipse-adt.jd
320
of the build target, a "device
chooser
" is shown to let you select which device to use.</li>
332
<p>If your run configuration uses <strong>manual</strong> mode, then the "device
chooser
"
[
all
...]
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SearchSettings.java
264
// Don't show activity
chooser
if there are multiple search settings activities,
/sdk/draw9patch/src/com/android/draw9patch/ui/
ImageEditorPanel.java
354
JFileChooser
chooser
= new JFileChooser();
local
355
chooser
.setFileFilter(new PngFileFilter());
356
int choice =
chooser
.showSaveDialog(this);
358
File file =
chooser
.getSelectedFile();
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AndroidLaunchController.java
320
// device
chooser
response object.
422
// from the device
chooser
or simply show up the device
chooser
.
509
// bring up the device
chooser
.
513
// open the
chooser
dialog. It'll fill 'response' with the device to use
566
* @param response the device
chooser
response
[
all
...]
MainLaunchConfigTab.java
126
// create the combo for the activity
chooser
DeviceChooserDialog.java
292
getShell().setText("Android Device
Chooser
");
/ndk/samples/hello-gl2/src/com/android/gl2jni/
GL2JNIView.java
99
* custom config
chooser
. See ConfigChooser class definition
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiResourceAttributeNode.java
137
// open a resource
chooser
dialog for specified resource type.
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ReferenceChooserDialog.java
87
setTitle("Reference
Chooser
");
/development/docs/
howto_use_cupcake_sdk.txt
319
- If there's more than one running device or emulator, a "device
chooser
" is
331
- Manual means to always present the device
chooser
.
/packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java
422
//
chooser
to appear, and once the user selects something, that
1336
Intent
chooser
= Intent.createChooser(pickWallpaper,
local
[
all
...]
/frameworks/base/core/java/android/webkit/
WebChromeClient.java
315
* Tell the client to open a file
chooser
.
/frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java
357
* Install a config
chooser
which will choose a config
375
* Install a config
chooser
which will choose a config
[
all
...]
/external/proguard/docs/
downloads.html
335
<li>Setting file
chooser
defaults in GUI.
/external/skia/src/images/
SkImageDecoder_libjpeg.cpp
270
// should we allow the
Chooser
(if present) to pick a config for us???
/external/webkit/WebKit/android/jni/
WebViewCore.h
437
// Open a file
chooser
for selecting a file to upload
WebViewCore.cpp
[
all
...]
/frameworks/base/core/java/android/content/
Intent.java
[
all
...]
/external/proguard/src/proguard/gui/
ProGuardGUI.java
[
all
...]
Completed in 444 milliseconds
1
2
3