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

1 2 3

  /external/webkit/Tools/Scripts/
check-for-weak-vtables-and-externals 39 sub touch($);
111 touch($buildTimestampPath);
115 sub touch($) subroutine
118 open(TOUCH, ">", $path) or die "$!";
119 close(TOUCH);
check-for-global-initializers 39 sub touch($);
145 touch($buildTimestampPath);
148 sub touch($) subroutine
151 open(TOUCH, ">", $path) or die "$!";
152 close(TOUCH);
check-for-exit-time-destructors 39 sub touch($);
104 touch($buildTimestampPath);
107 sub touch($) subroutine
110 open(TOUCH, ">", $path) or die "$!";
111 close(TOUCH);
  /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");
  /sdk/monkeyrunner/src/com/android/monkeyrunner/recorder/actions/
TouchAction.java 26 * Action to touch the touchscreen at a certain location.
52 device.touch(x, y, TouchPressType.fromIdentifier(direction));
61 return "TOUCH|" + pydict;
  /frameworks/base/core/tests/coretests/src/android/widget/listview/touch/
ListGetSelectedViewTest.java 17 package android.widget.listview.touch;
30 * null in touch mode.
ListTouchTest.java 17 package android.widget.listview.touch;
28 * Touch tests for a list where all of the items fit on the screen.
62 assertEquals("Selection still available after touch", -1,
80 assertEquals("Selection still available after touch", -1,
ListOfTouchablesTest.java 17 package android.widget.listview.touch;
31 * Touch tests for a list where all of the items fit on the screen.
ListSetSelectionTest.java 17 package android.widget.listview.touch;
29 * Tests setting the selection in touch mode
59 assertEquals("Selection still available after touch", -1,
89 assertEquals("Selection still available after touch", -1,
127 assertEquals("Selection still available after touch", -1,
ListTouchBottomGravityTest.java 17 package android.widget.listview.touch;
28 * Touch tests for a list where all of the items fit on the screen, and the list
65 assertEquals("Selection still available after touch", -1,
84 assertEquals("Selection still available after touch", -1,
ListTouchBottomGravityManyTest.java 17 package android.widget.listview.touch;
31 * Touch tests for a list where all of the items do not fit on the screen, and the list
66 assertEquals("Selection still available after touch", -1,
86 assertEquals("Selection still available after touch", -1,
  /external/replicaisland/src/com/replica/replicaisland/
InputTouchScreen.java 88 InputXY touch = null; local
93 touch = pointer;
97 return touch;
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8DocumentCustom.cpp 148 Touch* touch = V8DOMWrapper::isWrapperOfType(args[i], &V8Touch::info) ? V8Touch::toNative(args[i]->ToObject()) : 0; local
149 touchList->append(touch);
  /frameworks/base/core/tests/coretests/src/android/widget/gridview/touch/
GridTouchSetSelectionTest.java 17 package android.widget.gridview.touch;
29 * Tests setting the selection in touch mode
59 assertEquals("Selection still available after touch", -1,
GridTouchStackFromBottomManyTest.java 17 package android.widget.gridview.touch;
59 assertEquals("Selection still available after touch", -1,
75 assertEquals("Selection still available after touch", -1,
GridTouchStackFromBottomTest.java 17 package android.widget.gridview.touch;
57 assertEquals("Selection still available after touch", -1,
74 assertEquals("Selection still available after touch", -1,
91 assertEquals("Selection still available after touch", -1,
108 assertEquals("Selection still available after touch", -1,
GridTouchVerticalSpacingStackFromBottomTest.java 17 package android.widget.gridview.touch;
GridTouchVerticalSpacingTest.java 17 package android.widget.gridview.touch;
  /packages/apps/Email/src/com/android/email/activity/
RecentMailboxManager.java 95 /** Updates the specified mailbox's touch time. Returns an async task for test only. */
96 public EmailAsyncTask<Void, Void, Void> touch(long accountId, long mailboxId) { method in class:RecentMailboxManager
  /sdk/chimpchat/src/com/android/chimpchat/core/
IChimpDevice.java 87 * Perform a touch of the given type at (x,y).
91 * @param type the touch type
93 void touch(int x, int y, TouchPressType type); method in interface:IChimpDevice
  /packages/apps/Browser/src/com/android/browser/
Preloader.java 99 s.touch(); // reset timer
112 s.touch(); // reset timer
155 touch(); method
162 public void touch() { method in class:Preloader.PreloaderSession
  /ndk/sources/host-tools/make-3.81/tests/
test_driver.pl 874 #sub touch
884 # || &error ("Couldn't touch $file: $!\n", 1);
897 sub touch subroutine
903 || &error("Couldn't touch $file: $!\n", 1);
907 # Touch with a time offset. To DTRT, call touch() then use stat() to get the
915 &touch(@_);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursslk.h 186 inline void touch() { function in class:Soft_Label_Key_Set
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursslk.h 186 inline void touch() { function in class:Soft_Label_Key_Set
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursslk.h 186 inline void touch() { function in class:Soft_Label_Key_Set

Completed in 1358 milliseconds

1 2 3