Home
last modified time | relevance | path

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

123

/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.jd84 <td style="text-align: center;"><big>&nbsp;</big></td>
85 <td style="text-align: center;"><big>&bull;</big></td>
91 <td style="text-align: center;"><big>&nbsp;</big></td>
92 <td style="text-align: center;"><big>&bull;</big></td>
97 <td style="text-align: center;"><big>&nbsp;</big></td>
98 <td style="text-align: center;"><big>&bull;</big></td>
102 <td style="text-align: center;"><big>&bull;</big></td>
103 <td style="text-align: center;"><big>&bull;</big></td>
108 <td style="text-align: center;"><big>&bull;</big></td>
109 <td style="text-align: center;"><big>&bull;</big></td>
[all …]
/frameworks/support/v7/appcompat/src/android/support/v7/app/
DNotificationCompatImplBase.java119 RemoteViews big = applyStandardTemplate(context, contentTitle, contentText, contentInfo, in generateBigContentView() local
123 big.removeAllViews(R.id.media_actions); in generateBigContentView()
127 big.addView(R.id.media_actions, button); in generateBigContentView()
131 big.setViewVisibility(R.id.cancel_action, View.VISIBLE); in generateBigContentView()
132 big.setInt(R.id.cancel_action, "setAlpha", in generateBigContentView()
134 big.setOnClickPendingIntent(R.id.cancel_action, cancelButtonIntent); in generateBigContentView()
136 big.setViewVisibility(R.id.cancel_action, View.GONE); in generateBigContentView()
138 return big; in generateBigContentView()
/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.java3464 private void resetStandardTemplateWithActions(RemoteViews big) { in resetStandardTemplateWithActions() argument
3467 big.setViewVisibility(R.id.actions, View.GONE); in resetStandardTemplateWithActions()
3468 big.removeAllViews(R.id.actions); in resetStandardTemplateWithActions()
3470 big.setViewVisibility(R.id.notification_material_reply_container, View.GONE); in resetStandardTemplateWithActions()
3471 big.setTextViewText(R.id.notification_material_reply_text_1, null); in resetStandardTemplateWithActions()
3473 big.setViewVisibility(R.id.notification_material_reply_text_2, View.GONE); in resetStandardTemplateWithActions()
3474 big.setTextViewText(R.id.notification_material_reply_text_2, null); in resetStandardTemplateWithActions()
3475 big.setViewVisibility(R.id.notification_material_reply_text_3, View.GONE); in resetStandardTemplateWithActions()
3476 big.setTextViewText(R.id.notification_material_reply_text_3, null); in resetStandardTemplateWithActions()
3478 big.setViewLayoutMarginBottomDimen(R.id.notification_action_list_margin_target, 0); in resetStandardTemplateWithActions()
[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.jd54 big each view needs
/frameworks/base/docs/html/design/tv/
Dindex.jd14 <p>The Android TV platform user interface provides the launch pad for your app's big screen
38 <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/wearables/notifications/
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
Dpages.jd51 // Create a big text style for the second page
/frameworks/base/docs/html/tv/
Dindex.jd94 Find out how to get your app ready for its big-screen debut.
188 Start creating your big-screen experience!
/frameworks/base/docs/html/training/tv/tif/
Dindex.jd28 Watching live TV shows and other continuous, channel-based content is a big part of the TV
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/loaders/
DLoaderDicom.java119 boolean big(short vr) { in big() method in LoaderDicom
208 if (big(e.mVR)) { in readTag()
/frameworks/base/docs/html/about/versions/
Dlollipop.jd29 <li><a href="#TV">Your apps on the big screen</a></li>
109 <h2 id="TV">Your apps on the big screen</h2>
111 …/index.html">Android TV</a> provides a complete TV platform for your app's big screen experience. …
113 <p>With Android TV you can now <strong>create big, bold experiences</strong> for your app or game c…
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java854 RemoteViews big = builder.createBigContentView(); in maybePopulateRemoteViews() local
858 notification.bigContentView = big; in maybePopulateRemoteViews()
/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/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/minikin/doc/
Dhyb_file_format.md45 to be ported to big-endian systems).
/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
271 the button is only as big as necessary to fit the button's text label.</li>
305 android.widget.Button} widgets are only as big as necessary to fit their content, as Figure 2 shows.
/frameworks/base/docs/html/design/wear/
Dprinciples.jd34 <h2 id="BigGestures">Design for big gestures</h2>
/frameworks/base/docs/html/distribute/users/
Dbuild-buzz.jd22 afraid to try something different or quirky, taking a risk could pay big

123