/external/quake/quake/src/QW/server/ |
sv_phys.c | 32 bonus items are SOLID_TRIGGER touch, and MOVETYPE_TOSS 159 Two entities have touched, so run their touch functions 170 if (e1->v.touch && e1->v.solid != SOLID_NOT) 174 PR_ExecuteProgram (e1->v.touch); 177 if (e2->v.touch && e2->v.solid != SOLID_NOT) 181 PR_ExecuteProgram (e2->v.touch);
|
/external/webkit/WebKit/android/plugins/ |
android_npapi.h | 196 and touch events will be provided to the plugin. 777 /** Touch events are generated when the user touches on the screen. The 914 } touch; member in union:ANPEvent::__anon6541 [all...] |
/frameworks/base/test-runner/src/android/test/ |
TouchUtils.java | 30 * Reusable methods for generating touch events. These methods can be used with 32 * the application through a touch screen. 736 * @param fromX X coordinate of the initial touch, in screen coordinates 738 * @param fromY X coordinate of the initial touch, in screen coordinates 756 * @param fromX X coordinate of the initial touch, in screen coordinates 758 * @param fromY X coordinate of the initial touch, in screen coordinates
|
/bionic/libc/bionic/ |
md5.c | 179 * From `Performance analysis of MD5' by Joseph D. Touch <touch@isi.edu>
|
/cts/tests/config_demo/data/result_rep/ |
cts_result.xsl | 126 <TD class="lgreen">Touch</TD> 128 <xsl:value-of select="TestResult/DeviceInfo/BuildInfo/@touch"/>
|
/cts/tests/tests/view/src/android/view/cts/ |
ViewTreeObserverTest.java | 146 // let the button be touch mode. 329 // let the button be touch mode.
|
/external/icu4c/config/ |
mh-os390 | 211 @$(SHELL) -ec 'touch $*.u > /dev/null 2>&1' 216 @$(SHELL) -ec 'touch $*.u > /dev/null 2>&1'
|
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
driver_iphone.m | 2 * WPA Supplicant - iPhone/iPod touch Apple80211 driver interface 456 .desc = "iPhone/iPod touch Apple80211 driver",
|
/frameworks/base/core/java/android/widget/ |
PopupWindow.java | 386 * Set a callback for all touch events being dispatched to the popup 475 * <p>Indicates whether the popup window receives touch events.</p> 487 * window will receive touch events, otherwise touch events will go to the 494 * @param touchable true if the popup should receive touch events, false otherwise 505 * <p>Indicates whether the popup window will be informed of touch events 517 * <p>Controls whether the pop-up will be informed of touch events outside 527 * touch events, false otherwise [all...] |
/frameworks/base/docs/html/resources/articles/ |
gestures.jd | 4 <p>Touch screens are a great way to interact with applications on 5 mobile devices. With a touch screen, users can easily tap, drag, fling,
|
glsurfaceview.jd | 189 screen, it sets the clear color based on the (x,y) coordinates of your touch 211 <li>Touch Rotate - shows how to rotate a 3D object in response to user input.</li>
|
painless-threading.jd | 15 <p>For instance, if you touch the a button on screen, the UI thread dispatches 16 the touch event to the widget, which in turn sets its pressed state and
|
/packages/apps/Contacts/src/com/android/contacts/ |
ScrollingTabWidget.java | 269 // Ensure you can navigate to the tab with the keyboard, and you can touch it 360 * @param clicked whether the selection changed due to a touch/click
|
/packages/apps/Phone/res/layout/ |
incall_touch_ui.xml | 17 <!-- In-call onscreen touch UI elements, used on some platforms. 20 non-touch-sensitive parts of the in-call UI (i.e. the call card).
|
/packages/inputmethods/OpenWnn/res/values/ |
strings.xml | 247 <string name="tip_to_step2_d"><b>\n- Use touch or ? to set the word.</b></string> 255 <string name="tip_en_to_open_keyboard"><b>The keyboard opens any time you touch a text field.</b></string>
|
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/ |
CandidatesContainer.java | 380 // The reason why we handle candiate view's touch events here is because 381 // that the view under the focused view may get touch events instead of the
|
/bootable/recovery/tools/ota/ |
check-lost+found.c | 43 * 1. If /data/misc/forced-reboot is missing, touch it & force "unclean" boot.
|
/cts/tools/vm-tests/ |
Android.mk | 85 @touch $@
|
/dalvik/vm/arch/arm/ |
CallEABI.S | 167 * r0 don't touch 168 * r1 don't touch 287 * r0 don't touch 288 * r1 don't touch
|
/external/bluetooth/glib/glib/ |
gmain.h | 292 /* Hook for GClosure / GSource integration. Don't touch */
|
/external/bluetooth/glib/tests/ |
slice-color.c | 139 g_printerr ("Will allocate and touch %llu blocks of %llu bytes (= %llu bytes) %llu times with color increment: 0x%08llx\n",
|
/external/clearsilver/ |
rules.mk.in | 158 @touch Makefile.depends
|
/external/e2fsprogs/tests/r_move_itable/ |
script | 102 touch $test_name.ok
|
/external/e2fsprogs/tests/r_resize_inode/ |
script | 87 touch $test_name.ok
|
/external/freetype/src/autofit/ |
afhints.h | 76 /* point touch flags */
|