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

<<11121314151617181920>>

  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
TestShellActivity.java 804 // Setting a touch interval of -1 effectively disables the optimisation in WebView
805 // that stops repeated touch events flooding WebCore. The Event Sender only sends a
807 // a real use of touch events in a WebView) and so if the WebView drops the event,
808 // the test will fail as the test expects one callback for every touch it synthesizes.
  /frameworks/policies/base/mid/com/android/internal/policy/impl/
PowerDialog.java 139 // only in touch mode for the reasons explained in onKey.
  /frameworks/policies/base/phone/com/android/internal/policy/impl/
PowerDialog.java 143 // only in touch mode for the reasons explained in onKey.
  /packages/apps/Calculator/src/com/android/calculator2/
CalculatorDisplay.java 98 coming from the on-screen touch buttons, so don't filter anything.
  /packages/apps/Launcher2/src/com/android/launcher2/
WallpaperChooser.java 132 * When using touch if you tap an image it triggers both the onItemClick and
  /packages/apps/Music/src/com/android/music/
MediaAppWidgetProvider.java 166 // Connect up various buttons and touch events
  /packages/apps/Phone/res/layout/
call_card_person_info.xml 48 devices where the in-call touch UI is enabled.) The photo is
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
CorpusSelectionDialog.java 116 // Cancel dialog on any touch down event which is not handled by the corpus grid
  /packages/apps/Settings/src/com/android/settings/
ConfirmLockPattern.java 92 // make it so unhandled touch events within the unlock screen go to the
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
WordComposer.java 97 * @param codes array of codes based on distance from touch point
  /packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
MagicSmokeSelector.java 128 // don't get touch events in preview mode.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
c-pretty-print.h 94 touch this macro. Instead they should override pp_c_base instead. */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ResourceManager.java 212 resFolder.touch();
308 // get the resourceFile, and touch it.
311 resFile.touch();
616 resFile.touch();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
LayoutDevicesXsd.java 91 public static final String NODE_TOUCH_TYPE = "touch-type"; //$NON-NLS-1$
  /frameworks/base/services/java/com/android/server/
KeyInputQueue.java 59 * Turn on some hacks we have to improve the touch interaction with a
65 * Turn on some hacks to improve touch interaction with another device
66 * where touch coordinate data can get corrupted.
161 * A key that exists as a part of the touch-screen, outside of the normal
633 // Single touch protocol: touch going down or up.
676 // Process position events from single touch protocol.
    [all...]
  /frameworks/base/core/java/android/webkit/
WebView.java 408 * Position of the last touch event.
414 * Time of the last touch event.
419 * Time of the last time sending touch event to WebViewCore
427 * 150ms to do a full cycle in the WebViewCore by processing a touch event,
430 * TOUCH_SENT_INTERVAL too small, there will be multiple touch events sent
449 * Touch mode
462 // Whether to forward the touch events to WebCore
465 // Whether to prevent default during touch. The initial value depends on
466 // mForwardTouchEvents. If WebCore wants all the touch events, it says yes
467 // for touch down. Otherwise UI will wait for the answer of the firs
    [all...]
HTML5VideoViewProxy.java 329 // The poster bytes. We only touch this on the network thread.
331 // The request handle. We only touch this on the WebCore thread.
  /build/core/tasks/
cts.mk 130 $(hide) touch $@
220 $(hide) touch $@
  /cts/tools/host/src/res/
cts_result.xsl 147 <TD class="rowtitle">Touch</TD>
149 <xsl:value-of select="TestResult/DeviceInfo/BuildInfo/@touch"/>
  /external/kernel-headers/original/linux/
serial_core.h 281 * The low level driver must not to touch any elements contained
348 * touch these; they should be initialised to NULL
  /external/openssl/crypto/
Makefile 99 @touch lib
125 @[ -z "$(THIS)" -o -f buildinf.h ] || touch buildinf.h # fake buildinf.h if it does not exist
  /external/ppp/pppd/plugins/rp-pppoe/
common.c 294 /* Yup, don't touch! */
310 /* Compute and verify TCP checksum -- do not touch a packet with a bad
  /external/webkit/WebCore/bindings/v8/
V8Index.h 531 V(TOUCH, Touch) \
    [all...]
  /external/webkit/WebCore/html/
HTMLLinkElement.cpp 167 else if (equalIgnoringCase(rel, "apple-touch-icon"))
169 else if (equalIgnoringCase(rel, "apple-touch-icon-precomposed"))
  /frameworks/base/core/java/android/view/
ScaleGestureDetector.java 27 * This class should only be used with {@link MotionEvent}s reported via touch.
173 // as orientation can change, query the metrics in touch down

Completed in 426 milliseconds

<<11121314151617181920>>