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

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java168 static final boolean DEBUG_LAYOUT = false; field in class:PhoneWindowManager
1671 if (DEBUG_LAYOUT) Log.i(TAG, "NAVIGATION BAR: " + mNavigationBar);
2489 if (DEBUG_LAYOUT) Log.i(TAG, "mNavigationBar frame: " + mTmpNavigationFrame);
2491 if (DEBUG_LAYOUT) Log.i(TAG, String.format("mDock rect: (%d,%d - %d,%d)",
2527 if (DEBUG_LAYOUT) Log.v(TAG, "Status bar: " +
2633 if (DEBUG_LAYOUT) {
2679 if (DEBUG_LAYOUT)
2709 if (DEBUG_LAYOUT) {
2758 if (DEBUG_LAYOUT)
2772 if (DEBUG_LAYOUT) {
[all...]
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java102 private static final boolean DEBUG_LAYOUT = false || LOCAL_LOGV; field in class:ViewRootImpl
501 if (DEBUG_LAYOUT) Log.d(TAG, "WindowLayout in setView:" + attrs);
557 if (DEBUG_LAYOUT) Log.v(TAG, "Added window " + mWindow);
1044 if (DEBUG_ORIENTATION || DEBUG_LAYOUT) Log.v(TAG,
1243 if (DEBUG_LAYOUT) Log.v(TAG, "Visible insets changing to: "
1370 if (DEBUG_LAYOUT) {
1378 if (DEBUG_LAYOUT) Log.v(TAG, "relayout: frame=" + frame.toShortString()
1471 if (DEBUG_LAYOUT) Log.v(TAG, "Content insets changing to: "
1483 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.java180 static final boolean DEBUG_LAYOUT = false; field in class:WindowManagerService
2782 if (DEBUG_LAYOUT) Slog.v(TAG, "Relayout " + win + ": viewVisibility=" + viewVisibility
3014 if (DEBUG_LAYOUT) {
8334 if (DEBUG_LAYOUT) {
8367 if (DEBUG_LAYOUT && !win.mLayoutAttached) {
8411 if (DEBUG_LAYOUT) Slog.v(TAG, " LAYOUT: mFrame="
8441 if (DEBUG_LAYOUT) Slog.v(TAG, "2ND PASS " + win
8463 if (DEBUG_LAYOUT) Slog.v(TAG, " LAYOUT: mFrame="
9096 if (DEBUG_LAYOUT) Slog.v(TAG, "Computing new config from layout");

Completed in 427 milliseconds