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.java120 private static final boolean DEBUG_LAYOUT = false || LOCAL_LOGV; field in class:ViewRootImpl
604 if (DEBUG_LAYOUT) Log.d(mTag, "WindowLayout in setView:" + attrs);
668 if (DEBUG_LAYOUT) Log.v(mTag, "Added window " + mWindow);
1310 if (DEBUG_ORIENTATION || DEBUG_LAYOUT) Log.v(mTag,
1579 if (DEBUG_LAYOUT) Log.v(mTag, "Visible insets changing to: "
1730 if (DEBUG_LAYOUT) {
1748 if (DEBUG_LAYOUT) Log.v(mTag, "relayout: frame=" + frame.toShortString()
1779 if (DEBUG_LAYOUT) Log.v(mTag, "Content insets changing to: "
1784 if (DEBUG_LAYOUT) Log.v(mTag, "Overscan insets changing to: "
1791 if (DEBUG_LAYOUT) Lo
[all...]
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java175 static final boolean DEBUG_LAYOUT = false; field in class:PhoneWindowManager
2729 if (DEBUG_LAYOUT) Slog.i(TAG, "NAVIGATION BAR: " + mNavigationBar);
4028 if (DEBUG_LAYOUT) Slog.i(TAG, String.format("mDock rect: (%d,%d - %d,%d)",
4082 if (DEBUG_LAYOUT) Slog.v(TAG, "Status bar: " +
4179 if (DEBUG_LAYOUT) Slog.i(TAG, "mNavigationBar frame: " + mTmpNavigationFrame);
4309 if (DEBUG_LAYOUT) Slog.i(TAG, "Offset ime target window by the last ime window state");
4445 if (DEBUG_LAYOUT) Slog.v(TAG, "layoutWindowLw(" + attrs.getTitle()
4475 if (DEBUG_LAYOUT) Slog.v(TAG, String.format(
4565 if (DEBUG_LAYOUT) Slog.v(TAG, "layoutWindowLw(" + attrs.getTitle() +
4581 if (DEBUG_LAYOUT) Slo
[all...]

Completed in 2229 milliseconds