OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:showTouches
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/core/jni/
com_android_server_input_InputManagerService.cpp
256
bool
showTouches
;
293
mLocked.
showTouches
= false;
424
outConfig->
showTouches
= mLocked.
showTouches
;
737
if (mLocked.
showTouches
== enabled) {
742
mLocked.
showTouches
= enabled;
[
all
...]
/frameworks/native/services/inputflinger/
InputReader.h
229
bool
showTouches
;
247
showTouches
(false) { }
[
all
...]
Completed in 1110 milliseconds