/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/processing/ |
D | Scope.java | 168 List<Location> chosen = new ArrayList<Location>(); in findAbsoluteLocationFrom() local 172 chosen.add(absLocation); in findAbsoluteLocationFrom() 175 return chosen.isEmpty() ? locations : chosen; in findAbsoluteLocationFrom()
|
/frameworks/base/core/java/android/webkit/ |
D | WebViewFactory.java | 236 private static void verifyPackageInfo(PackageInfo chosen, PackageInfo toUse) { in verifyPackageInfo() argument 237 if (!chosen.packageName.equals(toUse.packageName)) { in verifyPackageInfo() 240 + chosen.packageName + " actual: " + toUse.packageName); in verifyPackageInfo() 242 if (chosen.versionCode > toUse.versionCode) { in verifyPackageInfo() 244 + "version code is lower than expected: " + chosen.versionCode in verifyPackageInfo() 251 if (!signaturesEquals(chosen.signatures, toUse.signatures)) { in verifyPackageInfo()
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_presentation_time.txt | 84 first frame may be arbitrarily chosen and those of subsequent frames 85 chosen relative to that of the first frame.
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
D | GridLayoutManagerTest.java | 302 final View chosen = recyclerView.getChildAt(recyclerView.getChildCount() - 2); in accessibilitySpanIndicesTest() local 303 final int position = recyclerView.getChildLayoutPosition(chosen); in accessibilitySpanIndicesTest() 307 delegateCompat.onInitializeAccessibilityNodeInfo(chosen, info); in accessibilitySpanIndicesTest()
|
/frameworks/base/docs/html/design/wear/ |
D | index.jd | 62 … or a custom watch face design, depending on the watch face the user has chosen. Tapping anywhere … 68 <li><strong>Watch faces</strong> may be chosen by the user to appear in the background of the Home …
|
D | style.jd | 56 …le, in the case illustrated to the right, a suitable background image is chosen to reflect the sev…
|
D | patterns.jd | 135 …hese cases, the most probable default values for these choices should be chosen on the user’s beha…
|
/frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/writer/ |
D | LayoutBinderWriter.kt | 958 val chosen = expr.dependants.filter { in readWithDependants() constant 964 if (chosen.isNotEmpty()) { in readWithDependants() 965 dependants.addAll(chosen.map { it.dependant }) in readWithDependants()
|
/frameworks/base/docs/html/guide/topics/ui/controls/ |
D | pickers.jd | 105 // Do something with the time chosen by the user 206 // Do something with the date chosen by the user
|
/frameworks/base/docs/html/training/design-navigation/ |
D | wireframing.jd | 58 <p>At this point, it's a good idea to think of screen map variations, in case your chosen patterns … 71 …n). If that happens, explore other navigation patterns, or variations on chosen patterns, to arriv…
|
/frameworks/base/docs/html/training/multiple-apks/ |
D | texture.jd | 155 APK to use is chosen using some simple rules:</p> 201 such that red ≥ green ≥ blue, then both Red and Green will always be chosen over Blue on 203 red will be chosen.
|
D | api.jd | 194 APK to use is chosen using two simple rules:</p>
|
/frameworks/base/docs/html/tv/adt-1/ |
D | regulatory.jd | 51 potential radio interference to other users, the antenna type and its gain should be so chosen
|
/frameworks/base/docs/html/guide/appendix/ |
D | app-intents.jd | 101 …Maps activity when the Street View "Go to Maps" menu item is chosen. It corresponds to the <em>z</…
|
D | g-app-intents.jd | 110 …Maps activity when the Street View "Go to Maps" menu item is chosen. It corresponds to the <em>z</…
|
/frameworks/base/docs/html/training/id-auth/ |
D | identify.jd | 55 there's no guarantee that the username chosen will be unique. </p>
|
/frameworks/base/docs/html/training/backward-compatible-ui/ |
D | abstracting.jd | 49 …ses for these new APIs, any number of implementations can be created and chosen at runtime. For th…
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | uses-configuration-element.jd | 13 "undefined". Since it's unclear what the change will be, I've chosen to document the "no___"
|
/frameworks/base/proto/src/ |
D | metrics_constants.proto | 2056 // ACTION: New magnification gesture configuration is chosen 2063 // ACTION: New font size is chosen 2070 // ACTION: New display size is chosen 2077 // ACTION: New screen reader configuration is chosen
|
/frameworks/base/docs/html/preview/features/ |
D | picture-in-picture.jd | 56 the four corners of the screen, chosen by the system. The user can bring up a
|
/frameworks/base/docs/html/google/play/billing/ |
D | billing_testing.jd | 96 <p>It’s easy to set up test purchases—any user account can be chosen to be 174 <p>With alpha/beta test groups, real users (chosen by you) can install your app
|
/frameworks/base/docs/html/training/secure-file-sharing/ |
D | share-file.jd | 287 Provide users with an way to return immediately to the client app once they have chosen a file.
|
/frameworks/base/docs/html/training/connect-devices-wirelessly/ |
D | nsd.jd | 117 // Store the chosen port.
|
/frameworks/base/docs/html/training/contacts-provider/ |
D | modify-data.jd | 150 has already chosen a contact of interest. For example, an app that finds contacts that have
|
D | display-contact-badge.jd | 133 chosen. To learn how to retrieve this columns in a {@link android.database.Cursor}, read the
|