Lines Matching full:views
52 <li>New widgets for complex views</li>
112 <p>In addition to the X and Y properties, views in Android now have a Z
116 <li>The size of the shadow: views with higher Z values cast bigger shadows.</li>
117 <li>The drawing order: views with higher Z values appear on top of other views.</li>
134 Shadows and Clipping Views</a>.</p>
146 Respond to touch events in your views with <strong>touch feedback</strong> animations.
149 Hide and show views with <strong>circular reveal</strong> animations.
165 <p>Touch feedback animations are built into several standard views, such as buttons. The new APIs
166 let you customize these animations and add them to your custom views.</p>