Using resource override instead of code-swap for ApiWrapper
Bug: 330920490 Flag: None Test: Presubmit Change-Id: Iac19f32e64d2c76ed5b4f8592943ee4ae7af51b5
This commit is contained in:
@@ -93,6 +93,13 @@ public class WindowManagerProxy implements ResourceBasedOverride {
|
||||
mTaskbarDrawnInProcess = taskbarDrawnInProcess;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns true if taskbar is drawn in process
|
||||
*/
|
||||
public boolean isTaskbarDrawnInProcess() {
|
||||
return mTaskbarDrawnInProcess;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns a map of normalized info of internal displays to estimated window bounds
|
||||
* for that display
|
||||
|
||||
Reference in New Issue
Block a user