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

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java160 static final boolean DEBUG_LAYOUT = false; field in class:PhoneWindowManager
1616 if (DEBUG_LAYOUT) Log.i(TAG, "NAVIGATION BAR: " + mNavigationBar);
2434 if (DEBUG_LAYOUT) Log.i(TAG, "mNavigationBar frame: " + mTmpNavigationFrame);
2436 if (DEBUG_LAYOUT) Log.i(TAG, String.format("mDock rect: (%d,%d - %d,%d)",
2472 if (DEBUG_LAYOUT) Log.v(TAG, "Status bar: " +
2575 if (DEBUG_LAYOUT) {
2607 if (DEBUG_LAYOUT)
2637 if (DEBUG_LAYOUT) {
2684 if (DEBUG_LAYOUT)
2698 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
518 if (DEBUG_LAYOUT) Log.d(TAG, "WindowLayout in setView:" + attrs);
574 if (DEBUG_LAYOUT) Log.v(TAG, "Added window " + mWindow);
1055 if (DEBUG_ORIENTATION || DEBUG_LAYOUT) Log.v(TAG,
1250 if (DEBUG_LAYOUT) Log.v(TAG, "Visible insets changing to: "
1378 if (DEBUG_LAYOUT) {
1386 if (DEBUG_LAYOUT) Log.v(TAG, "relayout: frame=" + frame.toShortString()
1474 if (DEBUG_LAYOUT) Log.v(TAG, "Content insets changing to: "
1486 if (DEBUG_LAYOUT) Log.v(TAG, "Visible insets changing to: "
1642 if (DEBUG_LAYOUT) Lo
[all...]
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java163 static final boolean DEBUG_LAYOUT = false; field in class:WindowManagerService
2749 if (DEBUG_LAYOUT) Slog.v(TAG, "Relayout " + win + ": " + win.mAttrs);
7911 if (DEBUG_LAYOUT) {
7935 if (DEBUG_LAYOUT && !win.mLayoutAttached) {
7969 if (DEBUG_LAYOUT) Slog.v(TAG, " LAYOUT: mFrame="
7987 if (DEBUG_LAYOUT) Slog.v(TAG, "2ND PASS " + win
8006 if (DEBUG_LAYOUT) Slog.v(TAG, " LAYOUT: mFrame="
8587 if (DEBUG_LAYOUT) Slog.v(TAG, "Computing new config from layout");

Completed in 389 milliseconds