Loading core/java/android/view/ViewGroup.java +4 −2 Original line number Diff line number Diff line Loading @@ -7296,7 +7296,8 @@ public abstract class ViewGroup extends View implements ViewParent, ViewManager boolean isOptionalFitSystemWindows = (mViewFlags & OPTIONAL_FITS_SYSTEM_WINDOWS) != 0 || isFrameworkOptionalFitsSystemWindows(); if (isOptionalFitSystemWindows && mAttachInfo != null && mAttachInfo.mContentOnApplyWindowInsetsListener != null) { && mAttachInfo.mContentOnApplyWindowInsetsListener != null && (getWindowSystemUiVisibility() & SYSTEM_UI_LAYOUT_FLAGS) == 0) { return false; } Loading @@ -7320,7 +7321,8 @@ public abstract class ViewGroup extends View implements ViewParent, ViewManager || isFrameworkOptionalFitsSystemWindows(); if (isOptionalFitSystemWindows && mAttachInfo != null && getListenerInfo().mWindowInsetsAnimationCallback == null && mAttachInfo.mContentOnApplyWindowInsetsListener != null) { && mAttachInfo.mContentOnApplyWindowInsetsListener != null && (getWindowSystemUiVisibility() & SYSTEM_UI_LAYOUT_FLAGS) == 0) { mInsetsAnimationDispatchMode = DISPATCH_MODE_STOP; return; } Loading Loading
core/java/android/view/ViewGroup.java +4 −2 Original line number Diff line number Diff line Loading @@ -7296,7 +7296,8 @@ public abstract class ViewGroup extends View implements ViewParent, ViewManager boolean isOptionalFitSystemWindows = (mViewFlags & OPTIONAL_FITS_SYSTEM_WINDOWS) != 0 || isFrameworkOptionalFitsSystemWindows(); if (isOptionalFitSystemWindows && mAttachInfo != null && mAttachInfo.mContentOnApplyWindowInsetsListener != null) { && mAttachInfo.mContentOnApplyWindowInsetsListener != null && (getWindowSystemUiVisibility() & SYSTEM_UI_LAYOUT_FLAGS) == 0) { return false; } Loading @@ -7320,7 +7321,8 @@ public abstract class ViewGroup extends View implements ViewParent, ViewManager || isFrameworkOptionalFitsSystemWindows(); if (isOptionalFitSystemWindows && mAttachInfo != null && getListenerInfo().mWindowInsetsAnimationCallback == null && mAttachInfo.mContentOnApplyWindowInsetsListener != null) { && mAttachInfo.mContentOnApplyWindowInsetsListener != null && (getWindowSystemUiVisibility() & SYSTEM_UI_LAYOUT_FLAGS) == 0) { mInsetsAnimationDispatchMode = DISPATCH_MODE_STOP; return; } Loading