OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:touchEnabled
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/core/java/com/android/internal/view/
BaseIWindow.java
52
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
671
public void windowFocusChanged(boolean hasFocus, boolean
touchEnabled
) {
672
Log.w("SurfaceView", "Unexpected focus in surface: focus=" + hasFocus + ",
touchEnabled
=" +
touchEnabled
);
/external/webkit/Source/WebCore/dom/
Document.cpp
[
all
...]
Completed in 65 milliseconds