Home
last modified time | relevance | path

Searched refs:extend (Results 1 – 25 of 154) sorted by relevance

1234567

/frameworks/support/tests/java/android/support/v4/app/
DNotificationCompatActionWearableExtenderTest.java100 .extend(baseNoteExtender).build(); in testDefaultActionNotification()
102 .extend(compatNoteExtender).build(); in testDefaultActionNotification()
118 .extend(baseExtender); in testDefaultActionExtenderNotification()
121 .extend(compatExtender); in testDefaultActionExtenderNotification()
131 .extend(baseNoteExtender).build(); in testDefaultActionExtenderNotification()
133 .extend(compatNoteExtender).build(); in testDefaultActionExtenderNotification()
157 .extend(baseExtender); in testFullNotification()
160 .extend(compatExtender); in testFullNotification()
170 .extend(baseNoteExtender).build(); in testFullNotification()
172 .extend(compatNoteExtender).build(); in testFullNotification()
[all …]
DNotificationCompatWearableExtenderTest.java58 .extend(compatExtender) in testRealReadCompatEmptyValue()
70 .extend(realExtender) in testCompatReadRealEmptyValue()
86 .extend(new NotificationCompat.Action.WearableExtender() in testRealReadCompatValue()
96 .extend(new Notification.WearableExtender() in testRealReadCompatValue()
119 .extend(compatExtender).build(); in testRealReadCompatValue()
134 .extend(new Notification.Action.WearableExtender() in testCompatReadRealValue()
144 .extend(new Notification.WearableExtender() in testCompatReadRealValue()
167 .extend(realExtender).build(); in testCompatReadRealValue()
/frameworks/base/core/java/android/util/
DRange.java272 public Range<T> extend(Range<T> range) { in extend() method in Range
304 public Range<T> extend(T lower, T upper) { in extend() method in Range
333 public Range<T> extend(T value) { in extend() method in Range
335 return extend(value, value); in extend()
/frameworks/base/docs/html/training/auto/
Dindex.jd14 The Android platform enables you to extend your app to work with in-vehicle console systems
27 For more information, follow the links below to learn how to extend your Android app to support
48 Learn how to extend your audio app to enable content navigation and playback through a vehicle
62 Learn how to extend your messaging app to provide text communication services through a vehicle
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DScrollbarHelper.java70 final int extend = orientation.getDecoratedEnd(endChild) in computeScrollExtent() local
72 return Math.min(orientation.getTotalSpace(), extend); in computeScrollExtent()
/frameworks/base/docs/html/guide/topics/media/
Dexoplayer.jd9 solution between these two options, providing a pre-built player that you can extend.</p>
13 designed to be easy to customize and extend, allowing many components to be replaced with custom
/frameworks/base/core/java/android/widget/
DOverScroller.java251 public void extendDuration(int extend) { in extendDuration() argument
252 mScrollerX.extendDuration(extend); in extendDuration()
253 mScrollerY.extendDuration(extend); in extendDuration()
705 void extendDuration(int extend) { in extendDuration() argument
708 mDuration = elapsedTime + extend; in extendDuration()
DScroller.java511 public void extendDuration(int extend) { in extendDuration() argument
513 mDuration = passed + extend; in extendDuration()
/frameworks/minikin/libs/minikin/
Dunicode_emoji_h_gen.py70 result.extend(xrange(int(cp_start, 16), int(cp_end, 16) + 1))
/frameworks/base/docs/html/training/basics/fragments/
Dcreating.jd37 extend the {@link android.support.v4.app.Fragment} class using the <a
53 <p>To create a fragment, extend the {@link android.support.v4.app.Fragment} class, then override
147 appcompat library</a>, your activity should instead extend {@link
/frameworks/base/tools/apilint/
Dapilint.py754 test.extend(clazz.ctors)
755 test.extend(clazz.fields)
756 test.extend(clazz.methods)
969 test.extend(clazz.ctors)
970 test.extend(clazz.methods)
1073 methods.extend(all_methods(api, api[clazz.extends]))
/frameworks/base/docs/html/training/wearables/notifications/
Dcreating.jd167 .extend(new WearableExtender().addAction(action))
233 <li>Call {@link android.support.v4.app.NotificationCompat.Builder#extend extend()} on
254 // then extend it with the WearableExtender
259 .extend(wearableExtender)
Dpages.jd64 .extend(new NotificationCompat.WearableExtender()
/frameworks/support/v4/java/android/support/v4/app/
DNotificationCompat.java1727 public Builder extend(Extender extender) { in extend() method in NotificationCompat.Builder
1728 extender.extend(this); in extend()
2504 public Builder extend(Extender extender) { in extend() method in NotificationCompat.Action.Builder
2505 extender.extend(this); in extend()
2533 public Builder extend(Builder builder); in extend() method
2601 public Action.Builder extend(Action.Builder builder) { in extend() method in NotificationCompat.Action.WearableExtender
2780 public Builder extend(Builder builder); in extend() method
2985 public NotificationCompat.Builder extend(NotificationCompat.Builder builder) { in extend() method in NotificationCompat.WearableExtender
3646 public NotificationCompat.Builder extend(NotificationCompat.Builder builder) { in extend() method in NotificationCompat.CarExtender
/frameworks/support/recommendation/src/android/support/app/recommendation/
DRecommendationExtender.java103 public Notification.Builder extend(Notification.Builder builder) { in extend() method in RecommendationExtender
/frameworks/base/docs/html/distribute/googleplay/
Dcast.jd24 consumption apps, and extend their engagement with your users.
/frameworks/base/docs/html/training/material/
Dlists-cards.jd52 adapter and a layout manager. To create an adapter, extend the {@link
80 <p>To create a custom layout manager, extend the {@link
86 android.support.v7.widget.RecyclerView}. To customize these animations, extend the
/frameworks/base/docs/html/distribute/engage/
Dgame-services.jd17 <li><a href="#extend">Extend across form factors</a></li>
114 <h3 id="extend">Extend across form factors</h3>
/frameworks/base/docs/html/training/tv/start/
Dindex.jd25 create new TV apps based on what you already know about building apps for Android, or extend your
/frameworks/base/docs/html/training/tv/playback/
Ddetails.jd29 This lesson discusses how to create a presenter class for media item details, and how to extend
87 your media item details, extend that class to provide additional content such as a preview
/frameworks/base/docs/html/training/wearables/ui/
Dcards.jd35 <li>Use or extend the
116 class, extend the class and override its
/frameworks/base/docs/html/training/custom-views/
Doptimizing-view.jd69 to extend {@link android.view.ViewGroup ViewGroup} as part of a custom view. PieChart has child
/frameworks/base/docs/html/design/wear/
Dcreative-vision.jd53 <p>Third party apps extend Android Wear to be more specialized and helpful throughout the day. Inst…
/frameworks/base/docs/html/training/tv/discovery/
Din-app-search.jd90 The following code sample shows how to extend the {@link
/frameworks/base/docs/html-intl/intl/ja/training/material/
Dcompatibility.jd101 &lt;!-- extend one of the Theme.AppCompat themes -->

1234567