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

1 2 3 4 5 6 7 8 91011>>

  /developers/build/prebuilts/gradle/BorderlessButtons/Application/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/Application/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/
remove_stale_pyc_files.py 27 # Wrap OS calls in try/except in case another process touched this file.
33 # Wrap OS calls in try/except in case another process touched this dir.
  /cts/hostsidetests/appsecurity/test-apps/SplitApp/feature/src/com/android/cts/splitapp/
FeatureProvider.java 41 final Field touched = test.getDeclaredField("sFeatureTouched"); local
42 touched.set(null, true);
53 // that we actually touched the boolean.
  /external/chromium_org/tools/android/adb_reboot/
adb_reboot.c 37 /* File was not touched for some time. */
  /external/fio/
idletime.h 33 unsigned char *data; /* bytes to be touched */
  /external/chromium_org/third_party/skia/experimental/PdfViewer/
SkTracker.h 81 // Returns the numbers of points in which if touched, would trigger a breackpoint.
86 // Returns the points which if touched, would trigger a breackpoint.
92 // Returns the numbers of points in which if touched, would disable a breackpoint.
97 // Returns the points which if touched, would disable a breackpoint.
155 // any/all of the expected touched has to be changed, and all expected untouched must be intact
214 // break on any change on expected touched or all.
  /external/skia/experimental/PdfViewer/
SkTracker.h 81 // Returns the numbers of points in which if touched, would trigger a breackpoint.
86 // Returns the points which if touched, would trigger a breackpoint.
92 // Returns the numbers of points in which if touched, would disable a breackpoint.
97 // Returns the points which if touched, would disable a breackpoint.
155 // any/all of the expected touched has to be changed, and all expected untouched must be intact
214 // break on any change on expected touched or all.
  /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);
  /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/chromium_org/third_party/WebKit/Source/modules/netinfo/
NetworkInformation.h 51 // Touched only on context thread.
  /external/chromium_org/ui/views/
drag_utils.cc 19 // drop behavior on other platforms un-touched, we wrap this in the #if guard.
  /external/clang/test/PCH/
missing-file.cpp 8 // %t.h might be touched by scanners as a hot file on Windows,
  /external/e2fsprogs/lib/ext2fs/
tst_iscan.c 105 retval = ext2fs_allocate_block_bitmap(test_fs, "touched map",
109 "While allocating touched block bitmap");
175 * Verify the touched map
184 printf("Bad block was touched --- %llu\n", test_vec[i]);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/interactions/
TouchPointManager.java 6 * Singleton class to keep track of where the user last touched the screen.
  /packages/apps/InCallUI/src/com/android/incalluibind/
ObjectFactory.java 29 * touched while in a call.
  /packages/apps/UnifiedEmail/assets/
script.js 218 var touched;
244 touched = false;
246 touched = transformBlockElements(nodes, docWidth, actionLog);
247 if (touched) {
262 touched = transformImages(nodes, docWidth, actionLog);
263 if (touched) {
281 touched = addClassToElements(nodes, shouldMungeTable, "munged",
283 if (touched) {
300 touched = addClassToElements(nodes, null /* mungeAll */, "munged",
302 if (touched) {
    [all...]
  /packages/inputmethods/LatinIME/java/res/values/
config-per-form-factor.xml 29 <!-- Showing more keys keyboard, just above the touched point if true, aligned to the key if
  /packages/inputmethods/LatinIME/java/res/values-sw430dp/
config-per-form-factor.xml 29 <!-- Showing more keys keyboard, just above the touched point if true, aligned to the key if
  /packages/inputmethods/LatinIME/java/res/values-sw600dp/
config-per-form-factor.xml 29 <!-- Showing more keys keyboard, just above the touched point if true, aligned to the key if
  /packages/inputmethods/LatinIME/java/res/values-sw768dp/
config-per-form-factor.xml 29 <!-- Showing more keys keyboard, just above the touched point if true, aligned to the key if
  /external/chromium_org/content/browser/renderer_host/input/
gesture_text_selector_unittest.cc 83 { // Touched with a finger.
90 { // Touched with a stylus, but no button pressed.
97 { // Touched with a stylus, with first button (BUTTON_SECONDARY) pressed.
104 { // Touched with a stylus, with two buttons pressed.
117 // 1. Touched with a finger: ignored

Completed in 1842 milliseconds

1 2 3 4 5 6 7 8 91011>>