HomeSort by relevance Sort by last modified time
    Searched refs:touchEnabled (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/com/android/internal/view/
BaseIWindow.java 64 public void windowFocusChanged(boolean hasFocus, boolean touchEnabled) {
  /external/webkit/Source/WebCore/bindings/generic/
RuntimeEnabledFeatures.h 105 static bool touchEnabled() { return isTouchEnabled; }
  /external/webkit/Source/WebKit/chromium/src/
WebRuntimeFeatures.cpp 239 return RuntimeEnabledFeatures::touchEnabled();
  /frameworks/base/core/java/android/view/
SurfaceView.java 683 public void windowFocusChanged(boolean hasFocus, boolean touchEnabled) {
684 Log.w("SurfaceView", "Unexpected focus in surface: focus=" + hasFocus + ", touchEnabled=" + touchEnabled);
    [all...]
  /external/webkit/Source/WebCore/dom/
Document.cpp     [all...]

Completed in 289 milliseconds