/frameworks/base/core/java/android/text/style/ |
D | LeadingMarginSpan.java | 102 public Standard(int first, int rest) { in Standard() argument 104 mRest = rest; in Standard()
|
/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 | 845 String rest = line.substring(arrowAt + 3) 847 int spaceAt = rest.indexOf(' '); 848 String end = spaceAt > 0 ? rest.substring(0, spaceAt) : rest; 849 rest = spaceAt > 0 ? rest.substring(spaceAt + 1) : ""; 853 for (String setting: rest.split(" +")) {
|
/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/testing/uiautomator/cmds/uiautomator/ |
D | uiautomator | 112 # if cmd is not 'runtest', just take the rest of the args
|
/frameworks/base/docs/html/google/play-services/ |
D | ads.jd | 79 …<p>Detailed documentation for Google Mobile Ads for Android is available with the rest of the Goog…
|
D | maps.jd | 85 <p>Detailed documentation for the Google Maps Android APIs is available with the rest of the
|
D | plus.jd | 86 <p>Detailed documentation for the Google+ Android APIs is available with the rest of the
|
/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/services/java/com/android/server/ |
D | NsdService.java | 478 String rest = cooked[2].substring(index); in handleNativeEvent() local 479 String type = rest.replace(".local.", ""); in handleNativeEvent()
|
/frameworks/base/docs/html/guide/webapps/ |
D | best-practices.jd | 30 while the rest of the user agent string is mostly the same. As such, it's important that you deliver
|
/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/docs/html/training/basics/actionbar/ |
D | overlaying.jd | 31 slightly reducing the amount of space available for the rest of your activity's layout.
|
/frameworks/base/docs/html/sdk/installing/ |
D | index.jd | 11 use to download the rest of the SDK packages (such as the latest system image).</p>
|
/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/training/custom-views/ |
D | optimizing-view.jd | 161 shown. During the rest
|
D | making-interactive.jd | 108 rest of the gesture, and the other methods of
|
/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/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/design/patterns/ |
D | help.jd | 113 …e. If you take this approach, be sure to also provide a way to get to the rest of the help content…
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | service-element.jd | 98 rest of the system and has no permissions of its own.
|
/frameworks/base/docs/html/training/monetization/ |
D | ads-and-ux.jd | 230 within the application or create a layout such that the rest of content fills up the screen.</p>
|
/frameworks/base/docs/html/training/gestures/ |
D | detector.jd | 304 the system assumes that you want to ignore the rest of the gesture, and the other methods of
|
/frameworks/base/tools/layoutlib/create/ |
D | README.txt | 203 by the rest of the Android stack. The replacement version of Paint can still use
|