Merge "[Status Bar] Set status bar window insets to the status bar height." into udc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
2de68db5c4
@@ -240,8 +240,10 @@ public class StatusBarWindowController {
|
||||
Insets.of(0, safeTouchRegionHeight, 0, 0));
|
||||
}
|
||||
lp.providedInsets = new InsetsFrameProvider[] {
|
||||
new InsetsFrameProvider(mInsetsSourceOwner, 0, statusBars()),
|
||||
new InsetsFrameProvider(mInsetsSourceOwner, 0, tappableElement()),
|
||||
new InsetsFrameProvider(mInsetsSourceOwner, 0, statusBars())
|
||||
.setInsetsSize(Insets.of(0, height, 0, 0)),
|
||||
new InsetsFrameProvider(mInsetsSourceOwner, 0, tappableElement())
|
||||
.setInsetsSize(Insets.of(0, height, 0, 0)),
|
||||
gestureInsetsProvider
|
||||
};
|
||||
return lp;
|
||||
|
||||
Reference in New Issue
Block a user