OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DEBUG_DRAG
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/view/
ViewDebug.java
76
public static final boolean
DEBUG_DRAG
= false;
[
all
...]
/frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java
182
static final boolean
DEBUG_DRAG
= false;
622
if (
DEBUG_DRAG
) {
635
if (
DEBUG_DRAG
) Slog.d(TAG, "Got UP on move channel; dropping at "
643
if (
DEBUG_DRAG
) Slog.d(TAG, "Drag cancelled!");
649
if (
DEBUG_DRAG
) Slog.d(TAG, "Drag ended; tearing down state");
[
all
...]
Completed in 98 milliseconds