/frameworks/base/docs/html/training/gestures/ |
D | index.jd | 1 page.title=Using Touch Gestures 25 … <li>Design Guide for <a href="{@docRoot}design/style/touch-feedback.html">Touch Feedback</a></li> 53 for <a href="{@docRoot}design/style/touch-feedback.html">Touch Feedback</a>. </p> 83 <strong><a href="multi.html">Handling Multi-Touch Gestures</a></strong> 96 <dt><strong><a href="viewgroup.html">Managing Touch Events in a ViewGroup</a></strong></dt>
|
D | viewgroup.jd | 1 page.title=Managing Touch Events in a ViewGroup 2 parent.title=Using Touch Gestures 17 <li><a href="#intercept">Intercept Touch Events in a ViewGroup</a></li> 31 … <li>Design Guide for <a href="{@docRoot}design/style/touch-feedback.html">Touch Feedback</a></li> 53 <h2 id="intercept">Intercept Touch Events in a ViewGroup</h2> 132 // Touch slop should be calculated using ViewConfiguration 174 <p>"Touch slop" refers to the distance in pixels a user's touch can wander 175 before the gesture is interpreted as scrolling. Touch slop is typically used to 279 "Touch occurred within ImageButton touch region.",
|
D | movement.jd | 2 parent.title=Using Touch Gestures 29 … <li>Design Guide for <a href="{@docRoot}design/style/touch-feedback.html">Touch Feedback</a></li> 57 "touch slop." Touch slop refers to the distance in pixels a user's touch can wander 59 topic, see <a href="viewgroup.html#vc">Managing Touch Events in a ViewGroup</a>.</p>
|
D | scale.jd | 2 parent.title=Using Touch Gestures 6 next.title=Managing Touch Events in a ViewGroup 19 <li><a href="#scale">Use Touch to Perform Scaling</a></li> 31 … <li>Design Guide for <a href="{@docRoot}design/style/touch-feedback.html">Touch Feedback</a></li> 73 <a href="multi.html">Handling Multi-Touch Gestures</a>. 264 <h2 id="scale">Use Touch to Perform Scaling</h2>
|
D | multi.jd | 1 page.title=Handling Multi-Touch Gestures 2 parent.title=Using Touch Gestures 30 … <li>Design Guide for <a href="{@docRoot}design/style/touch-feedback.html">Touch Feedback</a></li>
|
D | scroll.jd | 2 parent.title=Using Touch Gestures 6 next.title=Handling Multi-Touch Gestures 18 <li><a href="#scroll">Implement Touch-Based Scrolling</a></li> 30 … <li>Design Guide for <a href="{@docRoot}design/style/touch-feedback.html">Touch Feedback</a></li> 119 <h2 id="#scroll">Implement Touch-Based Scrolling</h2>
|
D | detector.jd | 2 parent.title=Using Touch Gestures 30 … <li>Design Guide for <a href="{@docRoot}design/style/touch-feedback.html">Touch Feedback</a></li>
|
/frameworks/base/docs/html/tools/testing/ |
D | testing_accessibility.jd | 84 <li><strong>Explore by Touch prompts:</strong> Verify that user interface controls that 86 when <a href="#testing-ebt">Explore by Touch is enabled</a>. There should be no 143 <p>Testing of accessibility features such as TalkBack, Explore by Touch and accessibility Gestures 156 the Explore by Touch system feature. The TalkBack accessibility service comes preinstalled on most 159 Play</a>. The Explore by Touch system feature is available on devices running Android 4.0 and later. 184 <h4 id="testing-ebt">Testing with Explore by Touch</h4> 186 <p>The <em>Explore by Touch</em> system feature is available on devices running Android 4.0 and 193 <p>To enable Explore by Touch on Android 4.0 and later:</p> 199 provides a popup message to enable Explore by Touch. On older versions, you must follow the 203 Touch</strong> to enable it. [all …]
|
/frameworks/base/core/java/android/text/method/ |
D | ArrowKeyMovementMethod.java | 226 return isMouse ? Touch.isActivelySelecting(buffer) : isSelecting(buffer); in isTouchSelecting() 237 initialScrollX = Touch.getInitialScrollX(widget, buffer); in onTouchEvent() 238 initialScrollY = Touch.getInitialScrollY(widget, buffer); in onTouchEvent() 241 boolean handled = Touch.onTouchEvent(widget, buffer, event); in onTouchEvent() 270 if (isMouse && Touch.isSelectionStarted(buffer)) { in onTouchEvent()
|
D | BaseMovementMethod.java | 519 Touch.scrollTo(widget, layout, widget.getScrollX(), layout.getLineTop(topLine)); in scrollUp() 549 Touch.scrollTo(widget, layout, widget.getScrollX(), in scrollDown() 570 Touch.scrollTo(widget, layout, widget.getScrollX(), layout.getLineTop(topLine)); in scrollPageUp() 591 Touch.scrollTo(widget, layout, widget.getScrollX(), in scrollPageDown() 610 Touch.scrollTo(widget, layout, widget.getScrollX(), layout.getLineTop(0)); in scrollTop() 629 Touch.scrollTo(widget, layout, widget.getScrollX(), in scrollBottom()
|
D | Touch.java | 28 public class Touch { class 29 private Touch() { } in Touch() method in Touch
|
D | ScrollingMovementMethod.java | 90 return Touch.onTouchEvent(widget, buffer, event); in onTouchEvent()
|
/frameworks/base/docs/html/training/graphics/opengl/ |
D | touch.jd | 1 page.title= Responding to Touch Events 16 <li><a href="#listener">Setup a Touch Listener</a></li> 44 <h2 id="listener">Setup a Touch Listener</h2>
|
D | index.jd | 72 <dt><b><a href="touch.html">Responding to Touch Events</a></b></dt>
|
D | motion.jd | 8 next.title=Responding to Touch Events
|
/frameworks/base/data/sounds/ |
D | README.txt | 11 Touch sounds
|
/frameworks/base/docs/html/training/material/ |
D | animations.jd | 9 <li><a href="#Touch">Customize Touch Feedback</a></li> 30 <li>Touch feedback</li> 38 <h2 id="Touch">Customize Touch Feedback</h2> 40 <p>Touch feedback in material design provides an instantaneous visual confirmation at the
|
D | theme.jd | 26 <li>Touch feedback animations for the system widgets</li>
|
/frameworks/base/docs/html/design/patterns/ |
D | new.jd | 57 Touch feedback 75 "/design/style/touch-feedback.html">Touch Feedback</a> page for more
|
D | accessibility.jd | 31 …<li><strong>Explore by Touch</strong> is a system feature that works with TalkBack, allowing you t… 39 …and notations needed to navigate your app by sound. When using Explore by Touch, the user enables …
|
D | buttons.jd | 25 <p>Touch the screen anywhere to bring back system bars. </p>
|
D | fullscreen.jd | 25 <p>Touch the screen anywhere to bring back system bars. </p>
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | ui-events.jd | 12 <li><a href="#TouchMode">Touch Mode</a></li> 195 <h2 id="TouchMode">Touch Mode</h2> 263 as focusable while in Touch Mode with <code>android:focusableInTouchMode</code>.</p>
|
/frameworks/base/docs/html/distribute/googleplay/families/ |
D | about.jd | 169 Stay in Touch
|
/frameworks/base/docs/html/about/versions/ |
D | android-1.5-highlights.jd | 200 <li>WebView - Touch start/end/move/cancel DOM event support</li>
|