/developers/build/prebuilts/gradle/BorderlessButtons/BorderlessButtonsSample/src/main/res/values/ |
strings.xml | 26 <string name="touched_primary_message">Touched primary list item target.</string> 27 <string name="touched_secondary_message">Touched secondary list item target (delete).</string>
|
/developers/samples/android/ui/holo/BorderlessButtons/BorderlessButtonsSample/src/main/res/values/ |
strings.xml | 26 <string name="touched_primary_message">Touched primary list item target.</string> 27 <string name="touched_secondary_message">Touched secondary list item target (delete).</string>
|
/development/samples/browseable/BorderlessButtons/res/values/ |
strings.xml | 26 <string name="touched_primary_message">Touched primary list item target.</string> 27 <string name="touched_secondary_message">Touched secondary list item target (delete).</string>
|
/external/chromium_org/tools/android/adb_reboot/ |
adb_reboot.c | 37 /* File was not touched for some time. */
|
/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/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/ |
view.js | 87 var previous = this.touched; 89 this.touched = this.findButtonContaining_(location); 92 if (this.touched) { 93 this.touched.setAttribute('data-active', 'touch'); 94 this.onButton.call(this, this.touched.dataset.button);
|
/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");
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_macostools.py | 50 with test_support.check_warnings(('macostools.touched*', 52 macostools.touched(test_support.TESTFN)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_macostools.py | 50 with test_support.check_warnings(('macostools.touched*', 52 macostools.touched(test_support.TESTFN)
|
/external/clang/test/PCH/ |
missing-file.cpp | 8 // %t.h might be touched by scanners as a hot file on Windows,
|
/packages/inputmethods/LatinIME/java/res/values-sw540dp/ |
config.xml | 36 <!-- 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 | 34 <!-- Showing more keys keyboard, just above the touched point if true, aligned to the key if
|
/external/chromium/chrome/browser/resources/ntp4/ |
apps_page.css | 28 /* Pressed is set when an app is first touched.
|
/external/chromium_org/ash/magnifier/ |
magnification_controller.h | 51 // the internal variable to stores the last mouse cursor (or last touched)
|
/external/chromium_org/build/android/ |
setup.gyp | 69 # re-run when the output directories are touched (i.e. apks are
|
/external/chromium_org/tools/gyp/test/win/ |
gyptest-link-defrelink.py | 8 Make sure a relink is performed when a .def file is 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/apps/Launcher3/src/com/android/launcher3/ |
DragView.java | 254 * @param touchX the x coordinate the user touched in DragLayer coordinates 255 * @param touchY the y coordinate the user touched in DragLayer coordinates 290 * @param touchX the x coordinate the user touched in DragLayer coordinates 291 * @param touchY the y coordinate the user touched in DragLayer coordinates
|
/packages/apps/UnifiedEmail/assets/ |
script.js | 204 var touched; 230 touched = false; 232 touched = transformBlockElements(nodes, docWidth, actionLog); 233 if (touched) { 248 touched = transformImages(nodes, docWidth, actionLog); 249 if (touched) { 267 touched = addClassToElements(nodes, shouldMungeTable, "munged", 269 if (touched) { 286 touched = addClassToElements(nodes, null /* mungeAll */, "munged", 288 if (touched) { [all...] |
/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
|
/external/chromium_org/ui/gfx/ |
canvas_skia.cc | 70 return true; // Touched pixel to the left. 74 return true; // Touched pixel to the right. 78 return true; // Touched pixel above. 82 return true; // Touched pixel below. 358 // This pixel was not touched by the text routines. See if it borders 359 // a touched pixel in any of the 4 directions (not diagonally).
|
/dalvik/vm/ |
RawDexFile.h | 45 * purposes of memory management and further assumed to not be touched
|