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
122
public static final boolean
DEBUG_DRAG
= false;
[
all
...]
/frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java
167
static final boolean
DEBUG_DRAG
= false;
574
if (
DEBUG_DRAG
) {
587
if (
DEBUG_DRAG
) Slog.d(TAG, "Got UP on move channel; dropping at "
595
if (
DEBUG_DRAG
) Slog.d(TAG, "Drag cancelled!");
601
if (
DEBUG_DRAG
) Slog.d(TAG, "Drag ended; tearing down state");
[
all
...]
Completed in 394 milliseconds