Home
last modified time | relevance | path

Searched refs:full (Results 1 – 25 of 195) sorted by relevance

12345678

/frameworks/base/services/java/com/android/server/am/
DContentProviderRecord.java143 void dump(PrintWriter pw, String prefix, boolean full) { in dump() argument
144 if (full) { in dump()
153 if (full) { in dump()
161 if (full) { in dump()
168 if (full) { in dump()
181 if (full) { in dump()
/frameworks/wilhelm/src/android/
Dandroid_AudioToCbRenderer.cpp63 size_t full = mDecodeBuffer->range_length(); in onRender() local
66 while (offset < full) { in onRender()
/frameworks/base/docs/html/design/patterns/
Dfullscreen.jd2 page.tags="full screen","immersive", "leanback"
6 Some content is best experienced full screen, like videos, games, image
8 deeply with content in full screen by minimizing visual distraction from app
15 In version 4.4, Android offers two approaches for making your app go full
40 The Lean Back approach is for full-screen experiences in which users won't be
59 heavily interacting with the full screen as part of the primary experience.
80 message that appears the first time the app goes full screen.
/frameworks/base/services/java/com/android/server/pm/
DPreferredActivity.java49 public void writeToXml(XmlSerializer serializer, boolean full) throws IOException { in writeToXml() argument
50 mPref.writeToXml(serializer, full); in writeToXml()
/frameworks/base/docs/html/training/efficient-downloads/
Defficient-network-access.jd42 <li><b>Low power</b>: An intermediate state that uses around 50% of the battery power at the full s…
46 …o network requests. Returning to full power from the low state takes around 1.5 seconds, while mov…
63 …dio transitions to the full power state. In the case of the typical 3G radio state machine describ…
76 … to need for a given time period in a single burst, over a single connection, at full capacity.</p>
102 …ndwidth by downloading headlines only after a category has been selected, full articles only when …
108 …is to prefetch every headline, thumbnail, article text, and possibly even full article pictures&md…
110 <p>One solution is to schedule the full download to occur only when connected to Wi-Fi, and possibl…
126 …ve bandwidth, rather than download full photos for each article, it prefetches only thumbnails and…
128 … it's collected. The resulting bundle should be transferred when either a full-sized photo is bein…
130 <p>Any time-sensitive or on-demand transfer&mdash;such as downloading a full-sized image&mdash;shou…
Dredundant_redundant.jd32 …ice to reduce the size of the images server-side, rather than downloading full-sized images that a…
36 …ing. Always cache static resources, including on-demand downloads such as full size images, for as…
/frameworks/base/core/tests/coretests/src/android/net/
DNetworkStatsHistoryTest.java357 final NetworkStatsHistory full = new NetworkStatsHistory(MINUTE_IN_MILLIS, 0, FIELD_ALL); in testIgnoreFieldsRecordIn() local
361 full.recordData(0, MINUTE_IN_MILLIS, in testIgnoreFieldsRecordIn()
363 partial.recordEntireHistory(full); in testIgnoreFieldsRecordIn()
369 final NetworkStatsHistory full = new NetworkStatsHistory(MINUTE_IN_MILLIS, 0, FIELD_ALL); in testIgnoreFieldsRecordOut() local
375 full.recordEntireHistory(partial); in testIgnoreFieldsRecordOut()
377 assertFullValues(full, MINUTE_IN_MILLIS, 0L, 10L, 0L, 0L, 4L); in testIgnoreFieldsRecordOut()
/frameworks/base/core/java/android/content/res/
DStringBlock.java378 private static String subtag(String full, String attribute) { in subtag() argument
379 int start = full.indexOf(attribute); in subtag()
385 int end = full.indexOf(';', start); in subtag()
388 return full.substring(start); in subtag()
390 return full.substring(start, end); in subtag()
/frameworks/compile/mclinker/include/mcld/Config/
DConfig.h.in77 /* Define to the full name of this package. */
80 /* Define to the full name and version of this package. */
/frameworks/base/docs/html/tools/projects/
Dtemplates.jd12 <li><a href="#full-screen-activity">Full Screen Activity Template</a></li>
68 <li><a href="#full-screen-activity">FullScreenActivity</a></li>
173 <h3 id="full-screen-activity">Full Screen Activity Template</h3>
183 <td><img src="{@docRoot}images/code_templates/full-screen-activity.png" alt="" />
187 primary, full screen view and a view with standard user interface controls, including the
188 notification bar and application title bar. The full screen view is the default and a user
257 <li><a href="#full-screen-activity">FullScreenActivity</a></li>
/frameworks/native/opengl/tests/testViewport/
DREADME7 The program clears the screen to blue, then draws a full screen white quad that
/frameworks/base/docs/html/google/gcm/
Dclient.jd20 <p>A full GCM implementation requires both a client implementation and a server-side implementation…
Dserver.jd44 …erver</a>), see <a href="gs.html#server">Getting Started</a>. Note that a full GCM implementation …
135 …s for 0 classes. Timings : input=28 ms, enhance=0 ms, total=28 ms. Consult the log for full details
136 …[enhance] DataNucleus Enhancer completed and no classes were enhanced. Consult the log for full de…
/frameworks/base/services/java/com/android/server/
DPreferredComponent.java178 public void writeToXml(XmlSerializer serializer, boolean full) throws IOException { in writeToXml() argument
181 if (full) { in writeToXml()
/frameworks/av/services/audioflinger/
DFastMixer.cpp88 bool full = false; // whether we have collected at least mSamplingN samples in threadLoop() local
198 full = false; in threadLoop()
586 if (full) { in threadLoop()
589 full = true; in threadLoop()
/frameworks/base/docs/html/guide/faq/
Dlicensingandoss.jd12 <p>The source code for the full Android stack is available from the <a href="http://source.android.…
/frameworks/base/media/lib/
DREADME.txt26 without exposing the full surface area of the support library media
/frameworks/webview/chromium/
DAndroid.mk94 LOCAL_PROGUARD_ENABLED := full
/frameworks/base/docs/html/guide/topics/manifest/
Dmanifest-element.jd50 <dd>A full Java-language-style package name for the application. The name should
135 storage is full, then the system will not install the application. This is also the default behavior
140 application on the internal storage by default. If the internal storage is full, then the system
147 storage if the external media is unavailable or full. Once installed, the user can move the applica…
/frameworks/base/docs/html/training/displaying-bitmaps/
Dload-bitmap.jd78 <p>Now that the image dimensions are known, they can be used to decide if the full image should be
83 <li>Estimated memory usage of loading the full image in memory.</li>
98 bitmap of approximately 512x384. Loading this into memory uses 0.75MB rather than 12MB for the full
/frameworks/base/core/java/android/view/
DHardwareRenderer.java266 abstract void destroy(boolean full); in destroy() argument
1287 void destroy(boolean full) { in destroy() argument
1288 if (full && mCanvas != null) { in destroy()
2164 void destroy(boolean full) { in destroy() argument
2166 super.destroy(full); in destroy()
2168 if (full && mGlCanvas != null) { in destroy()
/frameworks/support/v7/gridlayout/
DREADME.txt60 …<android.support.v7.widget.Space <=== space widgets also need the full support …
/frameworks/base/docs/html/distribute/googleplay/policies/
Dindex.jd20 For complete information about Google Play policies, please see the full
/frameworks/base/docs/html/tools/help/
Dsqlite3.jd23 <p>You can also optionally specify a full path to a database that you want to explore.
/frameworks/base/docs/html/training/camera/
Dphotobasics.jd131 icon, but not a lot more. Dealing with a full-sized image takes a bit more
137 <p>The Android Camera application saves a full-size photo if you give it a file to
227 <p>Managing multiple full-sized images can be tricky with limited memory. If

12345678