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

/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerDebugConfig.java43 static final boolean DEBUG_LAYOUT = false; field in class:WindowManagerDebugConfig
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java121 private static final boolean DEBUG_LAYOUT = false || LOCAL_LOGV; field in class:ViewRootImpl
605 if (DEBUG_LAYOUT) Log.d(mTag, "WindowLayout in setView:" + attrs);
669 if (DEBUG_LAYOUT) Log.v(mTag, "Added window " + mWindow);
1318 if (DEBUG_ORIENTATION || DEBUG_LAYOUT) Log.v(mTag,
1591 if (DEBUG_LAYOUT) Log.v(mTag, "Visible insets changing to: "
1742 if (DEBUG_LAYOUT) {
1760 if (DEBUG_LAYOUT) Log.v(mTag, "relayout: frame=" + frame.toShortString()
1791 if (DEBUG_LAYOUT) Log.v(mTag, "Content insets changing to: "
1796 if (DEBUG_LAYOUT) Log.v(mTag, "Overscan insets changing to: "
1803 if (DEBUG_LAYOUT) Lo
[all...]
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java176 static final boolean DEBUG_LAYOUT = false; field in class:PhoneWindowManager
2775 if (DEBUG_LAYOUT) Slog.i(TAG, "NAVIGATION BAR: " + mNavigationBar);
4086 if (DEBUG_LAYOUT) Slog.i(TAG, String.format("mDock rect: (%d,%d - %d,%d)",
4140 if (DEBUG_LAYOUT) Slog.v(TAG, "Status bar: " +
4265 if (DEBUG_LAYOUT) Slog.i(TAG, "mNavigationBar frame: " + mTmpNavigationFrame);
4402 if (DEBUG_LAYOUT) Slog.i(TAG, "Offset ime target window by the last ime window state");
4544 if (DEBUG_LAYOUT) Slog.v(TAG, "layoutWindowLw(" + attrs.getTitle()
4574 if (DEBUG_LAYOUT) Slog.v(TAG, String.format(
4664 if (DEBUG_LAYOUT) Slog.v(TAG, "layoutWindowLw(" + attrs.getTitle() +
4680 if (DEBUG_LAYOUT) Slo
[all...]

Completed in 91 milliseconds