Searched refs:DEBUG_LAYOUT (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewRoot.java80 private static final boolean DEBUG_LAYOUT = false || LOCAL_LOGV; field in class:ViewRoot
472 if (DEBUG_LAYOUT) Log.d(TAG, "WindowLayout in setView:" + attrs);
813 if (DEBUG_LAYOUT) Log.v(TAG, "Content insets changing to: "
818 if (DEBUG_LAYOUT) Log.v(TAG, "Visible insets changing to: "
836 if (DEBUG_ORIENTATION || DEBUG_LAYOUT) Log.v(TAG,
944 if (DEBUG_LAYOUT) {
954 if (DEBUG_LAYOUT) Log.v(TAG, "relayout: frame=" + frame.toShortString()
973 if (DEBUG_LAYOUT) Log.v(TAG, "Content insets changing to: "
978 if (DEBUG_LAYOUT) Log.v(TAG, "Visible insets changing to: "
1087 if (DEBUG_LAYOUT) Lo
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java128 static final boolean DEBUG_LAYOUT = false; field in class:PhoneWindowManager
1314 if (DEBUG_LAYOUT) Log.v(TAG, "Status bar: mDockBottom="
1478 if (DEBUG_LAYOUT) Log.v(TAG, "Compute frame " + attrs.getTitle()
1508 if (DEBUG_LAYOUT) Log.v(TAG, "Input method: mDockBottom="
1542 if (DEBUG_LAYOUT) Log.v(TAG, "Fullscreen window: " + win);
1568 if (DEBUG_LAYOUT) Log.v(TAG, "Showing status bar");
1579 if (DEBUG_LAYOUT) Log.v(TAG, "Hiding status bar");
1583 if (DEBUG_LAYOUT) Log.v(TAG, "Showing status bar");
/frameworks/base/services/java/com/android/server/
H A DWindowManagerService.java148 static final boolean DEBUG_LAYOUT = false; field in class:WindowManagerService
2310 if (DEBUG_LAYOUT) Slog.v(TAG, "Relayout " + win + ": " + win.mAttrs);
8372 if (DEBUG_LAYOUT) Slog.v(TAG, "performLayout: needed="
8399 if (DEBUG_LAYOUT) Slog.v(TAG, "First pass " + win
8402 if (DEBUG_LAYOUT && gone) Slog.v(TAG, " (mViewVisibility="
8419 if (DEBUG_LAYOUT) Slog.v(TAG, "-> mFrame="
8442 if (DEBUG_LAYOUT) Slog.v(TAG, "Second pass " + win
8450 if (DEBUG_LAYOUT) Slog.v(TAG, "-> mFrame="
8534 if (DEBUG_LAYOUT) Slog.v(TAG, "Computing new config from layout");

Completed in 107 milliseconds