Searched refs:chosen (Results 1 – 25 of 46) sorted by relevance
12
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | FlashlightController.java | 152 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/ |
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 | 150 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/ |
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 | 57 …le, in the case illustrated to the right, a suitable background image is chosen to reflect the sev…
|
D | patterns.jd | 137 …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/ |
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/google/gcm/ |
D | gs.jd | 88 with your chosen GCM connection server. The app server sends data to a
|
D | gcm.jd | 120 implement to work with your chosen GCM connection server(s). App servers send
|
/frameworks/base/docs/html/guide/topics/ui/controls/ |
D | pickers.jd | 105 // 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/ |
D | texture.jd | 162 APK to use is chosen using some simple rules:</p> 208 such that red ≥ green ≥ 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/ |
D | regulatory.jd | 50 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/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/training/id-auth/ |
D | identify.jd | 55 there's no guarantee that the username chosen will be unique. </p>
|
/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/docs/html/google/play/billing/ |
D | billing_testing.jd | 76 <p>It’s easy to set up test purchases—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/ |
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/distribute/googleplay/ |
D | about.jd | 292 Apps chosen for <em>Editors’ Choice</em> also receive a badge that is
|
/frameworks/base/docs/html/tools/projects/ |
D | projects-eclipse.jd | 116 you have chosen.</li>
|
/frameworks/base/docs/html/training/connect-devices-wirelessly/ |
D | nsd.jd | 117 // Store the chosen port.
|
/frameworks/base/docs/html/develop/ |
D | index.jd | 149 …<p>See the apps chosen by the Android Design team for their masterfully crafted design details...<…
|
/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
|
12