Home
last modified time | relevance | path

Searched refs:big (Results 1 – 25 of 44) sorted by relevance

12

/frameworks/base/docs/html/guide/appendix/
Dmedia-formats.jd76 <td style="text-align: center;"><big>&bull;</big></td>
77 <td style="text-align: center;"><big>&bull;</big></td>
89 <td style="text-align: center;"><big>&bull;</big><br><small>(Android 4.1+)</small></td>
90 <td style="text-align: center;"><big>&bull;</big></td>
96 <td style="text-align: center;"><big>&bull;</big></td>
103 <td style="text-align: center;"><big>&bull;</big><br><small>(Android 4.1+)</small></td>
104 <td style="text-align: center;"><big>&bull;</big><br><small>(Android 4.1+)</small></td>
111 <td style="text-align: center;"><big>&bull;</big></td>
112 <td style="text-align: center;"><big>&bull;</big></td>
120 <td style="text-align: center;"><big>&bull;</big></td>
[all …]
/frameworks/base/docs/html/training/notify-user/
Dexpanded.jd16 <li><a href="#big-view">Construct the Big View</a></li>
41 normal view and big view. The big view of a notification only appears when the
47 how to incorporate big view notifications into your app while still providing
50 Notifications API guide</a> for more discussion of big views.</p>
61 <p>Here is an example of a big view:</p>
63 <img src="{@docRoot}images/training/notifications-bigview.png" width="300" height="143" alt="big vi…
70 big view give users access to same functionality:</p>
117 <h2 id="big-view">Construct the Big View</h2>
119 <p>This snippet shows how to set up the buttons that will appear in the big view:</p>
123 // big view of the notification.
[all …]
Dindex.jd89 Learn how to create a big view within an expanded notification, while still maintaining
/frameworks/base/docs/html/training/game-controllers/
Dcompatibility.jd85 <td style="text-align: center;"><big>&nbsp;</big></td>
86 <td style="text-align: center;"><big>&nbsp;</big></td>
87 <td style="text-align: center;"><big>&bull;</big></td>
94 <td style="text-align: center;"><big>&nbsp;</big></td>
95 <td style="text-align: center;"><big>&bull;</big></td>
101 <td style="text-align: center;"><big>&nbsp;</big></td>
102 <td style="text-align: center;"><big>&bull;</big></td>
107 <td style="text-align: center;"><big>&bull;</big></td>
108 <td style="text-align: center;"><big>&bull;</big></td>
114 <td style="text-align: center;"><big>&bull;</big></td>
[all …]
/frameworks/base/docs/html/guide/topics/ui/
Dhow-android-draws.jd62 unspecified dimensions to find out how big they want to be, then call
65 unconstrained sizes is too big or too small (that is, if the children
87 describes how big the {@link android.view.View} wants to be for both
93 which means the {@link android.view.View} wants to be as big as its parent
96 which means that the {@link android.view.View} wants to be just big enough to
/frameworks/base/core/java/android/app/
DNotification.java2963 private void resetStandardTemplateWithActions(RemoteViews big) { in resetStandardTemplateWithActions() argument
2964 big.setViewVisibility(R.id.actions, View.GONE); in resetStandardTemplateWithActions()
2965 big.setViewVisibility(R.id.action_divider, View.GONE); in resetStandardTemplateWithActions()
2966 big.removeAllViews(R.id.actions); in resetStandardTemplateWithActions()
2970 RemoteViews big = applyStandardTemplate(layoutId); in applyStandardTemplateWithActions() local
2972 resetStandardTemplateWithActions(big); in applyStandardTemplateWithActions()
2976 big.setViewVisibility(R.id.actions, View.VISIBLE); in applyStandardTemplateWithActions()
2977 big.setViewVisibility(R.id.action_divider, View.VISIBLE); in applyStandardTemplateWithActions()
2981 big.addView(R.id.actions, button); in applyStandardTemplateWithActions()
2984 return big; in applyStandardTemplateWithActions()
[all …]
/frameworks/base/docs/html/training/custom-views/
Dcustom-drawing.jd159 // Figure out how big we can make the pie.
165 {@link android.view.View.MeasureSpec} values that tell you how big your view's
176 big enough to make the pie as big as its label:</p>
186 // get as big as it can
Doptimizing-view.jd72 big each view needs
/frameworks/base/docs/html/design/tv/
Dindex.jd8 <p>The Android TV platform user interface provides the launch pad for your app's big screen
32 <p>By bringing the power of Google search to the big screen, Android TV makes new, dynamic
Dprinciples.jd18 fast, be it the big game, their favorite show, or a game with friends. The next piece of content
/frameworks/wilhelm/tests/sandbox/
Dxaplay.c748 char big[256]; in main() local
750 streamIndex, &big); in main()
763 XATimedTextStreamInformation big; in main() local
765 streamIndex, &big); in main()
/frameworks/base/docs/html/training/tv/tif/
Dindex.jd19 Watching live television shows and other continuous, channel-based content is a big part of the
/frameworks/base/docs/html/training/wearables/notifications/
Dpages.jd51 // Create a big text style for the second page
Dcreating.jd176 to your notification by adding one of the "big view" styles to your notification. On a
177 handheld device, users can see the big view content by expanding the notification. On
178 a wearable device, the big view content is visible by default.</p>
193 // Specify the 'big view' content to display the long
/frameworks/base/docs/html/tv/
Dindex.jd93 Find out how to get your app ready for its big-screen debut.
157 Start creating your big-screen experience!
/frameworks/base/docs/html/about/versions/
Dlollipop.jd25 <li><a href="#TV">Your apps on the big screen</a></li>
124 <h2 id="TV">Your apps on the big screen</h2>
126 …/index.html">Android TV</a> provides a complete TV platform for your app's big screen experience. …
128 <p>With Android TV you can now <strong>create big, bold experiences</strong> for your app or game c…
/frameworks/base/docs/html/
Dindex.jd80 Build your apps for the big screen and bring your content to life.
/frameworks/base/docs/html/training/id-auth/
Dcustom_auth.jd169 the big name account types like "Google" and "Corporate." You can use the
176 this isn't a big deal&mdash;just bundle the service in the app.
/frameworks/base/docs/html/google/play-services/
Dcast.jd20 big screens.</p>
/frameworks/base/docs/html/design/patterns/
Dconfirming-acknowledging.jd60 …<p><strong>Confirmation is unnecessary</strong>. If the user +1'd by accident, it's not a big deal…
/frameworks/base/docs/html/training/basics/firstapp/
Dbuilding-ui.jd201 specifies that the view should be only as big as needed to fit the contents of the view. If you
274 the button is only as big as necessary to fit the button's text label.</li>
306 android.widget.Button} widgets are only as big as necessary to fit their content, as shown in
/frameworks/base/docs/html/design/wear/
Dprinciples.jd34 <h2 id="BigGestures">Design for big gestures</h2>
/frameworks/base/docs/html/distribute/stories/
Dtablets.jd3 … are investing in a full tablet experience for their apps and seeing those investments pay off big.
10 for their apps and are seeing those investments pay off big. The increased
/frameworks/base/docs/html/design/videos/
Dindex.jd99 …<p>An app is useless if people can't find their way around it. Android introduced big navigation-s…
/frameworks/base/docs/html/distribute/users/
Dbuild-buzz.jd63 afraid to try something different or quirky, taking a risk could pay big

12