Merge "Use the same transaction to set position of the leash" into udc-dev am: f4f5ce437c
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/23577712 Change-Id: I32c0760909c99e26dbb9f64602b7d34ddec420fa Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -454,7 +454,7 @@ class InsetsSourceProvider {
|
|||||||
if (mSource.getType() == WindowInsets.Type.ime()) {
|
if (mSource.getType() == WindowInsets.Type.ime()) {
|
||||||
setClientVisible(target.isRequestedVisible(WindowInsets.Type.ime()));
|
setClientVisible(target.isRequestedVisible(WindowInsets.Type.ime()));
|
||||||
}
|
}
|
||||||
final Transaction t = mDisplayContent.getSyncTransaction();
|
final Transaction t = mWindowContainer.getSyncTransaction();
|
||||||
mWindowContainer.startAnimation(t, mAdapter, !mClientVisible /* hidden */,
|
mWindowContainer.startAnimation(t, mAdapter, !mClientVisible /* hidden */,
|
||||||
ANIMATION_TYPE_INSETS_CONTROL);
|
ANIMATION_TYPE_INSETS_CONTROL);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user