/packages/apps/Music/src/com/android/music/ |
TouchInterceptor.java | 117 // The dragger icon itself is quite small, so pretend the touch area is bigger
|
/packages/apps/Settings/src/com/android/settings/quicklaunch/ |
BookmarkPicker.java | 155 * Don't touch any of the lists that are being used by the
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/mock/ |
FileMock.java | 426 public void touch(IProgressMonitor monitor) throws CoreException { method in class:FileMock
|
ProjectMock.java | 467 public void touch(IProgressMonitor monitor) throws CoreException { method in class:ProjectMock
|
/development/samples/LunarLander/src/com/example/android/lunarlander/ |
LunarView.java | 458 * owned by this thread, we can't touch the state of that View. [all...] |
/external/bzip2/ |
bzip2.1 | 314 allocate around 7600k of memory, but only touch 400k + 20000 * 8 = 560 316 touch 100k + 20000 * 4 = 180 kbytes.
|
bzip2.1.preformatted | 257 touch 400k + 20000 * 8 = 560 kbytes of it. Similarly, the 258 decompressor will allocate 3700k but only touch 100k +
|
bzip2.txt | 254 touch 400k + 20000 * 8 = 560 kbytes of it. Similarly, the 255 decompressor will allocate 3700k but only touch 100k +
|
/external/e2fsprogs/lib/ext2fs/ |
kernel-jbd.h | 277 * outstanding updates on a transaction might possibly touch. */ 608 * Note that the locking is completely interrupt unsafe. We never touch
|
/external/grub/netboot/ |
lance.c | 227 /* Don't touch 10base2 power bit. */ 494 /* Don't touch 10base2 power bit. */
|
/external/quake/quake/src/WinQuake/ |
sys_dos.cpp | 356 // touch all the memory to make sure it's there. The 16-page skip is to
846 // touch the entire image, doing the 16-page skip so Win95 doesn't think we're
|
/external/quake/src/com/android/quake/ |
DownloaderActivity.java | 488 touch(filteredFile); 491 private void touch(File file) throws FileNotFoundException { method in class:DownloaderActivity.Downloader [all...] |
/external/webkit/JavaScriptGlue/JavaScriptGlue.xcodeproj/ |
project.pbxproj | 344 shellScript = "# Touch Info.plist to let Xcode know it needs to copy it into the built product\nif [[ \"${CONFIGURATION}\" != \"Production\" ]]; then\n touch \"$SRCROOT/Info.plist\";\nfi;\n";
|
/frameworks/base/core/java/android/content/res/ |
Configuration.java | 99 * The kind of touch screen attached to the device. 255 sb.append(" touch=");
|
/frameworks/base/core/java/android/inputmethodservice/ |
Keyboard.java | 144 /** Number of key widths from current touch point to search for nearest keys. */ 261 * Flags that specify the anchoring to edges of the keyboard for detecting touch events
|
/frameworks/base/core/java/android/view/ |
GestureDetector.java | 28 * reported via touch (don't use for trackball events). 244 * Determines speed during touch scrolling
|
/frameworks/base/core/java/android/widget/ |
SlidingDrawer.java | 894 * Unlocks the SlidingDrawer so that touch events are processed. 903 * Locks the SlidingDrawer so that touch events are ignores. [all...] |
/frameworks/base/docs/html/guide/developing/tools/ |
avd.jd | 258 <td>Touch-screen support</td> 259 <td>Whether there is a touch screen or not on the device. Default value is "yes".</td>
|
/frameworks/base/libs/ui/ |
EventHub.cpp | 655 // Is this a new modern multi-touch driver? 661 // Is this an old style single-touch driver?
|
/packages/apps/Contacts/res/values/ |
strings.xml | 424 <string name="noContactsHelpText">"You don't have any contacts to display.\n\nTo add contacts, press <font fgcolor="#ffffffff"><b>Menu</b></font> and touch:\n 431 <string name="noContactsHelpTextWithSync">"You don't have any contacts to display. (If you just added an account, it can take a few minutes to sync contacts.)\n\nTo add contacts, press <font fgcolor="#ffffffff"><b>Menu</b></font> and touch:\n 439 <string name="noContactsNoSimHelpText">"You don't have any contacts to display.\n\nTo add contacts, press <font fgcolor="#ffffffff"><b>Menu</b></font> and touch:\n 446 <string name="noContactsNoSimHelpTextWithSync">"You don't have any contacts to display. (If you just added an account, it can take a few minutes to sync contacts.)\n\nTo add contacts, press <font fgcolor="#ffffffff"><b>Menu</b></font> and touch:\n 455 <li>Touch the <b>Contacts</b> tab\n</li> 456 \n<li>Touch the contact you want to add to your favorites\n</li> 457 \n<li>Touch the star next to the contact\'s name\n</li>" 475 <string name="dialer_useDtmfDialpad">Use touch tone keypad</string> [all...] |
/packages/apps/Phone/src/com/android/phone/ |
EmergencyDialer.java | 417 * called for long touch events 525 * Tones are played only if the "Audible touch tones" user preference
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
TextCandidatesViewManager.java | 113 /** Vibrator for touch vibration */ 138 /** The event object for "touch" */ [all...] |
/frameworks/base/docs/html/resources/tutorials/testing/ |
activity_test.jd | 104 Android test case classes for activities extend JUnit and also connect you to the application under test with instrumentation. You can send keystroke or touch events directly to the UI. 526 This turns off <strong>touch mode</strong> in the device or emulator. If any of your test methods send key events to the application, 527 you must turn off touch mode <em>before</em> you start any activities; otherwise, the call is ignored. 625 This test demonstrates the power of using instrumentation in Android testing. Only an instrumentation-based test class allows you to send key events (or touch events) [all...] |
/external/webkit/WebCore/ |
ChangeLog-2010-01-29 | 300 [Android] Android needs functionality in the ChromeClient to be informed when touch events are and are not needed by the webpage. 303 Add a function on the ChromeClient that WebCore can use to inform the platform when it needs touch events. This way the platform can optimise by not forwarding the events if they are not required. 308 (WebCore::Document::detach): Check if this is the top level document and if so, stop forwarding touch events. 309 (WebCore::Document::addListenerTypeIfNeeded): Inform the ChromeClient it should start forwarding touch events and guard touch event code properly. 311 (WebCore::CachedFrameBase::restore): If the document uses touch events, inform the ChromeClient to start forwarding them. 312 (WebCore::CachedFrame::CachedFrame): If the document uses touch events, inform the ChromeClient to stop forwarding them, as the document is being put into the page cache. [all...] |
/cts/tests/tests/app/src/android/app/cts/ |
DialogTest.java | 566 // send a touch motion event, and System will call onTouchEvent 577 // set cancel on touch out side 582 // send a out side touch motion event, then the dialog will dismiss [all...] |