Searched refs:overscan (Results 1 – 7 of 7) sorted by relevance
48 <p>During the evolution of TV technology, overscan originally described an area of TV content52 <img src="{@docRoot}design/tv/images/overscan.png" alt="Overscan borders for TV" />54 <p>Build a 10% margin into your TV screen designs to account for overscan area the TV may not
112 <h3 id="overscan">Overscan</h3>117 This behavior is generally referred to as <em>overscan</em>.121 Avoid screen elements being clipped due to overscan and by incorporating a 10% margin142 <strong>Caution:</strong> Do not apply overscan margins to your layout if you are using the144 widgets, as those layouts already incorporate overscan-safe margins.
108 Allow for overscan in your layout.109 <p>See <a href="{@docRoot}training/tv/start/layouts.html#overscan">Overscan</a>.</p>
89 <h3 id="overscan">オーバースキャン</h3>
182 (<a href="{@docRoot}training/tv/start/layouts.html#overscan">Learn how</a>)
6566 final Rect overscan = mAttachInfo.mOverscanInsets; in computeFitSystemWindows() local6567 outLocalInsets.set(overscan); in computeFitSystemWindows()6568 inoutInsets.left -= overscan.left; in computeFitSystemWindows()6569 inoutInsets.top -= overscan.top; in computeFitSystemWindows()6570 inoutInsets.right -= overscan.right; in computeFitSystemWindows()6571 inoutInsets.bottom -= overscan.bottom; in computeFitSystemWindows()
59 <li><a href="#Overscan">TV overscan support</a></li>810 <h3 id="Overscan">TV overscan support</h3>812 <p>To be sure your app fills the entire screen on every television, you can now enable overscan