/frameworks/opt/setupwizard/library/ |
D | common-full-support.mk | 26 ifeq (,$(findstring setup-wizard-lib-full-support,$(LOCAL_STATIC_JAVA_LIBRARIES))) 30 $(call my-dir)/full-support/res 32 LOCAL_STATIC_JAVA_LIBRARIES += setup-wizard-lib-full-support
|
D | Android.mk | 53 LOCAL_MODULE := setup-wizard-lib-full-support 57 $(LOCAL_PATH)/full-support/res \ 61 LOCAL_SRC_FILES := $(call all-java-files-under, main/src eclair-mr1/src full-support/src)
|
D | rules.gradle | 89 java.srcDirs = ['eclair-mr1/src', 'full-support/src'] 90 res.srcDirs = ['eclair-mr1/res', 'full-support/res'] 104 java.srcDirs = ['full-support/test/src', 'eclair-mr1/test/src'] 105 res.srcDirs = ['full-support/test/res']
|
/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
D | BatteryStatsDurationTimerTest.java | 140 final BatteryStatsImpl.DurationTimer full = new BatteryStatsImpl.DurationTimer(clocks, in testParceling() local 143 assertFalse(full.isRunningLocked()); in testParceling() 144 assertEquals(0, full.getCurrentDurationMsLocked(6300)); in testParceling() 146 assertEquals(1200, full.getMaxDurationMsLocked(6301)); in testParceling()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ContentProviderRecord.java | 146 void dump(PrintWriter pw, String prefix, boolean full) { in dump() argument 147 if (full) { in dump() 156 if (full) { in dump() 164 if (full) { in dump() 171 if (full) { in dump() 192 if (full) { in dump()
|
/frameworks/wilhelm/src/android/ |
D | android_AudioToCbRenderer.cpp | 64 size_t full = mDecodeBuffer->range_length(); in onRender() local 67 while (offset < full) { in onRender()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | README | 9 after a full platform build. 13 full platform build.
|
/frameworks/base/docs/html/design/patterns/ |
D | fullscreen.jd | 2 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 16 In version 4.4, Android offers two approaches for making your app go full 41 The Lean Back approach is for full-screen experiences in which users won't be 60 heavily interacting with the full screen as part of the primary experience. 81 message that appears the first time the app goes full screen.
|
D | buttons.jd | 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 16 In version 4.4, Android offers two approaches for making your app go full 41 The Lean Back approach is for full-screen experiences in which users won't be 60 heavily interacting with the full screen as part of the primary experience. 81 message that appears the first time the app goes full screen.
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PreferredActivity.java | 48 public void writeToXml(XmlSerializer serializer, boolean full) throws IOException { in writeToXml() argument 49 mPref.writeToXml(serializer, full); in writeToXml()
|
/frameworks/base/docs/html/training/efficient-downloads/ |
D | efficient-network-access.jd | 42 <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—such as downloading a full-sized image—shou…
|
/frameworks/base/core/java/android/content/res/ |
D | StringBlock.java | 382 private static String subtag(String full, String attribute) { in subtag() argument 383 int start = full.indexOf(attribute); in subtag() 389 int end = full.indexOf(';', start); in subtag() 392 return full.substring(start); in subtag() 394 return full.substring(start, end); in subtag()
|
/frameworks/base/core/tests/coretests/src/android/net/ |
D | NetworkStatsHistoryTest.java | 357 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/webview/nullwebview/ |
D | Android.mk | 27 LOCAL_PROGUARD_ENABLED := full
|
/frameworks/base/docs/html/distribute/analyze/ |
D | index.jd | 28 you can have a full view of the transactions, such as in-app purchases, 31 data in AdMob</a> and have the full picture of your app revenue.
|
/frameworks/base/docs/html/wear/preview/ |
D | behavior-changes.jd | 41 <a href="{@docRoot}training/wearables/ui/exit.html">full screen</a> 49 including for full-screen panning activities. 53 for full-screen drawing and to draw over the other views.)
|
/frameworks/base/docs/html/design/wear/ |
D | structure.jd | 16 …am at a contextually relevant moment. It might have a button that opens a full screen view for a f… 141 …a couple examples. In those cases it might be good idea to <em>momentarily</em> go full screen.</p> 143 <p>A typical user experience with a full screen app on Android Wear looks like this:</p> 150 <li>A full screen activity opens for a micro interaction. 154 <h3>When to go full screen</h3> 155 …full screen only when you can’t do what you want on a card, and quickly exit back to the stream th… 159 <p>Your full screen design shouldn’t look too much like the card stream as it could confuse users. … 195 <dd>A full-color mode where the user can interact with your app.</dd>
|
/frameworks/base/docs/html/wear/preview/features/ |
D | ime.jd | 96 <li><Strong>Use full-screen-mode IME</strong> 99 app visible; using full-screen mode ensures an optimal user experience regardless 100 of the app UI. In full-screen mode, an 103 the input method UI. For more details on full-screen mode, see
|
/frameworks/data-binding/compiler/src/test/java/android/databinding/tool/expr/ |
D | ExprTest.java | 59 protected KCode generateCode(boolean full) { in generateCode() argument 93 protected KCode generateCode(boolean full) { in testBadExpr()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/ |
D | SupplicantWifiScannerTest.java | 693 public final boolean full; field in SupplicantWifiScannerTest.ScanPeriod.ReportType 694 private ReportType(boolean result, boolean full) { in ReportType() argument 696 this.full = full; in ReportType() 719 return mReportType.full; in expectFullResults()
|
/frameworks/compile/mclinker/include/mcld/Config/ |
D | Config.h.in | 83 /* Define to the full name of this package. */ 86 /* Define to the full name and version of this package. */
|
/frameworks/base/docs/html/distribute/monetize/ |
D | freemium.jd | 25 A basic approach is to offer a free download with limited features or full 26 features for a limited time. Then use an in-app purchase to unlock the full,
|
/frameworks/base/tools/aapt2/util/ |
D | Util_test.cpp | 27 const std::u16string full = u"\n "; in TEST() local 29 StringPiece16 trimmed = util::trimWhitespace(full); in TEST()
|
/frameworks/base/docs/html/training/tv/playback/ |
D | picture-in-picture.jd | 60 PIP menu that lets them toggle the PIP window to full-screen, or close the PIP 136 and restore these elements when your activity becomes full-screen again. 188 <p>When your activity switches out of PIP mode back to full-screen mode, the 197 video in the existing playback activity in full screen mode, instead of 219 <p>PIP is intended for activities that play full-screen video. When switching
|
/frameworks/native/opengl/tests/testViewport/ |
D | README | 7 The program clears the screen to blue, then draws a full screen white quad that
|