Home
last modified time | relevance | path

Searched refs:logWithStack (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DWindowStateAnimator.java43 import static com.android.server.wm.WindowManagerService.logWithStack;
593 if (DEBUG_VISIBILITY) logWithStack(TAG, "Window " + this + " destroying surface " in destroySurfaceLocked()
1379 if (DEBUG_ANIM) logWithStack(TAG, "Loaded animation " + a + " for " + this); in applyAnimationLocked()
DAppWindowToken.java80 import static com.android.server.wm.WindowManagerService.logWithStack;
1431 if (DEBUG_ORIENTATION) logWithStack(TAG, "Set freezing of " + appToken + ": hidden=" in startFreezingScreen()
2682 if (DEBUG_ANIM) logWithStack(TAG, "Loaded animation " + a + " for " + this); in loadAnimation()
DWindowManagerService.java1855 logWithStack(TAG, str); in logSurface()
1866 static void logWithStack(String tag, String s) { in logWithStack() method in WindowManagerService