Loading core/java/android/view/ImeInsetsSourceConsumer.java +1 −1 Original line number Diff line number Diff line Loading @@ -124,7 +124,7 @@ public final class ImeInsetsSourceConsumer extends InsetsSourceConsumer { public void setControl(@Nullable InsetsSourceControl control, int[] showTypes, int[] hideTypes) { super.setControl(control, showTypes, hideTypes); if (control == null && !mIsRequestedVisibleAwaitingControl) { if (control == null && !isRequestedVisibleAwaitingControl()) { hide(); removeSurface(); } Loading core/java/android/view/InsetsAnimationControlImpl.java +1 −1 Original line number Diff line number Diff line Loading @@ -284,8 +284,8 @@ public class InsetsAnimationControlImpl implements InternalInsetsAnimationContro mShownOnFinish, mCurrentAlpha, mCurrentInsets)); mController.notifyFinished(this, mShownOnFinish); releaseLeashes(); } if (DEBUG) Log.d(TAG, "Animation finished abruptly."); } return mFinished; } Loading Loading
core/java/android/view/ImeInsetsSourceConsumer.java +1 −1 Original line number Diff line number Diff line Loading @@ -124,7 +124,7 @@ public final class ImeInsetsSourceConsumer extends InsetsSourceConsumer { public void setControl(@Nullable InsetsSourceControl control, int[] showTypes, int[] hideTypes) { super.setControl(control, showTypes, hideTypes); if (control == null && !mIsRequestedVisibleAwaitingControl) { if (control == null && !isRequestedVisibleAwaitingControl()) { hide(); removeSurface(); } Loading
core/java/android/view/InsetsAnimationControlImpl.java +1 −1 Original line number Diff line number Diff line Loading @@ -284,8 +284,8 @@ public class InsetsAnimationControlImpl implements InternalInsetsAnimationContro mShownOnFinish, mCurrentAlpha, mCurrentInsets)); mController.notifyFinished(this, mShownOnFinish); releaseLeashes(); } if (DEBUG) Log.d(TAG, "Animation finished abruptly."); } return mFinished; } Loading