Home
last modified time | relevance | path

Searched refs:want (Results 1 – 25 of 509) sorted by relevance

12345678910>>...21

/frameworks/base/core/java/android/text/style/
DStyleSpan.java101 int want = oldStyle | style; in apply() local
105 tf = Typeface.defaultFromStyle(want); in apply()
107 tf = Typeface.create(old, want); in apply()
110 int fake = want & ~tf.getStyle(); in apply()
/frameworks/rs/java/tests/Refocus/dataExtraction/
DRefocusTestTimingProcess.txt6 Here are somethings you might want to know:
9 3. You might want to run the script several times with some short intervals (a few seconds) and ave…
13 1. choose which device you want to test and create a corresponding text file to record the logcat. …
14want to record (or record both), copy the corresponding log from the first line with the title you…
/frameworks/opt/setupwizard/library/
Dbuild.gradle2 * Build the file with local dependencies. This is typically the build file you want to use when
18 // For builds in the Android tree we want to build the dependencies from source for reproducible
19 // builds. To add a dependency, you want to specify something like this:
Dstandalone.gradle3 * as opposed to building it as part of the git-tree. This is typically the file you want to include
/frameworks/native/opengl/libagl/
Dmatrix.h39 void ogles_validate_transform_impl(ogles_context_t* c, uint32_t want);
50 ogles_context_t* c, uint32_t want) in ogles_validate_transform() argument
52 if (c->transforms.dirty & want) in ogles_validate_transform()
53 ogles_validate_transform_impl(c, want); in ogles_validate_transform()
/frameworks/base/docs/html/distribute/tools/
Dopen-distribution.jd2 page.metaDescription=With Android you can distribute apps to users in any way you want, using any s…
9 apps to users in any way you want, using any distribution approach or
43 useful if you want to distribute your apps to a large global audience.
44 However, you can distribute your apps through any app marketplace you want or
98 If you don’t want to release your apps on a marketplace such as Google Play,
/frameworks/base/docs/html/training/animation/
Dlayout.jd31 <p class="note"><strong>Tip</strong>: If you want to supply custom layout animations,
51 <p>If you want to jump ahead and see a full working example,
63 attribute to <code>true</code> for the layout that you want to enable animations for.
Dcrossfade.jd38 another. This animation is useful for situations where you want to switch content or views
58 If you want to jump ahead and see a full working example,
78 Create the two views that you want to crossfade. The following example creates a progress
115 <li>Create member variables for the views that you want to crossfade. You need
/frameworks/base/docs/html/guide/topics/connectivity/usb/
Dhost.jd128 <li>If you want your application to be notified of an attached USB device, specify an
132 identifying information about the device that you want to detect.
135 devices that you want to filter. The following list describes the attributes of
136 <code>&lt;usb-device&gt;</code>. In general, use vendor and product ID if you want to filter
137 for a specific device and use class, subclass, and protocol if you want to filter for a group
214 intent filter is useful if you want to be able to have your application automatically detect a
215 desired device. Enumerating connected USB devices is useful if you want to get a list of all
224 filter, the system presents them with a dialog that asks if they want to start your application.
262 the USB devices that are connected. The hash map is keyed by the USB device's name if you want to
361 device that you want to communicate on and send requests on this endpoint with a {@link
[all …]
/frameworks/base/docs/html/training/secure-file-sharing/
Dindex.jd31 gallery may want to offer files to image editors, or a file management app may want to allow
45 If you want to share small amounts of text or numeric data between apps, you should send an
Dsetup-sharing.jd31 specify the files you want to offer to other apps.
74 that you want to use for content URIs generated by the
90 >&lt;provider&gt;</a></code> points to an XML file that specifies the directories you want to
97 you need to specify the directories that contain the files you want to share. To specify the
124 <strong>Note:</strong> The XML file is the only way you can specify the directories you want to
/frameworks/base/docs/html/about/
Dandroid.jd61 as much control as you want over your UI on different device
93 products. You can publish whenever you want, as often as you want, and to the
94 customers you want. You can distribute broadly to all markets and
Dindex.jd70 as much control as you want over your UI on different device
102 products. You can publish whenever you want, as often as you want, and to the
103 customers you want. You can distribute broadly to all markets and
/frameworks/base/docs/html/training/basics/intents/
Dsending.jd39 component you want to start. However, when you want to have a separate app perform an action, such
50 action to perform. The action specifies the thing you want to do, such as <em>view</em>,
52 with the action, such as the address you want to view, or the email message you want to send.
53 Depending on the intent you want to create, the data might be a {@link android.net.Uri},
133 android.content.Intent} to be as specific as possible. For example, if you want to display an image
/frameworks/base/docs/html/training/
Dbuilding-graphics.jd10 If you want to go beyond the basic user interface to create a beautiful visual experience,
/frameworks/base/docs/html/guide/practices/
Dscreens-support-1.5.jd72 Android 1.5 or earlier platform version, and want to maintain compatibility with Android 1.5, you
111 that use the screen sizes and densities that you want to support. When you create the AVDs, make
128 you want to use. Using newer APIs not supported by your minimum version will mean that your
133 Users of devices with QVGA resolution at low density may want to download your application, so you
140 attention to how usable your application is on such screens. You might want to design new layouts
/frameworks/base/docs/html/design/patterns/
Dpure-android.jd5 <p>Most developers want to distribute their apps on multiple platforms. As you plan your app for
27 sense of how elements are applied in the context of an app. If you want to customize the theme of UI
73 <p>In some cases you might want your app to take advantage of another app's feature set. For
74 example, you may want to share the content that your app created via a social network or messaging
Dapp-structure.jd22 <p>Your app's structure depends largely on the content and tasks you want to surface for your users…
57 <p>Ask yourself: "What are my typical users most likely going to want to do in my app?", and struct…
121 <li>You want the user to be highly aware of the alternate views.</li>
142 <li>You don't want to give up the vertical screen real estate for a dedicated tab bar.</li>
164 <li>You don't want to give up the vertical screen real estate for a dedicated tab bar.</li>
166 <li>You want to provide direct access to screens on lower levels.</li>
167 <li>You want to provide quick navigation to views which don't have direct relationships between eac…
282 <p>If your users are likely to want to look at multiple items in sequence, allow them to navigate
/frameworks/base/docs/html/guide/topics/ui/
Dcustom-components.jd103 isn't necessary (perhaps you want to create a new public View for
115 machine. Either way, you want something that the built-in components just
136 You will probably want to create your own event listeners,
141 You will almost certainly want to override <code>onMeasure()</code> and
142 are also likely to need to override <code>onDraw()</code> if you want
146 probably not what you want.
155 upon which you can implement anything you want: 2D graphics, other standard or
159 This does not apply to 3D graphics. If you want to
351 <p>If you don't want to create a completely customized component, but instead
442 similar to what you want, you can simply extend that component and just
[all …]
Dthemes.jd82 <p>For each style you want to create, add a {@code <style>} element to the file
110 properties. You can then override the inherited style properties if you want to.</p>
112 <p>Remember, a style that you want to use as an Activity or application theme is defined in XML
123 then define only the properties that you want to change or add. You can
135 <p>If you want to inherit from styles that you've defined yourself, you <em>do not</em> have to use
136 the <code>parent</code> attribute. Instead, just prefix the name of the style you want to
289 <p>If you want a theme applied to just one Activity in your application, then add the
300 <p>Or if you want the background to be transparent, use the Translucent theme:</p>
306 <p>If you like a theme, but want to tweak it, just add the theme as the <code>parent</code>
333 and you might want to use these while running on those platforms while still being
[all …]
/frameworks/base/docs/html/guide/topics/graphics/
Doverview.jd33 after another, like a roll of film. This method of animation is useful if you want to animate
62 with the Native Development Kit (NDK). Using the framework APIs is desireable when you want to add a
69 code that you want to port over to Android. For more information about using the NDK, read the
/frameworks/base/docs/html/training/scheduling/
Dwakelock.jd77 flag unless you no longer want the screen to
78 stay on in your running application (for example, if you want the screen to time out
81 the foreground. But if you want to explicitly clear the flag and thereby allow the screen to
117 wake lock in an activity. As described above, if you want
165 some arbitrary point in the future, which is not what you want.</p>
/frameworks/base/docs/html/training/search/
Dbackward-compat.jd31 <p>To setup the search dialog, first declare in your manifest that you want to support older
32 devices, but want to target Android 3.0 or later versions. When you do this, your application
/frameworks/base/docs/html/training/keyboard-input/
Dvisibility.jd28 <p>In some cases, though, you might want to more directly control
39 text is indeed the primary task (such as in a login screen), then you probably want
63 <p>If there is a method in your activity's lifecycle where you want to ensure that
/frameworks/base/docs/html/google/play/billing/
Dbilling_admin.jd43 <p>If you want to create a product list and issue refunds to your users, you must have a
144 products by selecting <strong>Add Translations</strong>. If you want Google
147 want to offer. You can also provide custom translations in specific
217 <li>Select the <strong>Overwrite</strong> checkbox if you want to overwrite existing items in
228 a product list and you want to start managing the product list through a CSV file.</p>
273 locales, and it must include a <em>title</em> and <em>description</em>. If you want to provide
341 … For example, if you want to sell an in-app item for $1.99, you specify <code>1990000</code> in the
518 <li>Choose an existing pricing template that you want to link to an in-app
525 of an app. This app should contain the in-app product that you want to link
531 in-app product that you want to link to the pricing template by selecting the
[all …]

12345678910>>...21