Lines Matching refs:touch
25 … <li>Design Guide for <a href="{@docRoot}design/style/touch-feedback.html">Touch Feedback</a></li>
40 app via touch gestures. Android provides a variety of APIs to
43 <p>Although your app should not depend on touch gestures for basic behaviors (since the gestures
44 may not be available to all users in all contexts), adding touch-based
49 the accepted Android conventions for touch gestures. The <a
53 for <a href="{@docRoot}design/style/touch-feedback.html">Touch Feedback</a>. </p>
63 … Learn how to detect basic touch gestures such as scrolling, flinging, and double-tapping, using
80 touch event. </dd>
92 Learn how to implement touch-based dragging and scaling.
98 <dd>Learn how to manage touch events in a {@link android.view.ViewGroup} to
99 ensure that touch events are correctly dispatched to their target views.</dd>