Home
last modified time | relevance | path

Searched refs:chosen (Results 1 – 25 of 45) sorted by relevance

12

/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/processing/
DScope.java168 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/
DWebViewFactory.java236 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/
DEGL_ANDROID_presentation_time.txt84 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/
DGridLayoutManagerTest.java302 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/
Dindex.jd62 … 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 …
Dstyle.jd56 …le, in the case illustrated to the right, a suitable background image is chosen to reflect the sev…
Dpatterns.jd135 …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/
DLayoutBinderWriter.kt958 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/
Dpickers.jd105 // 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/
Dwireframing.jd58 <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/
Dtexture.jd155 APK to use is chosen using some simple rules:</p>
201 such that red &#8805; green &#8805; blue, then both Red and Green will always be chosen over Blue on
203 red will be chosen.
Dapi.jd194 APK to use is chosen using two simple rules:</p>
/frameworks/base/docs/html/tv/adt-1/
Dregulatory.jd51 potential radio interference to other users, the antenna type and its gain should be so chosen
/frameworks/base/docs/html/guide/appendix/
Dapp-intents.jd101 …Maps activity when the Street View "Go to Maps" menu item is chosen. It corresponds to the <em>z</…
Dg-app-intents.jd110 …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/
Didentify.jd55 there's no guarantee that the username chosen will be unique. </p>
/frameworks/base/docs/html/training/backward-compatible-ui/
Dabstracting.jd49 …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/
Duses-configuration-element.jd13 "undefined". Since it's unclear what the change will be, I've chosen to document the "no___"
/frameworks/base/proto/src/
Dmetrics_constants.proto2056 // 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/
Dpicture-in-picture.jd56 the four corners of the screen, chosen by the system. The user can bring up a
/frameworks/base/docs/html/google/play/billing/
Dbilling_testing.jd96 <p>It’s easy to set up test purchases&mdash;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/
Dshare-file.jd287 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/
Dnsd.jd117 // Store the chosen port.
/frameworks/base/docs/html/training/contacts-provider/
Dmodify-data.jd150 has already chosen a contact of interest. For example, an app that finds contacts that have
Ddisplay-contact-badge.jd133 chosen. To learn how to retrieve this columns in a {@link android.database.Cursor}, read the

12