Home
last modified time | relevance | path

Searched refs:big (Results 1 – 25 of 49) 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.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.java136 RemoteViews big = applyStandardTemplate(context, contentTitle, contentText, contentInfo, in generateMediaBigView() local
141 big.removeAllViews(R.id.media_actions); in generateMediaBigView()
145 big.addView(R.id.media_actions, button); in generateMediaBigView()
149 big.setViewVisibility(R.id.cancel_action, View.VISIBLE); in generateMediaBigView()
150 big.setInt(R.id.cancel_action, "setAlpha", in generateMediaBigView()
152 big.setOnClickPendingIntent(R.id.cancel_action, cancelButtonIntent); in generateMediaBigView()
154 big.setViewVisibility(R.id.cancel_action, View.GONE); in generateMediaBigView()
156 return big; in generateMediaBigView()
/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.java3495 private void resetStandardTemplateWithActions(RemoteViews big) { in resetStandardTemplateWithActions() argument
3498 big.setViewVisibility(R.id.actions, View.GONE); in resetStandardTemplateWithActions()
3499 big.removeAllViews(R.id.actions); in resetStandardTemplateWithActions()
3501 big.setViewVisibility(R.id.notification_material_reply_container, View.GONE); in resetStandardTemplateWithActions()
3502 big.setTextViewText(R.id.notification_material_reply_text_1, null); in resetStandardTemplateWithActions()
3504 big.setViewVisibility(R.id.notification_material_reply_text_2, View.GONE); in resetStandardTemplateWithActions()
3505 big.setTextViewText(R.id.notification_material_reply_text_2, null); in resetStandardTemplateWithActions()
3506 big.setViewVisibility(R.id.notification_material_reply_text_3, View.GONE); in resetStandardTemplateWithActions()
3507 big.setTextViewText(R.id.notification_material_reply_text_3, null); in resetStandardTemplateWithActions()
3509 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/topic/performance/power/
Dindex.jd100 the most power. Finding what to target is a big step toward
/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/design/wear/
Dprinciples.jd34 <h2 id="BigGestures">Design for big gestures</h2>
/frameworks/base/docs/html/training/basics/firstapp/
Dbuilding-ui.jd193 specifies that the view should be only as big as needed to fit the contents of the view. If you
270 android.widget.Button} widgets are only as big as necessary to fit their content, as figure 2 shows.

12