OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEBUG_GESTURES
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PanelHolder.java
28
public static final boolean
DEBUG_GESTURES
= true;
74
if (
DEBUG_GESTURES
) {
PhoneStatusBarView.java
33
private static final boolean
DEBUG_GESTURES
= false;
135
if (
DEBUG_GESTURES
) {
PhoneStatusBar.java
193
public static final boolean
DEBUG_GESTURES
= false;
368
private final GestureRecorder mGestureRec =
DEBUG_GESTURES
[
all
...]
/frameworks/native/services/inputflinger/
InputReader.cpp
37
#define
DEBUG_GESTURES
0
[
all
...]
Completed in 1334 milliseconds