Home
last modified time | relevance | path

Searched refs:initial (Results 1 – 25 of 54) sorted by relevance

123

/frameworks/av/services/audioflinger/
DFastMixer.cpp44 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/
DSpannableStringInternal.java32 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/
Dtargeting.jd49 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 &lt;meta name="viewport" content="initial-scale=1.0" /&gt;
[all …]
Dbest-practices.jd59 specify the height and width for the browser's viewport, the initial web page scale and even the
63 &lt;meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"&gt;
/frameworks/base/docs/html/guide/topics/manifest/
Dgrant-uri-permission-element.jd48 The {@code pathPrefix} attribute specifies the initial part of a path;
50 initial part.
Dpath-permission-element.jd43 <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.
Ddata-element.jd99 only the initial part of the path in the Intent object. The {@code pathPattern}
/frameworks/base/docs/html/distribute/googleplay/about/
Dmonetizing.jd49 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/
Daoa2.jd23 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
Daoa.jd83 <p>During the initial connection, the accessory should check the vendor and product IDs of the
/frameworks/base/docs/html/tools/testing/
Dactivity_test.jd34 <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…
1055initial setup of the application under test. If testPreConditions() fails, then succeeding tests c…
/frameworks/base/docs/html/guide/google/play/licensing/
Dlicensing-reference.jd349 {@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/
Dbilling_integrate.jd465 <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/
Dfragment-ui.jd72 initial fragment(s) to the activity during the activity's
/frameworks/base/docs/html/guide/practices/app-design/
Dresponsiveness.jd135 <li>If your application has a time-consuming initial setup phase, consider
/frameworks/base/docs/html/guide/practices/
Dresponsiveness.jd135 <li>If your application has a time-consuming initial setup phase, consider
/frameworks/base/docs/html/training/cloudsync/
Dbackupapi.jd32 initial setup, the previous data associated with the app restores as well. By
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dactivity_task_design.jd422 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/
DAaptAssets.cpp1529 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/
Dwireframing.jd73 <p>After you're satisfied with initial sketches, it's a good idea to move on to digital wireframing…
/frameworks/compile/mclinker/
DINSTALL75 You can give `configure' initial values for configuration parameters
/frameworks/base/docs/html/tools/help/
DMonkeyRunner.jd325 The initial value to display in the dialog. The default is an empty string.
Dmonkey.jd178 <td>When specified, the Monkey will perform the initial launch into a test activity, but
/frameworks/base/docs/html/guide/topics/resources/
Dlayout-resource.jd138 which gives it's parent initial focus on the screen. You can have only one of these
/frameworks/base/docs/html/guide/google/gcm/
Ddemo.jd243 <li>In the emulator, launch the GCM Demo app. The initial screen should look like this:</li>

123