OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:showTouches
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/services/jni/
com_android_server_input_InputManagerService.cpp
239
bool
showTouches
;
278
mLocked.
showTouches
= false;
409
outConfig->
showTouches
= mLocked.
showTouches
;
724
if (mLocked.
showTouches
== enabled) {
729
mLocked.
showTouches
= enabled;
[
all
...]
/frameworks/base/services/input/
InputReader.h
225
bool
showTouches
;
243
showTouches
(false) { }
[
all
...]
InputReader.cpp
[
all
...]
Completed in 1153 milliseconds