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

1 2 3 4 5 6 7 8 91011>>

  /developers/samples/android/ui/holo/BorderlessButtons/res/values/
strings.xml 29 <string name="touched_primary_message">Touched primary list item target.</string>
30 <string name="touched_secondary_message">Touched secondary list item target (delete).</string>
  /external/e2fsprogs/lib/ext2fs/
tst_iscan.c 99 retval = ext2fs_allocate_block_bitmap(test_fs, "touched map",
103 "While allocating touched block bitmap");
169 * Verify the touched map
178 printf("Bad block was touched --- %u\n", test_vec[i]);
  /external/kernel-headers/original/asm-generic/
local.h 36 /* Non-atomic variants, ie. preemption disabled and won't be touched
54 /* Non-atomic increments, ie. preemption disabled and won't be touched
  /frameworks/base/tools/aapt/tests/
CrunchCache_test.cpp 63 expectEqual(result, EXPECTED_RESULT, "number of files touched");
75 expectEqual(result, EXPECTED_OVERWRITES, "number of files touched with overwrite");
  /external/clang/test/PCH/
missing-file.cpp 8 // %t.h might be touched by scanners as a hot file on Windows,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationData.java 74 * Return whether the entry is being touched by the user.
80 * Set the flag indicating that this is being touched by the user.
213 * Return whether the entry is being touched by the user.
220 * Set whether the entry is being touched by the user.
  /external/quake/quake/src/QW/progs/
buttons.qc 72 When a button is touched, it moves some distance in the direction of it's angle, triggers all of it's targets, waits some time, then returns to it's original position where it can be triggered again.
79 "health" if set, the button must be killed instead of touched
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardActionListener.java 48 * @param x x-coordinate pixel of touched event. If {@link #onCodeInput} is not called by
52 * @param y y-coordinate pixel of touched event. If {@link #onCodeInput} is not called by
  /sdk/templates/activities/MasterDetailFlow/root/src/app_package/
ContentListActivity.java.ftl 12 * handsets, the activity presents a list of items, which when touched,
51 // 'activated' state when touched.
ContentListFragment.java.ftl 132 * given the 'activated' state when touched.
136 // give items the 'activated' state when touched.
  /external/chromium/chrome/browser/resources/ntp4/
apps_page.css 28 /* Pressed is set when an app is first touched.
  /frameworks/base/tests/RenderScriptTests/HelloWorld/src/com/example/android/rs/helloworld/
helloworld.rs 41 // at the position user touched on the screen
  /frameworks/compile/mclinker/include/mcld/MC/
InputFactory.h 49 /// attr - the last touched attribute.
  /packages/apps/Launcher2/src/com/android/launcher2/
DragView.java 245 * @param touchX the x coordinate the user touched in DragLayer coordinates
246 * @param touchY the y coordinate the user touched in DragLayer coordinates
281 * @param touchX the x coordinate the user touched in DragLayer coordinates
282 * @param touchY the y coordinate the user touched in DragLayer coordinates
  /packages/inputmethods/LatinIME/java/res/values-sw600dp/
config.xml 39 <!-- Showing more keys keyboard, just above the touched point if true, aligned to the key if
  /packages/inputmethods/LatinIME/java/res/values-sw768dp/
config.xml 36 <!-- Showing more keys keyboard, just above the touched point if true, aligned to the key if
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2TransactionTest.java 79 // Even though we only touched the profile DB, we also start and finish a transaction
113 // Even though we only touched the profile DB, we also start and finish a transaction
143 // Even though we only touched the profile DB, we also start and finish a transaction
169 // Even though we only touched the profile DB, we also start and finish a transaction
  /dalvik/vm/
RawDexFile.h 45 * purposes of memory management and further assumed to not be touched
  /external/chromium/base/win/
registry_unittest.cc 79 // Make sure out args are not touched if ReadValue fails
  /external/chromium/chrome/browser/prefs/
pref_value_map.h 28 // touched.
  /external/webrtc/src/common_audio/signal_processing/
spl_sqrt_floor.s 9 @ Registers touched: r1, r2
  /frameworks/base/core/tests/coretests/src/android/widget/touchmode/
TouchModeFocusChangeTest.java 80 assertFalse("button should not have focus when touched",
  /frameworks/base/docs/html/design/style/
touch-feedback.jd 11 user know which object was touched and that your app is "listening".</p>
  /packages/apps/Contacts/src/com/android/contacts/preference/
ContactsPreferenceActivity.java 40 // This Activity will always fall back to the "top" Contacts screen when touched on the
  /packages/apps/Email/src/com/android/email/activity/
RecentMailboxManager.java 101 * Gets the most recently touched mailboxes for the specified account. If there are no
129 /** Updates the last touched time for the mailbox in the background */

Completed in 672 milliseconds

1 2 3 4 5 6 7 8 91011>>