Home
last modified time | relevance | path

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

1234

/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/
DModelAnalyzer.java157 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/
DLeadingMarginSpan.java109 public Standard(int first, int rest) { in Standard() argument
111 mRest = rest; in Standard()
/frameworks/rs/api/
DGenerateStubsWhiteList.cpp241 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/
DIntegralToString.java371 int rest = ((int) ((n - midDigit) >>> 1)) * 0xCCCCCCCD; local
372 cursor = intIntoCharArray(buf, cursor, rest);
/frameworks/base/media/java/android/media/
DWebVttRenderer.java851 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/
Dcreative-vision.jd51 <p>By providing a smart connection to the rest of the world while respecting the user’s attention, …
Dindex.jd76 …ext stream pattern, apps should respect the same design principles as the rest of the system. For …
/frameworks/base/docs/html/guide/webapps/
Dindex.jd17 <p>If you chose to provide a web-based app for Android-powered devices, you can rest
Dbest-practices.jd48 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/
Dindex.jd59 <div class="landing-rest-of-page">
261 </div> <!-- end .landing-rest-of-page -->
/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/base/cmds/uiautomator/cmds/uiautomator/
Duiautomator112 # if cmd is not 'runtest', just take the rest of the args
/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/docs/html/wear/
Dindex.jd77 <div class="landing-rest-of-page">
334 </div> <!-- end .landing-rest-of-page -->
/frameworks/base/docs/html/training/wearables/apps/
Dindex.jd71 in ADT. The rest of this training assumes you're using Android Studio.
/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/services/core/java/com/android/server/
DNsdService.java487 String rest = cooked[2].substring(index); in handleNativeEvent() local
488 String type = rest.replace(".local.", ""); in handleNativeEvent()
/frameworks/base/docs/html/training/basics/actionbar/
Doverlaying.jd33 slightly reducing the amount of space available for the rest of your activity's layout.
/frameworks/base/docs/html/ndk/guides/
Dconcepts.jd286 <li>Implement the rest of the callbacks that you set in {@code ANativeActivity-&gt;callbacks}. For
291 <li>Develop the rest of your application.</li>
Dcpu-features.jd88 CPU-family-specific feature. The rest of this section provides information on features for
/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/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/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/training/tv/tif/
Dchannel.jd145 update the rest of the channel data in the background. See the <a class="external-link" href="https…

1234