Home
last modified time | relevance | path

Searched refs:appendLog (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskLaunchParamsModifier.java136 appendLog("display-id=" + display.getDisplayId() in calculate()
162 appendLog("inherit-from-source=" in calculate()
175 appendLog("inherit-from-task=" in calculate()
219 if (DEBUG) appendLog("empty-window-layout"); in calculate()
285 if (DEBUG) appendLog("picture-in-picture"); in calculate()
294 if (DEBUG) appendLog("unresizable-freeform"); in calculate()
302 if (DEBUG) appendLog("non-freeform-task-display-area"); in calculate()
353 appendLog("overridden-display-area=[" in calculate()
359 appendLog("display-area=" + taskDisplayArea); in calculate()
831 appendLog(bounds.isEmpty() ? "default-portrait" in resolveOrientation()
[all …]
H A DDesktopModeLaunchParamsModifier.java77 appendLog("task null, skipping"); in calculate()
81 appendLog("not standard or undefined activity type, skipping"); in calculate()
85 appendLog("not in windowing mode or bounds phase, skipping"); in calculate()
99 appendLog("inherit-from-source=" + outParams.mWindowingMode); in calculate()
107 appendLog("currentParams has bounds set, not overriding"); in calculate()
123 appendLog("setting desktop mode task bounds to %s", outParams.mBounds); in calculate()
135 private void appendLog(String format, Object... args) { in appendLog() method in DesktopModeLaunchParamsModifier