/frameworks/av/services/audioflinger/ |
D | FastMixer.cpp | 44 static const FastMixerState initial; in threadLoop() local 45 const FastMixerState *previous = &initial, *current = &initial; in threadLoop() 107 ALOG_ASSERT(current == &initial && previous == &initial); in threadLoop()
|
/frameworks/base/core/java/android/text/ |
D | SpannableStringInternal.java | 32 int initial = ArrayUtils.idealIntArraySize(0); in SpannableStringInternal() local 33 mSpans = new Object[initial]; in SpannableStringInternal() 34 mSpanData = new int[initial * 3]; in SpannableStringInternal()
|
/frameworks/base/docs/html/guide/webapps/ |
D | targeting.jd | 49 this behavior for your web page by defining the default dimensions of the viewport or the initial 94 width of the viewport, the initial scale of the page, and the target screen density. 115 <b>initial-scale</b> = <em>float_value</em> , 207 width=device-width} <em>or</em> {@code initial-scale=1.0}.</p> 226 <dt>{@code initial-scale}</dt> 227 <dd>The initial scale of the page. The value is a float that indicates a multiplier for your web 228 page size, relative to the screen size. For example, if you set the initial scale to "1.0" then the 231 <p>The default initial scale is calculated to fit the web page in the viewport size. 233 800 pixels wide, the initial scale is something less than 1.0, by default, in order to fit the 260 <meta name="viewport" content="initial-scale=1.0" /> [all …]
|
D | best-practices.jd | 59 specify the height and width for the browser's viewport, the initial web page scale and even the 63 <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | grant-uri-permission-element.jd | 48 The {@code pathPrefix} attribute specifies the initial part of a path; 50 initial part.
|
D | path-permission-element.jd | 43 <dd>The initial part of a URI path for a subset of content provider data. 44 Permission can be granted to all data subsets with paths that share this initial part.
|
D | data-element.jd | 99 only the initial part of the path in the Intent object. The {@code pathPattern}
|
/frameworks/base/docs/html/distribute/googleplay/about/ |
D | monetizing.jd | 49 registration is offered as a part of initial device setup process.</p> 88 you can set an initial price for the app, paid before download. You can also
|
/frameworks/base/docs/html/tools/adk/ |
D | aoa2.jd | 23 initial release, and is a supplement to the documentation of the <a href="oap.html">first 35 Android devices supporting the initial version of the Android Open Accessory protocol return a
|
D | aoa.jd | 83 <p>During the initial connection, the accessory should check the vendor and product IDs of the
|
/frameworks/base/docs/html/tools/testing/ |
D | activity_test.jd | 34 <a href="#AddPreConditionsTest">Adding an initial conditions test</a> 115 …{@link android.app.Activity#onCreate(android.os.Bundle) onCreate()} method. Testing initial condit… 312 Notice that Eclipse and ADT have already done some initial setup for your test application. 365 Testing initial conditions. This test demonstrates a good testing technique. 372 <strong>Note:</strong> The purpose of testing initial conditions is not the same as 375 … environment. The initial conditions test runs once, and its purpose is to verify that the 542 <h3 id="AddPreConditionsTest">Adding an initial conditions test</h3> 544 …The initial conditions test verifies that the application under test is initialized correctly. It … 608 …code to to request focus for the spinner and set its position to default or initial position, "Ear… 1055 …initial setup of the application under test. If testPreConditions() fails, then succeeding tests c…
|
/frameworks/base/docs/html/guide/google/play/licensing/ |
D | licensing-reference.jd | 349 {@code Policy} to cache the initial license status locally and return the cached license 359 <li>For a paid application, the server sets the initial license validity period 362 result of the initial license check and does not need to recheck the license
|
/frameworks/base/docs/html/guide/google/play/billing/ |
D | billing_integrate.jd | 465 <code>sendBillingRequest()</code> method immediately returns a Bundle containing an initial response 489 <p>To make any of these billing requests, you first need to build an initial {@link 527 <p>The <code>makeRequestBundle()</code> method constructs an initial Bundle, which contains the 599 <p>The <code>makeRequestBundle()</code> method constructs an initial Bundle, which contains the 736 <p>The <code>makeRequestBundle()</code> method constructs an initial Bundle, which contains the 777 <p>The <code>makeRequestBundle()</code> method constructs an initial Bundle, which contains the 823 <p>The <code>makeRequestBundle()</code> method constructs an initial Bundle, which contains the
|
/frameworks/base/docs/html/training/basics/fragments/ |
D | fragment-ui.jd | 72 initial fragment(s) to the activity during the activity's
|
/frameworks/base/docs/html/guide/practices/app-design/ |
D | responsiveness.jd | 135 <li>If your application has a time-consuming initial setup phase, consider
|
/frameworks/base/docs/html/guide/practices/ |
D | responsiveness.jd | 135 <li>If your application has a time-consuming initial setup phase, consider
|
/frameworks/base/docs/html/training/cloudsync/ |
D | backupapi.jd | 32 initial setup, the previous data associated with the app restores as well. By
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | activity_task_design.jd | 422 scrolls down the list (changing its initial state). Pressing <em>Back</em> 425 re-load the messages and display its initial, non-scrolled state. 453 <b>Exceptions.</b> Some background activities return to their initial 458 Contacts, they are presented with the initial list of contacts rather 460 because this initial screen is the main entry point for the
|
/frameworks/base/tools/aapt/ |
D | AaptAssets.cpp | 1529 size_t initial = mDataSize; in padData() local 1530 void* data = editData(initial+(wordSize-extra)); in padData() 1532 memset(((uint8_t*)data) + initial, 0, wordSize-extra); in padData()
|
/frameworks/base/docs/html/training/design-navigation/ |
D | wireframing.jd | 73 <p>After you're satisfied with initial sketches, it's a good idea to move on to digital wireframing…
|
/frameworks/compile/mclinker/ |
D | INSTALL | 75 You can give `configure' initial values for configuration parameters
|
/frameworks/base/docs/html/tools/help/ |
D | MonkeyRunner.jd | 325 The initial value to display in the dialog. The default is an empty string.
|
D | monkey.jd | 178 <td>When specified, the Monkey will perform the initial launch into a test activity, but
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | layout-resource.jd | 138 which gives it's parent initial focus on the screen. You can have only one of these
|
/frameworks/base/docs/html/guide/google/gcm/ |
D | demo.jd | 243 <li>In the emulator, launch the GCM Demo app. The initial screen should look like this:</li>
|