/frameworks/base/docs/html-intl/intl/pt-br/training/basics/intents/ |
sending.jd | 213 <img src="{@docRoot}images/training/basics/intent-chooser.png" alt="" /> 242 // Create intent to show chooser 243 Intent chooser = Intent.createChooser(intent, title); 247 startActivity(chooser);
|
/packages/apps/Dialer/res/layout-land/ |
dialpad_fragment.xml | 49 <!-- "Dialpad chooser" UI, shown only when the user brings up the
|
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/ |
AudioMediaChooser.java | 30 * Chooser which allows the user to record audio
|
CameraMediaChooser.java | 46 * Chooser which allows the user to take pictures or video without leaving the current app/activity 146 // It's possible to throw out the chooser while taking the 263 // If an error occurred before the chooser was selected, show it now
|
/frameworks/base/docs/html/design/patterns/ |
pure-android.jd | 76 particular apps to achieve this. Instead, use Android's intent API to launch an activity chooser 87 Link to other apps with the activity chooser or use the <em>Share Action Provider</em> in the
|
/frameworks/support/compat/java/android/support/v4/app/ |
ShareCompat.java | 220 * a standard activity chooser dialog for the menu item.</p> 295 * is suitable for use in a ShareActionProvider or chooser dialog. 297 * <p>To create an intent that will launch the activity chooser so that the user 373 * Create an Intent that will launch the standard Android activity chooser, 377 * @return A chooser Intent for the currently configured sharing action 384 * Start a chooser activity for the current share intent. 397 * Set the title that will be used for the activity chooser for this share. 408 * Set the title that will be used for the activity chooser for this share. [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
ConfigurationChooser.java | 185 * @param client the client embedding this configuration chooser 334 * chooser 569 * Resets the configuration chooser to reflect the given file configuration. This is 572 * configuration chooser must be switched to a landscape layout. This method will 581 * filtering the configuration chooser to only show options in the outer configuration 1472 ConfigurationChooser chooser = local [all...] |
/sdk/eclipse/ |
changes.txt | 6 * Improved flag and locale data in the configuration chooser 90 * New configuration chooser above the layout editor, which in 91 addition to a visual refresh offers an activity chooser, a nested 92 theme chooser, a single button to flip orientation, better 162 * The resource chooser now shows the resolved value for resources 176 * Fix bug in resource chooser which made some types of framework 270 - Previews of drawables and colors in the resource chooser dialogs. 321 a layout chooser, and the chosen layout is added as an include. 324 - The configuration chooser now applies the "Render Target" and 374 - The Resource Chooser can create items such as dimensions, integers [all...] |
/external/libgdx/extensions/gdx-setup/src/com/badlogic/gdx/setup/ |
GdxSetupUI.java | 614 JFileChooser chooser = new JFileChooser(); local 615 chooser.setFileSelectionMode(JFileChooser.DIRECTORIES_ONLY); 616 chooser.setDialogTitle("Choose destination"); 617 int result = chooser.showOpenDialog(null); 619 File dir = chooser.getSelectedFile();
|
/frameworks/base/core/java/android/webkit/ |
WebChromeClient.java | 406 * Tell the client to show a file chooser. 417 * @param fileChooserParams Describes the mode of file chooser to be opened, and options to be 458 * Returns file chooser mode. 505 * @return an Intent that supports basic file chooser sources. 511 * Tell the client to open a file chooser.
|
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/ |
ConversationInputManager.java | 293 // The one exception, is that the keyboard and location media chooser can be open at the 294 // time to enable searching within that chooser 365 // ComposeMessageView controls (attach button, message input, sim chooser)
|
/external/chromium-trace/catapult/tracing/third_party/css-element-queries/src/ |
ElementQueries.js | 60 var chooser = Math[units === "vmin" ? "min" : "max"]; 61 return value * chooser(vw, vh);
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/charsetdet/ |
DetectingViewer.java | 69 System.err.println("no file chooser - access control exception. Continuing without file browsing. "+ace.toString()); 400 mi.setEnabled(false); // no file chooser.
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/ |
Workspace.java | 1044 JFileChooser chooser = new JFileChooser(); local 1085 JFileChooser chooser = new JFileChooser(); local [all...] |
/frameworks/base/docs/html/guide/components/ |
intents-filters.jd | 15 <li><a href="#ForceChooser">Forcing an app chooser</a></li> 400 <img src="{@docRoot}images/training/basics/intent-chooser.png" alt=""> 401 <p class="img-caption"><strong>Figure 2.</strong> A chooser dialog.</p> 404 <h3 id="ForceChooser">Forcing an app chooser</h3> 413 app each time, you should explicitly show a chooser dialog. The chooser dialog asks the 417 on their current situation, so you should always use the chooser dialog, as shown in figure 2.</p> 422 <p>To show the chooser, create an {@link android.content.Intent} using {@link 433 // Create intent to show the chooser dialog 434 Intent chooser = Intent.createChooser(sendIntent, title) [all...] |
/developers/build/prebuilts/gradle/WatchFace/Application/src/main/java/com/example/android/wearable/watchface/ |
FitDistanceWatchFaceConfigActivity.java | 43 * a known auth error is being resolved, such as showing the account chooser or presenting a
|
/developers/samples/android/wearable/wear/WatchFace/Application/src/main/java/com/example/android/wearable/watchface/ |
FitDistanceWatchFaceConfigActivity.java | 43 * a known auth error is being resolved, such as showing the account chooser or presenting a
|
/development/samples/browseable/WatchFace/Application/src/com.example.android.wearable.watchface/ |
FitDistanceWatchFaceConfigActivity.java | 43 * a known auth error is being resolved, such as showing the account chooser or presenting a
|
/external/llvm/lib/ExecutionEngine/ |
TargetSelect.cpp | 1 //===-- TargetSelect.cpp - Target Chooser Code ----------------------------===//
|
/external/mesa3d/docs/ |
relnotes-7.8.2.html | 104 <li>Fixed config chooser logic for 'mask' matching.</li>
|
/frameworks/base/core/java/android/app/ |
MediaRouteActionProvider.java | 70 * Sets the types of routes that will be shown in the media route chooser dialog
|
/frameworks/base/docs/html-intl/intl/ja/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/docs/html-intl/intl/ko/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/docs/html-intl/intl/ru/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); [all...] |
/frameworks/base/docs/html-intl/intl/zh-cn/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);
|