Taskbar in Desktop Windowing Mode

Test: presubmit
Bug: 330146462
Flag: NONE
Change-Id: Ib33f90704c3010df6a52e2a1c420960b11dbd0d4
This commit is contained in:
Jagrut Desai
2024-04-17 15:27:30 -07:00
parent 5a8e719b4c
commit 2e8ca87c21
12 changed files with 135 additions and 17 deletions
@@ -114,6 +114,13 @@ public class WindowManagerProxy implements ResourceBasedOverride, SafeCloseable
return result;
}
/**
* Returns if we are in desktop mode or not.
*/
public boolean isInDesktopMode() {
return false;
}
/**
* Returns the real bounds for the provided display after applying any insets normalization
*/