Home
last modified time | relevance | path

Searched refs:secondary (Results 1 – 25 of 41) sorted by relevance

12

/frameworks/base/docs/html/guide/topics/media/
Dmediarouter.jd26 <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} &mdash; Output of audio to a secondary output device, such as a
217 CATEGORY_LIVE_VIDEO} &mdash; 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 …]
Dmediarouteprovider.jd198 whether your provider supports remote playback, secondary output, or both. These are the route
203 &mdash; Output of audio to a secondary output device, such as a wireless-enabled music system.
206 &mdash; Output of video to a secondary output device, such as Wireless Display devices.</li>
/frameworks/base/packages/Osu/src/com/android/hotspot2/pps/
DDomainMatcher.java67 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/
DDomainMatcher.java70 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/
Dmenu-resource.jd55 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/
Dandroid-4.2.jd215 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/
Dindex.jd108 <div class="dac-hero-carousel" data-carousel-query="collection:index/secondary/carousel">
/frameworks/base/docs/html-intl/intl/es/
Dindex.jd108 <div class="dac-hero-carousel" data-carousel-query="collection:index/secondary/carousel">
/frameworks/base/docs/html/
Dindex.jd109 <div class="dac-hero-carousel" data-carousel-query="collection:index/secondary/carousel">
/frameworks/base/docs/html-intl/intl/zh-cn/
Dindex.jd108 <div class="dac-hero-carousel" data-carousel-query="collection:index/secondary/carousel">
/frameworks/base/docs/html-intl/intl/pt-br/
Dindex.jd108 <div class="dac-hero-carousel" data-carousel-query="collection:index/secondary/carousel">
/frameworks/base/docs/html-intl/intl/zh-tw/
Dindex.jd108 <div class="dac-hero-carousel" data-carousel-query="collection:index/secondary/carousel">
/frameworks/base/docs/html-intl/intl/ja/
Dindex.jd108 <div class="dac-hero-carousel" data-carousel-query="collection:index/secondary/carousel">
/frameworks/base/docs/html-intl/intl/ru/
Dindex.jd108 <div class="dac-hero-carousel" data-carousel-query="collection:index/secondary/carousel">
/frameworks/base/docs/html/training/articles/
Dscoped-directory-access.jd59 On secondary volumes, such as external SD cards, pass in null when calling
/frameworks/base/docs/html/training/tv/start/
Dhardware.jd22 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/
Dnotifications_k.jd34 <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/
D2d-graphics.jd143 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/
Dandroid-7.0-changes.jd694 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/
Dchecklist.jd78 <li><strong>No audio-only feedback:</strong> Audio feedback must always have a secondary
/frameworks/base/core/java/android/widget/
DEditor.java3951 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/
Dscale.jd77 whenever a secondary pointer goes down or up. </li>
/frameworks/base/docs/html/guide/topics/sensors/
Dsensors_motion.jd224 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/
Dtesting.jd97 <li><strong>No audio-only feedback:</strong> Audio feedback must always have a secondary
/frameworks/base/docs/html/about/versions/marshmallow/
Dandroid-6.0.jd344 stylus button presses and perform secondary actions, by registering
365 {@link android.view.MotionEvent#BUTTON_TERTIARY} (for secondary stylus button press), or both.

12