Home
last modified time | relevance | path

Searched refs:rest (Results 1 – 25 of 70) sorted by relevance

123

/frameworks/base/core/java/android/text/style/
DLeadingMarginSpan.java102 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/
DIntegralToString.java371 int rest = ((int) ((n - midDigit) >>> 1)) * 0xCCCCCCCD; local
372 cursor = intIntoCharArray(buf, cursor, rest);
/frameworks/base/media/java/android/media/
DWebVttRenderer.java845 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/
Dservice_testing.jd82 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/
Duiautomator112 # if cmd is not 'runtest', just take the rest of the args
/frameworks/base/docs/html/google/play-services/
Dads.jd79 …<p>Detailed documentation for Google Mobile Ads for Android is available with the rest of the Goog…
Dmaps.jd85 <p>Detailed documentation for the Google Maps Android APIs is available with the rest of the
Dplus.jd86 <p>Detailed documentation for the Google+ Android APIs is available with the rest of the
/frameworks/base/docs/html/training/sharing/
Dshareaction.jd35 android.widget.ShareActionProvider}, you provide a share intent and it does the rest.</p>
/frameworks/base/docs/html/guide/topics/ui/layout/
Dlinear.jd73 share the rest equally.</p>
/frameworks/base/services/java/com/android/server/
DNsdService.java478 String rest = cooked[2].substring(index); in handleNativeEvent() local
479 String type = rest.replace(".local.", ""); in handleNativeEvent()
/frameworks/base/docs/html/guide/webapps/
Dbest-practices.jd30 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/
Dactivity-unit-testing.jd27 other components in isolation (that is, disconnected from the rest of the
/frameworks/base/docs/html/training/basics/actionbar/
Doverlaying.jd31 slightly reducing the amount of space available for the rest of your activity's layout.
/frameworks/base/docs/html/sdk/installing/
Dindex.jd11 use to download the rest of the SDK packages (such as the latest system image).</p>
/frameworks/base/docs/html/training/displaying-bitmaps/
Dcache-bitmap.jd70 <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/
Doptimizing-view.jd161 shown. During the rest
Dmaking-interactive.jd108 rest of the gesture, and the other methods of
/frameworks/base/docs/html/guide/practices/
Dseamlessness.jd188 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/
Dseamlessness.jd187 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/
Dhelp.jd113 …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/
Dservice-element.jd98 rest of the system and has no permissions of its own.
/frameworks/base/docs/html/training/monetization/
Dads-and-ux.jd230 within the application or create a layout such that the rest of content fills up the screen.</p>
/frameworks/base/docs/html/training/gestures/
Ddetector.jd304 the system assumes that you want to ignore the rest of the gesture, and the other methods of
/frameworks/base/tools/layoutlib/create/
DREADME.txt203 by the rest of the Android stack. The replacement version of Paint can still use

123