Lines Matching full:rendering
88 <strong>hardware-accelerated 2D rendering</strong> — and adds new
97 <p>Android 4.3 also improves <strong>rendering for shapes and text</strong>.
100 when using multiple fonts or complex glyph sets (CJK), higher rendering quality
101 when scaling text, and faster rendering of drop shadows.</p>
104 buffer allocation for your apps, reducing the time taken to start rendering when
110 rendering engine takes advantage of OpenGL ES 3.0 to optimize <strong>texture
111 management</strong> and increase <strong>gradient rendering
128 floating point support, advanced texture rendering, and standardized texture
442 fine-tune your text rendering in RTL scripts. To let you use this utility more
570 performance and pinpoint rendering issues on any device or emulator.</p>
572 <p>In the <strong>Profile GPU rendering</strong> option you can now visualize
581 <p>A green line highlights the <strong>60ms threshold</strong> for rendering
660 <p>A variety of <strong>WebView rendering optimizations</strong> make scrolling
782 can do — from rendering a UI hierarchy (without using RemoteViews) to
816 content to show. The Presentation handles inflating resources and rendering your
1263 <p>To ensure a consistent framerate, Android 4.1 extends <strong>vsync timing</strong> across all drawing and animation done by the Android framework. Everything runs in lockstep against a 16 millisecond vsync heartbeat — application rendering, touch events, screen composition, and display refresh — so frames don?t get ahead or behind.</p>
1265 <p>Android 4.1 also adds <strong>triple buffering</strong> in the graphics pipeline, for more consistent rendering that makes everything feel smoother, from scrolling to paging and animations.</p>
1269 <p><strong>Tooling</strong> can help you get the absolute best performance out of your apps. Android 4.1 is designed to work with a new tool called <strong>systrace</strong>, which collects data directly from the Linux kernel to produce an overall picture of system activities. The data is represented as a group of vertically stacked time series graphs, to help isolate rendering interruptions and other issues. The tool is available now in the <a href="{@docRoot}tools/index.html">Android SDK</a> (Tools R20 or higher)</p>
1524 <li>Improved rendering speed and reduced memory usage for better scrolling and zooming performance.</li>