Searched defs:DEBUG_ORIENTATION (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerDebugConfig.java50 static final boolean DEBUG_ORIENTATION = false; field in class:WindowManagerDebugConfig
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java123 private static final boolean DEBUG_ORIENTATION = false || LOCAL_LOGV; field in class:ViewRootImpl
1310 if (DEBUG_ORIENTATION || DEBUG_LAYOUT) Log.v(mTag,
1525 if (DEBUG_ORIENTATION) Log.v(mTag, "View " + host + " resized to: " + frame);
1929 if (DEBUG_ORIENTATION) Log.v(
2335 if (DEBUG_ORIENTATION || DEBUG_LAYOUT) {
2721 if (DEBUG_ORIENTATION || DEBUG_DRAW) {
2873 if (DEBUG_ORIENTATION || DEBUG_DRAW) {

Completed in 532 milliseconds