HomeSort by relevance Sort by last modified time
    Searched full:touch (Results 276 - 300 of 1042) sorted by null

<<11121314151617181920>>

  /development/samples/BrowserPlugin/jni/audio/
AudioPlugin.cpp 168 //register for touch events
289 int x = evt->data.touch.x;
290 int y = evt->data.touch.y;
291 if (kDown_ANPTouchAction == evt->data.touch.action) {
299 } else if (kUp_ANPTouchAction == evt->data.touch.action && m_activeTouch) {
303 } else if (kCancel_ANPTouchAction == evt->data.touch.action) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/resources/manager/
ConfigMatchTest.java 95 null, // touch mode
113 null, // touch mode
131 null, // touch mode
149 null, // touch mode
167 TouchScreenType.FINGER.getValue(), // touch mode
193 TouchScreenType.FINGER.getValue(), // touch mode
  /packages/inputmethods/LatinIME/java/res/values/
strings.xml 139 <!-- Instruction to touch the bubble to continue -->
140 <string name="touch_to_continue">Touch this hint to continue »</string>
142 <!-- Instruction to touch the bubble to start typing -->
143 <string name="touch_to_finish">Touch here to close this hint and start typing!</string>
145 <!-- Tutorial tip 1 - The keyboard opens any time you touch a text field -->
146 <string name="tip_to_open_keyboard"><b>The keyboard opens any time you touch a text field</b></string>
148 <!-- Tutorial tip 2 - Touch and hold a key to view accents (examples) -->
149 <string name="tip_to_view_accents"><b>Touch &amp; hold a key to view accents\n(ø, ö, ô, ó, and so on)</b>
159 <string name="tip_to_launch_settings"><b>Touch &amp; hold this key to change keyboard settings, like auto complete</b></string>
290 <string name="open_the_keyboard"><font size="17"><b>Open the keyboard\n</b></font><font size="3">\n</font>Touch any text field.</string
    [all...]
  /development/samples/BrowserPlugin/jni/video/
VideoPlugin.cpp 52 //register for touch events
123 if (kDown_ANPTouchAction == evt->data.touch.action) {
  /development/simulator/wrapsim/
DevEvent.c 50 * Pretend to be a normal single touch panel
53 // these bits indicate the capabilities of the touch screen
214 // absolute controllers (touch screen)
307 * Write an absolute (touch screen) event.
323 wsLog("WARNING: send touch event partial write (%d of %d)\n",
332 * Write an absolute (touch screen) event.
408 * Send a touch-screen event to the fake key event device.
433 wsLog("WARNING: unexpected sim touch action %d\n", action);
  /external/webkit/JavaScriptCore/
DerivedSources.make 65 touch Grammar.cpp.h
66 touch Grammar.hpp
  /external/webkit/WebCore/manual-tests/
video-player.html 90 videoElem.src = "http://movies.apple.com/movies/us/apple/ipoditunes/2007/touch/ads/apple_ipodtouch_touch_r640-9cie.mov";
98 <video id=videoelem poster="resources/touch-poster.png">
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
PowerTest.java 85 new Test("Touch and Cheek events don't poke") {
95 new Test("Touch and Cheek events poke") {
  /packages/apps/Phone/src/com/android/phone/
FdnList.java 109 * by default. This method may have a problem with touch UI
110 * since touch UI does not really have a concept of "selected"
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
SkbContainer.java 40 * For finger touch, user tends to press the bottom part of the target key,
49 * previous touch events.
111 * for the touch event to release. After the release, the popup window can
112 * response to touch events.
140 * For finger touch, user tends to press the bottom part of the target key,
147 * The x coordination of the last touch event.
152 * The y coordination of the last touch event.
543 // Function for interface OnTouchListener, it is used to handle touch events
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis1/
Visualization1.java 131 // touch events don't actually work for wallpapers, but if they did,
132 // we'd be using them to draw a circle around the touch point
  /device/htc/passion-common/overlay/packages/apps/Phone/res/values/
config.xml 20 <!-- Enable the onscreen touch UI for all states of the in-call UI. -->
  /external/dbus/bus/
messagebus.in 34 [ $RETVAL -eq 0 ] && touch @EXPANDED_LOCALSTATEDIR@/lock/subsys/$servicename
rc.messagebus.in 37 #[ $RETVAL -eq 0 ] && touch @EXPANDED_LOCALSTATEDIR@/lock/subsys/$servicename
  /external/dropbear/debian/
README.Debian 32 % touch /etc/ssh/sshd_not_to_be_run
  /external/e2fsprogs/tests/r_inline_xattr/
script 43 touch $test_name.ok
  /external/qemu/android/build/
mkdeps.sh 46 # In this case, we don't want to touch anything
  /external/qemu/
gen-skin.py 12 /* automatically generated, do not touch */
  /external/quake/quake/src/QW/client/
draw.h 22 // to touch the vid buffer
  /external/quake/quake/src/QW/progs/
progdefs.h 82 func_t touch; member in struct:__anon5160
  /external/quake/quake/src/WinQuake/
progdefs.q1 84 func_t touch;
progdefs.q2 91 func_t touch;
server.h 133 #define SOLID_TRIGGER 1 // touch on edge, but not blocking
134 #define SOLID_BBOX 2 // touch on edge, block
135 #define SOLID_SLIDEBOX 3 // touch on edge, but not an onground
136 #define SOLID_BSP 4 // bsp clip, touch on edge, block
  /external/webkit/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/
JavaScriptCoreGenerated.make 3 touch "$(WEBKITOUTPUTDIR)\buildfailed"
  /external/webkit/WebCore/html/
HTMLPlugInElement.h 64 // in Android, plugin has a focused mode where it accepts all the touch events.

Completed in 125 milliseconds

<<11121314151617181920>>