/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/ |
D | ModelAnalyzer.java | 157 final String rest; in applyImports() local 160 rest = null; in applyImports() 163 rest = className.substring(dotIndex); // includes dot in applyImports() 168 result = rest == null ? expandedQualifier : expandedQualifier + rest; in applyImports()
|
/frameworks/base/core/java/android/text/style/ |
D | LeadingMarginSpan.java | 109 public Standard(int first, int rest) { in Standard() argument 111 mRest = rest; in Standard()
|
/frameworks/rs/api/ |
D | GenerateStubsWhiteList.cpp | 241 string rest, compressedRest; in mangleType() local 242 if (!mangleType(vectorSize, tokens, previousManglings, &rest, &compressedRest)) { in mangleType() 245 *mangling = delta + rest; in mangleType()
|
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/java/ |
D | IntegralToString.java | 371 int rest = ((int) ((n - midDigit) >>> 1)) * 0xCCCCCCCD; local 372 cursor = intIntoCharArray(buf, cursor, rest);
|
/frameworks/base/media/java/android/media/ |
D | WebVttRenderer.java | 851 String rest = line.substring(arrowAt + 3) 853 int spaceAt = rest.indexOf(' '); 854 String end = spaceAt > 0 ? rest.substring(0, spaceAt) : rest; 855 rest = spaceAt > 0 ? rest.substring(spaceAt + 1) : ""; 859 for (String setting: rest.split(" +")) {
|
/frameworks/base/docs/html/design/wear/ |
D | creative-vision.jd | 51 <p>By providing a smart connection to the rest of the world while respecting the user’s attention, …
|
D | index.jd | 76 …ext stream pattern, apps should respect the same design principles as the rest of the system. For …
|
/frameworks/base/docs/html/guide/webapps/ |
D | index.jd | 17 <p>If you chose to provide a web-based app for Android-powered devices, you can rest
|
D | best-practices.jd | 48 while the rest of the user agent string is mostly the same. As such, it's important that you deliver
|
/frameworks/base/docs/html/tv/ |
D | index.jd | 59 <div class="landing-rest-of-page"> 261 </div> <!-- end .landing-rest-of-page -->
|
/frameworks/base/docs/html/tools/testing/ |
D | service_testing.jd | 82 test from the rest of the system. 120 rest of the system. If you don't provide your own instances of these objects before you
|
/frameworks/base/cmds/uiautomator/cmds/uiautomator/ |
D | uiautomator | 112 # if cmd is not 'runtest', just take the rest of the args
|
/frameworks/base/docs/html/training/sharing/ |
D | shareaction.jd | 35 android.widget.ShareActionProvider}, you provide a share intent and it does the rest.</p>
|
/frameworks/base/docs/html/guide/topics/ui/layout/ |
D | linear.jd | 73 share the rest equally.</p>
|
/frameworks/base/docs/html/wear/ |
D | index.jd | 77 <div class="landing-rest-of-page"> 334 </div> <!-- end .landing-rest-of-page -->
|
/frameworks/base/docs/html/training/wearables/apps/ |
D | index.jd | 71 in ADT. The rest of this training assumes you're using Android Studio.
|
/frameworks/base/docs/html/training/activity-testing/ |
D | activity-unit-testing.jd | 27 other components in isolation (that is, disconnected from the rest of the
|
/frameworks/base/services/core/java/com/android/server/ |
D | NsdService.java | 487 String rest = cooked[2].substring(index); in handleNativeEvent() local 488 String type = rest.replace(".local.", ""); in handleNativeEvent()
|
/frameworks/base/docs/html/training/basics/actionbar/ |
D | overlaying.jd | 33 slightly reducing the amount of space available for the rest of your activity's layout.
|
/frameworks/base/docs/html/ndk/guides/ |
D | concepts.jd | 286 <li>Implement the rest of the callbacks that you set in {@code ANativeActivity->callbacks}. For 291 <li>Develop the rest of your application.</li>
|
D | cpu-features.jd | 88 CPU-family-specific feature. The rest of this section provides information on features for
|
/frameworks/base/docs/html/training/displaying-bitmaps/ |
D | cache-bitmap.jd | 70 <li>How memory intensive is the rest of your activity and/or application?</li> 90 and leave the rest of your app little memory to work with.</p>
|
/frameworks/base/docs/html/guide/practices/app-design/ |
D | seamlessness.jd | 187 layouts.) If you do that much, the system handles the rest, and your 204 frustratingly slow the rest based on where the user is at any given moment are
|
/frameworks/base/docs/html/guide/practices/ |
D | seamlessness.jd | 188 layouts.) If you do that much, the system handles the rest, and your 205 frustratingly slow the rest based on where the user is at any given moment are
|
/frameworks/base/docs/html/training/tv/tif/ |
D | channel.jd | 145 update the rest of the channel data in the background. See the <a class="external-link" href="https…
|