Home
last modified time | relevance | path

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

123456

/frameworks/support/compat/tests/java/android/support/v4/app/
DNotificationCompatActionWearableExtenderTest.java101 .extend(baseNoteExtender).build(); in testDefaultActionNotification()
103 .extend(compatNoteExtender).build(); in testDefaultActionNotification()
119 .extend(baseExtender); in testDefaultActionExtenderNotification()
122 .extend(compatExtender); in testDefaultActionExtenderNotification()
132 .extend(baseNoteExtender).build(); in testDefaultActionExtenderNotification()
134 .extend(compatNoteExtender).build(); in testDefaultActionExtenderNotification()
158 .extend(baseExtender); in testFullNotification()
161 .extend(compatExtender); in testFullNotification()
171 .extend(baseNoteExtender).build(); in testFullNotification()
173 .extend(compatNoteExtender).build(); in testFullNotification()
[all …]
DNotificationCompatWearableExtenderTest.java60 .extend(compatExtender) in testRealReadCompatEmptyValue()
72 .extend(realExtender) in testCompatReadRealEmptyValue()
88 .extend(new NotificationCompat.Action.WearableExtender() in testRealReadCompatValue()
98 .extend(new Notification.WearableExtender() in testRealReadCompatValue()
121 .extend(compatExtender).build(); in testRealReadCompatValue()
136 .extend(new Notification.Action.WearableExtender() in testCompatReadRealValue()
146 .extend(new Notification.WearableExtender() in testCompatReadRealValue()
169 .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.jd16 The Android platform enables you to extend your app to work with in-vehicle console systems
29 For more information, follow the links below to learn how to extend your Android app to support
50 Learn how to extend your audio app to enable content navigation and playback through a vehicle
64 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/recommendation/src/android/support/app/recommendation/
DRecommendationExtender.java103 public Notification.Builder extend(Notification.Builder builder) { in extend() method in RecommendationExtender
/frameworks/support/compat/java/android/support/v4/app/
DNotificationCompat.java1709 public Builder extend(Extender extender) { in extend() method in NotificationCompat.Builder
1710 extender.extend(this); in extend()
2554 public Builder extend(Extender extender) { in extend() method in NotificationCompat.Action.Builder
2555 extender.extend(this); in extend()
2583 public Builder extend(Builder builder); in extend() method
2652 public Action.Builder extend(Action.Builder builder) { in extend() method in NotificationCompat.Action.WearableExtender
2858 public Builder extend(Builder builder); in extend() method
3063 public NotificationCompat.Builder extend(NotificationCompat.Builder builder) { in extend() method in NotificationCompat.WearableExtender
3724 public NotificationCompat.Builder extend(NotificationCompat.Builder builder) { in extend() method in NotificationCompat.CarExtender
/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-intl/intl/zh-cn/training/material/
Dcompatibility.jd101 &lt;!-- extend one of the Theme.AppCompat themes -->
/frameworks/base/docs/html-intl/intl/ru/training/material/
Dcompatibility.jd101 &lt;!-- extend one of the Theme.AppCompat themes -->

123456