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

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java157 static final boolean DEBUG_LAYOUT = false; field in class:PhoneWindowManager
1402 if (DEBUG_LAYOUT) Log.i(TAG, "NAVIGATION BAR: " + mNavigationBar);
1989 if (DEBUG_LAYOUT) Log.i(TAG, "mNavigationBar frame: " + mTmpNavigationFrame);
1991 if (DEBUG_LAYOUT) Log.i(TAG, String.format("mDock rect: (%d,%d - %d,%d)",
2018 if (DEBUG_LAYOUT) Log.v(TAG, "Status bar: " +
2037 if (DEBUG_LAYOUT) Log.v(TAG, "Status bar: restricted screen area: ("
2127 if (DEBUG_LAYOUT)
2157 if (DEBUG_LAYOUT) {
2189 if (DEBUG_LAYOUT)
2204 if (DEBUG_LAYOUT) {
[all...]
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java104 private static final boolean DEBUG_LAYOUT = false || LOCAL_LOGV; field in class:ViewRootImpl
450 if (DEBUG_LAYOUT) Log.d(TAG, "WindowLayout in setView:" + attrs);
503 if (DEBUG_LAYOUT) Log.v(TAG, "Added window " + mWindow);
996 if (DEBUG_LAYOUT) Log.v(TAG, "Visible insets changing to: "
1019 if (DEBUG_ORIENTATION || DEBUG_LAYOUT) Log.v(TAG,
1179 if (DEBUG_LAYOUT) {
1191 if (DEBUG_LAYOUT) Log.v(TAG, "relayout: frame=" + frame.toShortString()
1276 if (DEBUG_LAYOUT) Log.v(TAG, "Content insets changing to: "
1281 if (DEBUG_LAYOUT) Log.v(TAG, "Visible insets changing to: "
1435 if (DEBUG_LAYOUT) Lo
[all...]
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java152 static final boolean DEBUG_LAYOUT = false; field in class:WindowManagerService
2572 if (DEBUG_LAYOUT) Slog.v(TAG, "Relayout " + win + ": " + win.mAttrs);
7401 if (DEBUG_LAYOUT) {
7424 if (DEBUG_LAYOUT && !win.mLayoutAttached) {
7458 if (DEBUG_LAYOUT) Slog.v(TAG, " LAYOUT: mFrame="
7476 if (DEBUG_LAYOUT) Slog.v(TAG, "2ND PASS " + win
7495 if (DEBUG_LAYOUT) Slog.v(TAG, " LAYOUT: mFrame="
7616 if (DEBUG_LAYOUT) Slog.v(TAG, "Computing new config from layout");

Completed in 84 milliseconds