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

1 2 3 4 5 6 78 91011>>

  /system/extras/
CleanSpec.mk 16 # If you don't need to do a full clean build but would like to touch
22 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h)
25 # Always use "touch -c" and "rm -f" or "rm -rf" to gracefully deal with
35 # touch step and add it to the end of the list.
  /system/netd/
CleanSpec.mk 16 # If you don't need to do a full clean build but would like to touch
22 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h)
25 # Always use "touch -c" and "rm -f" or "rm -rf" to gracefully deal with
35 # touch step and add it to the end of the list.
  /system/vold/
CleanSpec.mk 16 # If you don't need to do a full clean build but would like to touch
22 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h)
25 # Always use "touch -c" and "rm -f" or "rm -rf" to gracefully deal with
35 # touch step and add it to the end of the list.
  /system/wlan/ti/
CleanSpec.mk 16 # If you don't need to do a full clean build but would like to touch
22 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h)
25 # Always use "touch -c" and "rm -f" or "rm -rf" to gracefully deal with
35 # touch step and add it to the end of the list.
  /frameworks/base/docs/html/guide/topics/manifest/
uses-configuration-element.jd 7 keyboard / navigation control / touch screen." Dianne says that that's what they mean and
9 keyboard / navigation control / touch screen to work." But then what does "undefined" mean?
23 android:<a href="#touch">reqTouchScreen</a>=["undefined" | "notouch" | "stylus" |
39 requires a five-way navigation control, a touch screen that can be operated
140 <dt><a name="touch"></a>{@code android:reqTouchScreen}</dt>
141 <dd>The type of touch screen the application requires, if any at all.
150 <td>The application doesn't require a touch screen.
151 (The touch screen requirement is undefined.)
155 <td>The application doesn't require a touch screen.</td>
158 <td>The application requires a touch screen that's operated with a stylus.</td
    [all...]
  /dalvik/tests/028-array-write/src/
Main.java 30 writeArray(0); // touch all the memory
44 // touch once
  /packages/apps/Phone/res/anim/
touch_lock_fade_in.xml 17 <!-- Fade-in animation for the in-call "touch lock" overlay.
18 The "touch lock overlay" itself is semi-transparent over most of the screen,
  /frameworks/base/core/tests/coretests/src/android/widget/gridview/touch/
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,
GridTouchStackFromBottomManyTest.java 17 package android.widget.gridview.touch;
59 assertEquals("Selection still available after touch", -1,
75 assertEquals("Selection still available after touch", -1,
  /frameworks/base/core/tests/coretests/src/android/widget/listview/touch/
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,
  /external/quake/quake/src/QW/server/
world.c 269 edict_t *touch; local
272 // touch linked edicts
276 touch = EDICT_FROM_AREA(l);
277 if (touch == ent)
279 if (!touch->v.touch || touch->v.solid != SOLID_TRIGGER)
281 if (ent->v.absmin[0] > touch->v.absmax[0]
282 || ent->v.absmin[1] > touch->v.absmax[1]
283 || ent->v.absmin[2] > touch->v.absmax[2
719 edict_t *touch; local
    [all...]
  /external/quake/quake/src/WinQuake/
world.cpp 280 edict_t *touch; local
283 // touch linked edicts
287 touch = EDICT_FROM_AREA(l);
288 if (touch == ent)
290 if (!touch->u.v.touch || touch->u.v.solid != SOLID_TRIGGER)
292 if (ent->u.v.absmin[0] > touch->u.v.absmax[0]
293 || ent->u.v.absmin[1] > touch->u.v.absmax[1]
294 || ent->u.v.absmin[2] > touch->u.v.absmax[2
817 edict_t *touch; local
    [all...]
  /frameworks/base/core/java/android/view/
ViewConfiguration.java 68 * Defines the duration in milliseconds we will wait to see if a touch event
75 * Defines the duration in milliseconds we will wait to see if a touch event
100 * Distance a touch can wander before we think the user is scrolling in pixels
105 * Distance a touch can wander before we think the user is attempting a paged scroll
111 * Distance between the first touch and second touch to still be considered a double tap
116 * Distance a touch needs to be outside of a window's bounds for it to
290 * @return the duration in milliseconds we will wait to see if a touch event
299 * @return the duration in milliseconds we will wait to see if a touch event
336 * @return Distance a touch can wander before we think the user is scrolling in pixel
    [all...]
  /dalvik/
Android.mk 54 # The "touch -c $(DX)" is a hack that we know will force
56 # we won't touch it (-c) and the normal build will create
60 @touch -c $(DX)
  /frameworks/base/core/tests/coretests/src/android/view/menu/
MenuWith1ItemTest.java 73 // touch the screen
75 assertTrue("should be in touch mode after touching button",
79 // in touch mode
  /frameworks/base/libs/rs/java/Film/res/raw/
filmimage.c 11 int count, touch, x, y, rate, maxLife, lifeShift; local
23 touch = loadI32(con, 0, 2);
41 if (touch) {
  /external/e2fsprogs/lib/
Makefile.library 11 @touch subdirs
  /external/libpng/
autogen.sh 7 touch Makefile.am configure.ac
  /external/tcpdump/
Makefile-devel-adds 8 # autoheader might not change config.h.in, so touch a stamp file.
  /external/webkit/
CleanSpec.mk 16 # If you don't need to do a full clean build but would like to touch
22 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h)
25 # Always use "touch -c" and "rm -f" or "rm -rf" to gracefully deal with
35 # touch step and add it to the end of the list.
bison_check.mk 17 @touch $(@:$1=$(YACC_HEADER_SUFFIX))
  /external/webkit/WebCore/manual-tests/
audio-volume.html 5 var url="http://movies.apple.com/movies/us/apple/ipoditunes/2007/touch/ads/apple_ipodtouch_touch_r640-9cie.mov";
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
MobileApple80211.h 5 * MobileApple80211 interface for iPhone/iPod touch
  /frameworks/base/
CleanSpec.mk 16 # If you don't need to do a full clean build but would like to touch
22 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h)
25 # Always use "touch -c" and "rm -f" or "rm -rf" to gracefully deal with
35 # touch step and add it to the end of the list.
  /frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
LLOfButtons2.java 21 * the transistion between touch and focus mode.

Completed in 68 milliseconds

1 2 3 4 5 6 78 91011>>