File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
policy/src/com/android/internal/policy/impl/keyguard Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 2424import android .content .res .Configuration ;
2525import android .content .res .Resources ;
2626import android .graphics .PixelFormat ;
27+ import android .graphics .Rect ;
2728import android .os .Bundle ;
2829import android .os .IBinder ;
2930import android .os .Parcelable ;
@@ -126,6 +127,12 @@ public ViewManagerHost(Context context) {
126127 setFitsSystemWindows (true );
127128 }
128129
130+ @ Override
131+ protected boolean fitSystemWindows (Rect insets ) {
132+ Log .v ("TAG" , "bug 7643792: fitSystemWindows(" + insets .toShortString () + ")" );
133+ return super .fitSystemWindows (insets );
134+ }
135+
129136 @ Override
130137 protected void onConfigurationChanged (Configuration newConfig ) {
131138 super .onConfigurationChanged (newConfig );
You can’t perform that action at this time.
0 commit comments