HomeSort by relevance Sort by last modified time
    Searched full:touch (Results 1 - 25 of 1166) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /development/cmds/monkey/
example_script.txt 0 # Touch the android
2 touch down 160 200
3 touch up 160 200
7 touch down 300 450
8 touch up 300 450
12 touch down 300 450
13 touch up 300 450
17 touch down 300 450
18 touch up 300 450
53 touch down 300 45
    [all...]
  /device/samsung/crespo/
mxt224_ts_input.idc 16 # Input Device Calibration File for the Crespo touch screen.
19 # and may not be appropriate for use with other touch screens.
23 # Touch Size
24 touch.touchSize.calibration = pressure
31 touch.toolSize.calibration = area
32 touch.toolSize.areaScale = 22
33 touch.toolSize.areaBias = 0
34 touch.toolSize.linearScale = 9.2
35 touch.toolSize.linearBias = 0
36 touch.toolSize.isSummed =
    [all...]
  /device/htc/passion-common/
synaptics-rmi-touchscreen.idc 16 # Input Device Calibration File for the Passion touch screen.
19 # and may not be appropriate for use with other touch screens.
23 # Touch Size
24 touch.touchSize.calibration = pressure
36 touch.toolSize.calibration = linear
37 touch.toolSize.linearScale = 10
38 touch.toolSize.linearBias = 160
39 touch.toolSize.isSummed = 1
44 # A normal thumb touch while touching the back of the device
48 # scale so that a normal touch with good signal strength will b
    [all...]
  /external/webkit/LayoutTests/fast/events/touch/script-tests/
document-create-touch.js 12 var touch = document.createTouch(window, target, 1, 100, 101, 102, 103); variable
13 shouldBeNonNull("touch");
14 shouldBe("touch.target", "box");
15 shouldBe("touch.identifier", "1");
16 shouldBe("touch.pageX", "100");
17 shouldBe("touch.pageY", "101");
18 shouldBe("touch.screenX", "102");
19 shouldBe("touch.screenY", "103");
  /external/webkit/LayoutTests/fast/events/touch/
document-create-touch-expected.txt 7 PASS touch is non-null.
8 PASS touch.target is box
9 PASS touch.identifier is 1
10 PASS touch.pageX is 100
11 PASS touch.pageY is 101
12 PASS touch.screenX is 102
13 PASS touch.screenY is 103
document-create-touch-list.html 8 Touch tests that involve the ontouchstart, ontouchmove, ontouchend or ontouchcancel callbacks
17 <script src="script-tests/document-create-touch-list.js"></script>
document-create-touch.html 8 Touch tests that involve the ontouchstart, ontouchmove, ontouchend or ontouchcancel callbacks
17 <script src="script-tests/document-create-touch.js"></script>
  /frameworks/base/docs/html/resources/articles/
touch-mode.jd 1 page.title=Touch Mode
4 <p>This article explains the <em>touch mode</em>, one of the most
7 <p>The touch mode is a state of the view hierarchy that depends solely on the
8 user interaction with the phone. By itself, the touch mode is something very
10 performed with the touch screen. For example, if you are using an
12 of touch mode; however, if you touch a button on the screen with your finger,
13 you will enter touch mode. When the user is not in touch mode, we talk about the
17 <p>There is only one API directly related to touch mode,
    [all...]
  /external/webkit/WebCore/bindings/js/
JSTouchCustom.cpp 31 #include "Touch.h"
37 JSValue toJSNewlyCreated(ExecState* exec, JSDOMGlobalObject* globalObject, Touch* touch)
39 if (!touch)
42 return CREATE_DOM_OBJECT_WRAPPER(exec, globalObject, Touch, touch);
  /frameworks/base/core/tests/coretests/src/android/util/
TouchModeFlexibleAsserts.java 26 * When entering touch mode via touch, the tests can be flaky. These asserts
27 * are more flexible (allowing up to MAX_ATTEMPTS touches to enter touch mode via touch or
44 + "touch mode", viewToTouch.isInTouchMode());
45 //Assert.assertEquals("number of touches to enter touch mode", 1, numAttemptsAtTouchMode);
56 + "touch mode", viewToTouch.isInTouchMode());
57 //Assert.assertEquals("number of touches to enter touch mode", 1, numAttemptsAtTouchMode);
73 + "pressing key event, still in touch mode", checkForTouchMode.isInTouchMode());
  /external/webkit/WebCore/dom/
TouchList.h 31 #include "Touch.h"
46 Touch* item(unsigned);
48 void append(const PassRefPtr<Touch> touch) { m_values.append(touch); }
53 Vector<RefPtr<Touch> > m_values;
Touch.h 39 class Touch : public RefCounted<Touch> {
41 static PassRefPtr<Touch> create(Frame* frame, EventTarget* target,
44 return adoptRef(new Touch(frame, target, identifier, screenX,
58 Touch(Frame* frame, EventTarget* target, unsigned identifier,
  /frameworks/base/core/tests/coretests/src/android/widget/touchmode/
TouchModeFocusableTest.java 31 * Some views, like edit texts, can keep and gain focus even when in touch mode.
52 assertFalse("should not be in touch mode to start off", mButton.isInTouchMode());
54 assertTrue("edit text should be focusable in touch mode", mEditText.isFocusableInTouchMode());
60 assertTrue("should be in touch mode", mButton.isInTouchMode());
71 assertTrue("clicking edit text should have entered touch mode", mButton.isInTouchMode());
76 // entering touch mode takes focus away from the currently focused item if it
77 // isn't focusable in touch mode.
86 assertTrue("should be in touch mode", mButton.isInTouchMode());
TouchModeFocusChangeTest.java 30 * Make sure focus isn't kept by buttons when entering touch mode.
32 * When in touch mode and hitting the d-pad, we should leave touch mode and the
54 assertFalse("we should not be in touch mode", mActivity.isInTouchMode());
62 assertTrue("should be in touch mode", mActivity.isInTouchMode());
79 assertTrue("should be in touch mode", mActivity.isInTouchMode());
84 assertFalse("should be out of touch mode", mActivity.isInTouchMode());
StartInTouchWithViewInFocusTest.java 49 assertTrue("should start in touch mode", mEditText.isInTouchMode());
50 assertTrue("edit text is focusable in touch mode, should have focus", mEditText.isFocused());
56 assertFalse("should have left touch mode", mEditText.isInTouchMode());
63 assertFalse("should have left touch mode", mEditText.isInTouchMode());
  /external/ipsec-tools/src/include-glibc/
Makefile.am 4 touch .includes
  /packages/apps/Protips/res/values-en-rGB/
arrays.xml 20 <item msgid="4457112202911142877">"See all your apps."\n" Touch the Launcher icon. @drawable/all_apps"</item>
21 <item msgid="8842580895829057430">"Drag apps to your Home screen."\n" Touch &amp; hold an app in the Launcher until it vibrates."</item>
22 <item msgid="8903218961940756528">"Rearrange your Home screen."\n" Touch &amp; hold an item and when it vibrates, drag it where you want it to go."</item>
23 <item msgid="3123213860439458492">"Remove items."\n" Touch &amp; hold an item and when it vibrates, drag it to the Recycle Bin icon. @drawable/recycle bin"</item>
25 <item msgid="424487960942281801">"Finished with this widget?"\n" Touch &amp; hold it and when it vibrates, drag it to the Recycle Bin icon."</item>
  /cts/tests/tests/text/src/android/text/method/cts/
TouchTest.java 32 import android.text.method.Touch;
37 @TestTargetClass(Touch.class)
87 Touch.scrollTo(tv, layout, width - tv.getWidth() - 1, 0);
97 Touch.scrollTo(tv, layout, width + 100, 5);
106 Touch.scrollTo(tv, layout, width - 10, 5);
174 mReturnFromTouchEvent = Touch.onTouchEvent(tv, spannable, event1);
182 assertEquals(0, Touch.getInitialScrollX(tv, spannable));
183 assertEquals(0, Touch.getInitialScrollY(tv, spannable));
188 mReturnFromTouchEvent = Touch.onTouchEvent(tv, spannable, event2);
196 assertEquals(0, Touch.getInitialScrollX(tv, spannable))
    [all...]
  /external/webkit/WebKit/android/plugins/
PluginDebugAndroid.cpp 33 // used for key, mouse, and touch inputs
37 "move", /* touch only */
38 "cancel", /* touch only */
39 "longPress", /* touch only */
40 "doubleTap" /* touch only */
87 evt->data.touch.x, evt->data.touch.y);
94 if(evt->data.touch.action < ARRAY_COUNT(inputActions)) {
96 anp_logPlugin("%p EVENT::TOUCH[%d] time=%d action=%s [%d %d]",
98 inputActions[evt->data.touch.action], evt->data.touch.x
    [all...]
  /frameworks/base/include/ui/
PowerManager.h 26 POWER_MANAGER_TOUCH_EVENT = 2, // touch events are TOUCH for 300ms, and then either
  /external/blktrace/doc/
Makefile 6 @touch blktrace.tex
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
boot.h 4 /* Don't touch these, unless you really know what you're doing. */
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/resources/
TouchScreen.java 20 * Touch screen enum.
24 NOTOUCH("notouch", "No Touch", "No-touch screen"), //$NON-NLS-1$
65 public static int getIndex(TouchScreen touch) {
68 if (t == touch) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/sdk/
config_sample.xml 27 <d:touch-type>notouch</d:touch-type>
89 <d:config name="touch-type-notouch">
90 <d:touch-type>notouch</d:touch-type>
92 <d:config name="touch-type-stylus">
93 <d:touch-type>stylus</d:touch-type>
95 <d:config name="touch-type-finger">
96 <d:touch-type>finger</d:touch-type>
    [all...]
  /frameworks/base/core/java/android/widget/
SeekBar.java 25 * A SeekBar is an extension of ProgressBar that adds a draggable thumb. The user can touch
39 * touch gesture or arrow key/trackball as well as changes that were initiated
56 * Notification that the user has started a touch gesture. Clients may want to use this
58 * @param seekBar The SeekBar in which the touch gesture began
63 * Notification that the user has finished a touch gesture. Clients may want to use this
65 * @param seekBar The SeekBar in which the touch gesture began
95 * provides notifications of when the user starts and stops a touch gesture within the SeekBar.

Completed in 509 milliseconds

1 2 3 4 5 6 7 8 91011>>