Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DFlashlightController.java152 Size chosen = outputSizes[0]; in getSmallestSize() local
154 if (chosen.getWidth() >= s.getWidth() && chosen.getHeight() >= s.getHeight()) { in getSmallestSize()
155 chosen = s; in getSmallestSize()
158 return chosen; in getSmallestSize()
/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.java150 final View chosen = recyclerView.getChildAt(recyclerView.getChildCount() - 2); in accessibilitySpanIndicesTest() local
151 final int position = recyclerView.getChildLayoutPosition(chosen); in accessibilitySpanIndicesTest()
155 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.jd57 …le, in the case illustrated to the right, a suitable background image is chosen to reflect the sev…
Dpatterns.jd137 …hese cases, the most probable default values for these choices should be chosen on the user’s beha…
/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/google/gcm/
Dgs.jd88 with your chosen GCM connection server. The app server sends data to a
Dgcm.jd120 implement to work with your chosen GCM connection server(s). App servers send
/frameworks/base/docs/html/guide/topics/ui/controls/
Dpickers.jd105 // Do something with the time chosen by the user
210 // Do something with the date chosen by the user
/frameworks/base/docs/html/training/multiple-apks/
Dtexture.jd162 APK to use is chosen using some simple rules:</p>
208 such that red &#8805; green &#8805; blue, then both Red and Green will always be chosen over Blue on
210 red will be chosen.
/frameworks/base/docs/html/tv/adt-1/
Dregulatory.jd50 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/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/training/id-auth/
Didentify.jd55 there's no guarantee that the username chosen will be unique. </p>
/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/docs/html/google/play/billing/
Dbilling_testing.jd76 <p>It’s easy to set up test purchases&mdash;any user account can be chosen to be
145 <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/distribute/googleplay/
Dabout.jd292 Apps chosen for <em>Editors’ Choice</em> also receive a badge that is
/frameworks/base/docs/html/tools/projects/
Dprojects-eclipse.jd116 you have chosen.</li>
/frameworks/base/docs/html/training/connect-devices-wirelessly/
Dnsd.jd117 // Store the chosen port.
/frameworks/base/docs/html/develop/
Dindex.jd149 …<p>See the apps chosen by the Android Design team for their masterfully crafted design details...<…
/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