HomeSort by relevance Sort by last modified time
    Searched full:touches (Results 26 - 50 of 220) sorted by null

12 3 4 5 6 7 8 9

  /external/webkit/Source/WebCore/dom/
TouchEvent.idl 31 readonly attribute TouchList touches;
39 void initTouchEvent(in TouchList touches,
  /external/chromium/chrome/browser/resources/ntp4/
touch_handler.js 68 * touches are removed based on the max tracking time and when direction
78 * touches are removed based on the max tracking time and when direction
207 * The maximum number of touches to track.
387 e.touches = [];
391 e.touches[0] = touch;
456 // Only process single touches. If there is already a touch happening, or
457 // two simultaneous touches then just ignore them.
458 if (e.touches.length > 1)
523 * Given a list of Touches, find the one matching our activeTouch
526 * @param {TouchList} touches The list of Touch objects to search
    [all...]
  /external/chromium/chrome/browser/resources/touch_ntp/
touchhandler.js 68 * touches are removed based on the max tracking time and when direction
78 * touches are removed based on the max tracking time and when direction
207 * The maximum number of touches to track.
387 e.touches = [];
391 e.touches[0] = touch;
456 // Only process single touches. If there is already a touch happening, or
457 // two simultaneous touches then just ignore them.
458 if (e.touches.length > 1)
523 * Given a list of Touches, find the one matching our activeTouch
526 * @param {TouchList} touches The list of Touch objects to search
    [all...]
  /external/chromium-trace/src/shared/js/cr/ui/
touch_handler.js 68 * touches are removed based on the max tracking time and when direction
78 * touches are removed based on the max tracking time and when direction
211 * The maximum number of touches to track.
395 e.touches = [];
399 e.touches[0] = touch;
464 // Only process single touches. If there is already a touch happening, or
465 // two simultaneous touches then just ignore them.
466 if (e.touches.length > 1)
533 * Given a list of Touches, find the one matching our activeTouch
536 * @param {TouchList} touches The list of Touch objects to search
    [all...]
  /frameworks/base/docs/html/design/style/
touch-feedback.jd 7 <p>Use color and illumination to respond to touches, reinforce the resulting behaviors of gestures, and
9 <p>Whenever a user touches an actionable area in your app, provide a visual response. This lets the
  /external/jmonkeyengine/engine/src/android/jme3test/android/
AndroidManifest.xml 12 <!-- Tell the system that you need distinct touches (for the zoom gesture). -->
  /external/webkit/LayoutTests/fast/events/touch/
touch-active-state.html 24 description('Test touches set the active state.');
  /external/webkit/Source/WebCore/html/
RangeInputType.cpp 206 if (touchEvent->touches() && touchEvent->touches()->item(0)) {
208 curPoint.setX(touchEvent->touches()->item(0)->pageX());
209 curPoint.setY(touchEvent->touches()->item(0)->pageY());
  /external/webkit/Source/WebCore/html/shadow/
SliderThumbElement.cpp 236 if (touchEvent->touches() && touchEvent->touches()->item(0)) {
238 curPoint.setX(touchEvent->touches()->item(0)->pageX());
239 curPoint.setY(touchEvent->touches()->item(0)->pageY());
  /frameworks/base/docs/html/design/building-blocks/
buttons.jd 5 user touches it. Android supports two different types of buttons: <em>basic buttons</em> and <em>borderless
  /external/valgrind/main/drd/tests/
pth_barrier.c 45 /** Single thread, which touches p->iterations elements of array p->array.
annotate_barrier.c 102 * Single thread, which touches p->iterations elements of array p->array.
  /frameworks/base/core/java/android/text/method/
MovementMethod.java 27 * The {@link TextView} delegates handling of key events, trackball motions and touches to
  /ndk/sources/host-tools/make-3.81/tests/scripts/options/
dash-t 10 # make 3.79.1 touches only interm-[ab] but reports final-[a] as
  /development/samples/ApiDemos/src/com/example/android/apis/view/
SecureView.java 41 * are innocuous. Since the toast cannot receive input, the touches are passed down to the
56 * attribute to ask the framework to filter out touches when the window is obscured.
  /docs/source.android.com/src/tech/input/
input-device-configuration-files.md 38 and simulates touches when the mouse is clicked. Although the mouse can
138 distinction prevents key presses and touches from spuriously waking up your phone
  /external/chromium/base/
file_util_proxy.h 170 // Touches a file. The callback can be NULL.
178 // Touches a file. The callback can be NULL.
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ThreadLocalTest.java 57 // The ThreadLocal has to run once for each thread that touches the
  /external/elfutils/src/
make-debug-archive.in 37 echo "With --sudo, touches the installed file via $SUDO."
  /external/llvm/cmake/modules/
ChooseMSVCCRT.cmake 47 # CMake requires the docstring parameter whenever set() touches the cache,
  /frameworks/base/docs/html/design/patterns/
gestures.jd 79 <p>Two touches in quick succession</p></li>
  /packages/apps/Contacts/src/com/android/contacts/model/
AccountTypeWithDataSet.java 56 * Touches DB. Don't use in the UI thread.
  /packages/apps/Contacts/src/com/android/contacts/widget/
AlphaTouchInterceptorOverlay.java 33 * some use-cases, you want a few Views to not be dimmed, but still have touches
  /packages/apps/Email/src/com/android/email/view/
NonLockingScrollView.java 35 * we want to delegate those touches to children as normal, even in the middle of a drag. This is
  /external/jmonkeyengine/engine/src/core/com/jme3/bounding/
BoundingVolume.java 241 * overlaps another or one volume touches another.
301 * Determines if a given point intersects (touches or is inside) this bounding volume.

Completed in 907 milliseconds

12 3 4 5 6 7 8 9