Home
last modified time | relevance | path

Searched refs:Touch (Results 1 – 25 of 52) sorted by relevance

123

/frameworks/base/docs/html/training/gestures/
Dindex.jd1 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>
Dviewgroup.jd1 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.",
Dmovement.jd2 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>
Dscale.jd2 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>
Dmulti.jd1 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>
Dscroll.jd2 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>
Ddetector.jd2 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/
Dtesting_accessibility.jd84 <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/
DArrowKeyMovementMethod.java226 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()
DBaseMovementMethod.java519 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()
DTouch.java28 public class Touch { class
29 private Touch() { } in Touch() method in Touch
DScrollingMovementMethod.java90 return Touch.onTouchEvent(widget, buffer, event); in onTouchEvent()
/frameworks/base/docs/html/training/graphics/opengl/
Dtouch.jd1 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>
Dindex.jd72 <dt><b><a href="touch.html">Responding to Touch Events</a></b></dt>
Dmotion.jd8 next.title=Responding to Touch Events
/frameworks/base/data/sounds/
DREADME.txt11 Touch sounds
/frameworks/base/docs/html/training/material/
Danimations.jd9 <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
Dtheme.jd26 <li>Touch feedback animations for the system widgets</li>
/frameworks/base/docs/html/design/patterns/
Dnew.jd57 Touch feedback
75 "/design/style/touch-feedback.html">Touch Feedback</a> page for more
Daccessibility.jd31 …<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 …
Dbuttons.jd25 <p>Touch the screen anywhere to bring back system bars. </p>
Dfullscreen.jd25 <p>Touch the screen anywhere to bring back system bars. </p>
/frameworks/base/docs/html/guide/topics/ui/
Dui-events.jd12 <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/
Dabout.jd169 Stay in Touch
/frameworks/base/docs/html/about/versions/
Dandroid-1.5-highlights.jd200 <li>WebView - Touch start/end/move/cancel DOM event support</li>

123