/frameworks/base/core/java/android/view/inputmethod/ |
InputConnection.java | 388 * specify locations there. 472 * specify locations there. 642 * and ALPHA (QWERTY). You can specify the keyboard type by 643 * specify the device id of the key event.</p> [all...] |
/frameworks/base/docs/html/about/versions/ |
android-1.6-highlights.jd | 185 display resolutions and densities. Developers can also specify the types of screens supported by their
|
android-3.1.jd | 211 android.view.MotionEvent#AXIS_VSCROLL} axes specify the relative scroll 411 methods on the {@link android.view.ViewPropertyAnimator} to specify what property to 500 <li>You can now specify a drawable to use as the text cursor using the new 665 <p>The platform defines two new intent flags that let a sender specify [all...] |
/frameworks/base/docs/html/distribute/googleplay/about/ |
distribution.jd | 43 application binary. You can specify which countries and territories you want to
|
/frameworks/base/docs/html/distribute/googleplay/publish/ |
console.jd | 27 <p>The account details page is where you specify basic information about yourself
|
/frameworks/base/docs/html/google/play/billing/ |
billing_overview.jd | 97 <p>You can specify these types of products for your In-app Billing application
|
/frameworks/base/docs/html/guide/topics/admin/ |
device-admin.jd | 252 <li>Specify requirements for the user's password, such as minimum length, the minimum number of 262 <li>Specify that the storage area should be encrypted, if the device supports it.</li> 399 <dd>This class is used to specify metadata 612 <p>You can specify that a password must be at least the specified minimum [all...] |
/frameworks/base/docs/html/guide/topics/manifest/ |
manifest-element.jd | 40 and specify {@code xmlns:android} and {@code package} attributes.</dd>
|
receiver-element.jd | 67 specify its exact class name. This implies that the receiver is intended only for
|
/frameworks/base/docs/html/guide/topics/ui/ |
dialogs.jd | 298 To specify the items for the list, call {@link 300 Alternatively, you can specify a list using {@link 341 // Specify the list array, the items to be selected by default (null for none), 691 // For a little polish, specify a transition animation [all...] |
/frameworks/base/docs/html/sdk/ |
exploring.jd | 47 specify an SDK platform as your build target.</td>
|
/frameworks/base/docs/html/sdk/installing/ |
installing-adt.jd | 57 must specify the location of your Android SDK directory:</p>
|
/frameworks/base/docs/html/tools/help/uiautomator/ |
index.jd | 77 <td><p>Specify other name-value pairs to be passed to test classes. May be repeated.</p><p class="note"><strong>Note: </strong>The {@code -e} options cannot be combined; you must prefix each option with a separate {@code -e} flag. </p></td>
|
/frameworks/base/docs/html/tools/publishing/ |
app-signing.jd | 351 self-signed certificate. </p><p>Note that you do not need to specify this option 410 Package</strong>. Then specify the file location for the unsigned APK. 438 To learn how to specify your keystore and alias in the {@code ant.properties} file, 504 changed, requiring you to specify the signature and digest algorithims ({@code -sigalg} and {@code
|
/frameworks/base/docs/html/training/accessibility/ |
service.jd | 69 Remember to specify that it handles the {@code android.accessibilityservice} intent,
|
/frameworks/base/docs/html/training/basics/activity-lifecycle/ |
recreating.jd | 79 calls {@link android.app.Activity#onSaveInstanceState onSaveInstanceState()} (1) so you can specify
|
/frameworks/base/docs/html/training/contacts-provider/ |
retrieve-names.jd | 174 from the provider, you must specify that it implements the loader interface 357 <h3 id="SelectionCriteria">Specify the selection criteria</h3> 359 To specify the data you want, create a combination of text expressions and variables 520 This technique allows you to specify the type of data you want to match. Retrieving [all...] |
/frameworks/base/docs/html/training/in-app-billing/ |
purchase-iab-products.jd | 43 <li>The fifth argument contains a ?developer payload? string that you can use to send supplemental information about an order (it can be an empty string). Typically, this is used to pass in a string token that uniquely identifies this purchase request. If you specify a string value, Google Play returns this string along with the purchase response. Subsequently, when you make queries about this purchase, Google Play returns this string together with the purchase details. <p class="note"><strong>Security Recommendation:</strong> It?s good practice to pass in a string that helps your application to identify the user who made the purchase, so that you can later verify that this is a legitimate purchase by that user. For consumable items, you can use a randomly generated string, but for non-consumable items you should use a string that uniquely identifies the user.</p></li>
|
/frameworks/base/graphics/java/android/renderscript/ |
ProgramStore.java | 30 * <li>specify wheather depth writes are performed</li>
|
Script.java | 346 * Class used to specify clipping for a kernel launch.
|
/frameworks/base/location/java/android/location/ |
Geocoder.java | 196 * <p> You may specify a bounding box for the search results by including
|
/frameworks/base/media/java/android/media/ |
MediaMuxer.java | 286 throw new IllegalArgumentException("bufferInfo must specify a" +
|
/frameworks/base/media/java/android/media/audiofx/ |
BassBoost.java | 40 * <p>To attach the BassBoost to a particular AudioTrack or MediaPlayer, specify the audio session
|
Virtualizer.java | 42 * <p>To attach the Virtualizer to a particular AudioTrack or MediaPlayer, specify the audio session
|
/frameworks/compile/slang/ |
slang_backend.cpp | 145 // This is set for the linker (specify how large of the virtual addresses we
|