HomeSort by relevance Sort by last modified time
    Searched full:overscan (Results 1 - 25 of 46) sorted by null

1 2

  /development/samples/ApiDemos/src/com/example/android/apis/app/
OverscanActivity.java 28 * <h3>Overscan Activity</h3>
31 * overscan region.</p>
  /development/samples/ApiDemos/res/layout/
overscan_activity.xml 19 be placed into the overscan region of the display (if there is one). Thus the contents
35 android:text="Overscan" />
38 that within that space its content is offset to not be obscured by the overscan
system_ui_modes.xml 156 android:text="OVERSCAN"
  /frameworks/support/samples/SupportLeanbackShowcase/app/src/main/res/raw/
icon_example.json 36 "title": "Overscan",
  /frameworks/base/docs/html/design/tv/
style.jd 46 <h3>Overscan</h3>
48 <p>During the evolution of TV technology, overscan originally described an area of TV content
52 <img src="{@docRoot}design/tv/images/overscan.png" alt="Overscan borders for TV" />
54 <p>Build a 5% margin into your TV screen designs to account for overscan area the TV may not
  /frameworks/base/docs/html/training/tv/start/
layouts.jd 112 <h3 id="overscan">Overscan</h3>
117 This behavior is generally referred to as <em>overscan</em>.
121 overscan safe area. Adding a 5% margin of 48dp on the left and right edges and 27dp on the top and
122 bottom edges to a layout ensures that screen elements in that layout will be within the overscan
127 clipped to the overscan safe area. This approach ensures that background screen elements look
132 child layout that has a 5% margin and can contain elements within the overscan safe area:
142 &lt;!-- Screen elements that can render outside the overscan safe area go here --&gt;
144 &lt;!-- Nested RelativeLayout with overscan-safe margin --&gt;
153 &lt;!-- Screen elements that need to be within the overscan safe area go here --&gt
    [all...]
  /external/autotest/client/cros/multimedia/
display_info.py 53 self.overscan = self.Insets(d['overscan'])
  /frameworks/base/packages/SystemUI/res/values/
styles_tv.xml 26 <style name="RecentsTvTheme.Wallpaper" parent="@android:style/Theme.Material.NoActionBar.Overscan">
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/tvleanback/ui/
PlaybackOverlayActivity.java 61 //Example for handling resizing view for overscan
62 //overScan();
174 * Example for handling resizing content for overscan. Typically you won't need to resize which
175 * is why overScan(); is commented out.
177 private void overScan() {
  /cts/tests/leanbackjank/app/src/android/leanbackjank/app/
Utils.java 85 * Example for handling resizing content for overscan. Typically you won't need to resize
88 public void overScan(Activity activity, VideoView videoView) {
  /frameworks/base/cmds/wm/src/com/android/commands/wm/
Wm.java 56 " wm overscan [reset|LEFT,TOP,RIGHT,BOTTOM]\n" +
65 "wm overscan: set overscan area for display.\n" +
91 } else if (op.equals("overscan")) {
  /frameworks/base/core/res/res/values-watch/
config_material.xml 30 <!-- Always overscan by default to ensure onApplyWindowInsets will always be called. -->
  /frameworks/base/docs/html/training/tv/publishing/
checklist.jd 108 Allow for overscan in your layout.
109 <p>See <a href="{@docRoot}training/tv/start/layouts.html#overscan">Overscan</a>.</p>
  /frameworks/base/services/core/java/com/android/server/wm/
DisplaySettings.java 90 // Right now all we are storing is overscan; if there is no overscan,
  /frameworks/base/core/java/android/view/
DisplayInfo.java 122 * Number of overscan pixels on the left side of the display.
128 * Number of overscan pixels on the top side of the display.
134 * Number of overscan pixels on the right side of the display.
140 * Number of overscan pixels on the bottom side of the display.
570 sb.append(", overscan (");
  /frameworks/base/docs/html-intl/intl/ja/training/tv/start/
layouts.jd 89 <h3 id="overscan">????????</h3>
  /external/libavc/encoder/
ih264e.h 518 * are suitable for display using overscan */
  /frameworks/base/core/res/res/values/
themes_device_defaults.xml 227 extending in to overscan region. This theme
230 <style name="Theme.DeviceDefault.NoActionBar.Overscan" parent="Theme.Material.NoActionBar.Overscan">
    [all...]
themes_holo.xml     [all...]
  /frameworks/base/docs/html-intl/intl/ja/distribute/googleplay/quality/
tv.jd 161 ??????????????????????????????????????<a href="{@docRoot}training/tv/start/layouts.html#overscan">????????????</a>?
  /frameworks/base/docs/html-intl/intl/ko/distribute/googleplay/quality/
tv.jd 182 (<a href="{@docRoot}training/tv/start/layouts.html#overscan">?? ????</a>)
  /frameworks/base/docs/html-intl/intl/ru/distribute/googleplay/quality/
tv.jd 182 (<a href="{@docRoot}training/tv/start/layouts.html#overscan">??. ??? ??? ???????</a>)
  /frameworks/base/docs/html-intl/intl/zh-cn/distribute/googleplay/quality/
tv.jd 182 ?<a href="{@docRoot}training/tv/start/layouts.html#overscan">????</a>?
  /frameworks/base/docs/html-intl/intl/zh-tw/distribute/googleplay/quality/
tv.jd 160 ??????????????????????????(<a href="{@docRoot}training/tv/start/layouts.html#overscan">????</a>)
  /external/libhevc/decoder/
ihevcd_cxa.h 668 * are suitable for display using overscan

Completed in 825 milliseconds

1 2