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

1 2 3 4

  /external/webkit/WebCore/dom/
TouchEvent.h 42 static PassRefPtr<TouchEvent> create(TouchList* touches,
48 return adoptRef(new TouchEvent(touches, targetTouches, changedTouches,
53 void initTouchEvent(TouchList* touches, TouchList* targetTouches,
59 TouchList* touches() const { return m_touches.get(); } function in class:WebCore::TouchEvent
65 TouchEvent(TouchList* touches, TouchList* targetTouches,
TouchEvent.cpp 34 TouchEvent::TouchEvent(TouchList* touches, TouchList* targetTouches,
40 , m_touches(touches)
46 void TouchEvent::initTouchEvent(TouchList* touches, TouchList* targetTouches,
TouchEvent.idl 31 readonly attribute TouchList touches;
39 void initTouchEvent(in TouchList touches,
  /frameworks/base/core/tests/coretests/src/android/util/
TouchModeFlexibleAsserts.java 27 * are more flexible (allowing up to MAX_ATTEMPTS touches to enter touch mode via touch or
45 //Assert.assertEquals("number of touches to enter touch mode", 1, numAttemptsAtTouchMode);
57 //Assert.assertEquals("number of touches to enter touch mode", 1, numAttemptsAtTouchMode);
  /development/simulator/app/
LogMessage.cpp 13 * these through Create(), which touches every field.
  /frameworks/base/docs/html/resources/articles/
touch-mode.jd 55 user touches a list after selecting an item with the trackball.</p>
92 touches the screen, the application will enter touch mode if it wasn't
95 focus. If the user touches a widget that is focusable in touch
98 mode. For instance, in the picture below, when the user touches
  /external/elfutils/
TODO 108 if TEXTREL check whether any relocation touches RO segment
110 if TEXTREL not set check that no relocation touches RO segment
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
AutoDictionary.java 47 // If the user touches a typed word 2 times or more, it will become valid.
49 // If the user touches a typed word 4 times or more, it will be added to the user dict.
  /external/webkit/WebCore/plugins/android/
PluginViewAndroid.cpp 218 // co-ordinates as there is no touch in touches anymore.
219 TouchList* touches = (evt.data.touch.action == kUp_ANPTouchAction local
220 || evt.data.touch.action == kCancel_ANPTouchAction) ? event->changedTouches() : event->touches();
224 IntPoint localPos = roundedIntPoint(m_element->renderer()->absoluteToLocal(IntPoint(touches->item(0)->pageX(), touches->item(0)->pageY())));
  /frameworks/base/core/java/android/view/
ViewConfiguration.java 95 * Inset in pixels to look for touchable content when the user touches the edge of the screen
317 * @return Inset in pixels to look for touchable content when the user touches the edge of the
328 * @return Inset in pixels to look for touchable content when the user touches the edge of the
  /external/webkit/WebCore/page/
EventHandler.cpp 2570 RefPtr<TouchList> touches = TouchList::create(); local
    [all...]
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
ThreadLocalTest.java 81 // The ThreadLocal has to run once for each thread that touches the
  /dalvik/libdex/
ZipArchive.h 54 * every page that the Central Directory touches. Easier to tuck a copy
  /external/kernel-headers/original/asm-x86/
thread_info_32.h 170 * ever touches our thread-synchronous status, so we don't
  /frameworks/base/core/java/android/widget/
ZoomButtonsController.java 47 * edges and center. Touches there should be given to the owner. Instead of
389 // Steal touches events from the owner
394 // Don't want to steal any more touches
624 * @return The view that should receive the touches, or null if there is not one.
  /frameworks/base/docs/html/guide/developing/tools/
index.jd 89 streams of user events such as clicks, touches, or gestures, as well as a number of system-
  /frameworks/base/include/utils/
ZipFileRO.h 55 * every page that the Central Directory touches. Easier to tuck a copy
  /packages/apps/Phone/res/layout/
incall_screen.xml 76 dialpad (after some delay) to prevent false touches from
  /packages/apps/Phone/res/values/
config.xml 46 false cheek touches.)
  /external/openssl/crypto/engine/
eng_lib.c 321 /* eng_lib.o is pretty much linked into anything that touches ENGINE already, so
  /external/quake/quake/src/QW/progs/
subs.qc 34 // trigger angles are used for one-way touches. An angle of 0 is assumed
  /frameworks/base/docs/html/guide/topics/ui/
ui-events.jd 54 This is called when the user either touches the item
59 This is called when the user either touches and holds the item (when in touch mode), or
197 For a touch-capable device, once the user touches the screen, the device
  /external/webkit/WebCore/rendering/
RenderReplaced.cpp 176 // Early exit if the element touches the edges.
  /packages/apps/Browser/src/com/android/browser/
TitleBar.java 169 // Make all touches hit either the textfield or the button,
  /packages/apps/Mms/src/com/android/mms/ui/
SearchActivity.java 271 // if the user touches the item then launch the compose message

Completed in 400 milliseconds

1 2 3 4