/frameworks/base/docs/html/guide/topics/media/ |
D | mediarouter.jd | 26 <li><a href="#secondary-output">Secondary Output</a> 52 secondary devices. There are two main approaches you can use to play content using these 66 <p>This guide explains how your app can deliver media to secondary playback devices using either 131 a secondary output device. The media router framework provides a standard interface for 214 CATEGORY_LIVE_AUDIO} — Output of audio to a secondary output device, such as a 217 CATEGORY_LIVE_VIDEO} — Output of video to a secondary output device, such as Wireless 328 device, such as Chromecast, or a secondary output device, such as a Wireless Display device. 345 // secondary output device 359 // secondary output device 374 // secondary output device [all …]
|
D | mediarouteprovider.jd | 198 whether your provider supports remote playback, secondary output, or both. These are the route 203 — Output of audio to a secondary output device, such as a wireless-enabled music system. 206 — Output of video to a secondary output device, such as Wireless Display devices.</li>
|
/frameworks/base/packages/Osu/src/com/android/hotspot2/pps/ |
D | DomainMatcher.java | 67 public DomainMatcher(List<String> primary, List<List<String>> secondary) { in DomainMatcher() argument 69 for (List<String> secondaryLabel : secondary) { in DomainMatcher()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/pps/ |
D | DomainMatcher.java | 70 public DomainMatcher(List<String> primary, List<List<String>> secondary) { in DomainMatcher() argument 72 for (List<String> secondaryLabel : secondary) { in DomainMatcher()
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | menu-resource.jd | 55 android:menuCategory=["container" | "system" | "secondary" | "alternative"] 61 android:menuCategory=["container" | "system" | "secondary" | "alternative"] 200 <tr><td><code>secondary</code></td><td>For items that are user-supplied secondary 245 <tr><td><code>secondary</code></td><td>For groups that are user-supplied secondary
|
/frameworks/base/docs/html/about/versions/ |
D | android-4.2.jd | 215 To create unique content for a secondary display, extend the {@link android.app.Presentation} 217 {@link android.app.Dialog#onCreate onCreate()}, specify your UI for the secondary display 221 secondary display.</p> 223 <p>To detect secondary displays where you can display your {@link android.app.Presentation}, 240 appear on the secondary display.</p> 255 secondary screens, you can apply 269 secondary display's screen size and density.</p>
|
/frameworks/base/docs/html-intl/intl/ko/ |
D | index.jd | 108 <div class="dac-hero-carousel" data-carousel-query="collection:index/secondary/carousel">
|
/frameworks/base/docs/html-intl/intl/es/ |
D | index.jd | 108 <div class="dac-hero-carousel" data-carousel-query="collection:index/secondary/carousel">
|
/frameworks/base/docs/html/ |
D | index.jd | 109 <div class="dac-hero-carousel" data-carousel-query="collection:index/secondary/carousel">
|
/frameworks/base/docs/html-intl/intl/zh-cn/ |
D | index.jd | 108 <div class="dac-hero-carousel" data-carousel-query="collection:index/secondary/carousel">
|
/frameworks/base/docs/html-intl/intl/pt-br/ |
D | index.jd | 108 <div class="dac-hero-carousel" data-carousel-query="collection:index/secondary/carousel">
|
/frameworks/base/docs/html-intl/intl/zh-tw/ |
D | index.jd | 108 <div class="dac-hero-carousel" data-carousel-query="collection:index/secondary/carousel">
|
/frameworks/base/docs/html-intl/intl/ja/ |
D | index.jd | 108 <div class="dac-hero-carousel" data-carousel-query="collection:index/secondary/carousel">
|
/frameworks/base/docs/html-intl/intl/ru/ |
D | index.jd | 108 <div class="dac-hero-carousel" data-carousel-query="collection:index/secondary/carousel">
|
/frameworks/base/docs/html/training/articles/ |
D | scoped-directory-access.jd | 59 On secondary volumes, such as external SD cards, pass in null when calling
|
/frameworks/base/docs/html/training/tv/start/ |
D | hardware.jd | 22 cameras, and GPS receivers. TVs are also completely dependent on secondary hardware devices. 354 TV devices require a secondary hardware device for interacting with apps, in the form of a basic
|
/frameworks/base/docs/html/design/patterns/ |
D | notifications_k.jd | 34 <li>a secondary icon to identify the sending application when the sender's 108 <p>Remember to include the app icon as a secondary icon in the
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | 2d-graphics.jd | 143 an application's secondary thread, so that the application isn't required 144 to wait until the system's View hierarchy is ready to draw. Instead, a secondary thread 152 kill some tasks. Inside your SurfaceView class is also a good place to define your secondary Thread…
|
/frameworks/base/docs/html/about/versions/nougat/ |
D | android-7.0-changes.jd | 694 changes to certificate installation, password resetting, secondary user 722 <li>Device owners can manage secondary users more easily. When a device is 724 is automatically set. This prevents users from creating unmanaged secondary
|
/frameworks/base/docs/html/guide/topics/ui/accessibility/ |
D | checklist.jd | 78 <li><strong>No audio-only feedback:</strong> Audio feedback must always have a secondary
|
/frameworks/base/core/java/android/widget/ |
D | Editor.java | 3951 final float secondary = layout.getSecondaryHorizontal(offset); in updatePosition() local 3958 left = secondary - charWidth; in updatePosition() 3959 right = secondary; in updatePosition() 3966 left = secondary; in updatePosition() 3967 right = secondary + charWidth; in updatePosition()
|
/frameworks/base/docs/html/training/gestures/ |
D | scale.jd | 77 whenever a secondary pointer goes down or up. </li>
|
/frameworks/base/docs/html/guide/topics/sensors/ |
D | sensors_motion.jd | 224 version number is necessary because the Android system considers these three sensors to be secondary 226 gravity sensor shows up as a secondary gravity sensor. All three of these sensors rely on a
|
/frameworks/base/docs/html/training/accessibility/ |
D | testing.jd | 97 <li><strong>No audio-only feedback:</strong> Audio feedback must always have a secondary
|
/frameworks/base/docs/html/about/versions/marshmallow/ |
D | android-6.0.jd | 344 stylus button presses and perform secondary actions, by registering 365 {@link android.view.MotionEvent#BUTTON_TERTIARY} (for secondary stylus button press), or both.
|