Loading core/java/android/app/Activity.java +1 −1 Original line number Diff line number Diff line Loading @@ -7443,7 +7443,7 @@ public class Activity extends ContextThemeWrapper final int offsetX = (anchorBounds != null) ? anchorBounds.left - actualAnchorBounds.left : 0; int offsetY = (anchorBounds != null) ? anchorBounds.top - actualAnchorBounds.top : 0; ? anchorBounds.bottom - actualAnchorBounds.bottom : 0; final boolean wasShowing; Loading services/autofill/java/com/android/server/autofill/ui/FillUi.java +6 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ package com.android.server.autofill.ui; import static com.android.server.autofill.Helper.sDebug; import static com.android.server.autofill.Helper.sVerbose; import android.annotation.NonNull; import android.annotation.Nullable; Loading Loading @@ -337,6 +338,11 @@ final class FillUi { @Override public void show(WindowManager.LayoutParams p, Rect transitionEpicenter, boolean fitsSystemWindows, int layoutDirection) { if (sVerbose) { Slog.v(TAG, "AutofillWindowPresenter.show(): fit=" + fitsSystemWindows + ", epicenter="+ transitionEpicenter + ", dir=" + layoutDirection + ", params=" + p); } UiThread.getHandler().post(() -> mWindow.show(p)); } Loading Loading
core/java/android/app/Activity.java +1 −1 Original line number Diff line number Diff line Loading @@ -7443,7 +7443,7 @@ public class Activity extends ContextThemeWrapper final int offsetX = (anchorBounds != null) ? anchorBounds.left - actualAnchorBounds.left : 0; int offsetY = (anchorBounds != null) ? anchorBounds.top - actualAnchorBounds.top : 0; ? anchorBounds.bottom - actualAnchorBounds.bottom : 0; final boolean wasShowing; Loading
services/autofill/java/com/android/server/autofill/ui/FillUi.java +6 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ package com.android.server.autofill.ui; import static com.android.server.autofill.Helper.sDebug; import static com.android.server.autofill.Helper.sVerbose; import android.annotation.NonNull; import android.annotation.Nullable; Loading Loading @@ -337,6 +338,11 @@ final class FillUi { @Override public void show(WindowManager.LayoutParams p, Rect transitionEpicenter, boolean fitsSystemWindows, int layoutDirection) { if (sVerbose) { Slog.v(TAG, "AutofillWindowPresenter.show(): fit=" + fitsSystemWindows + ", epicenter="+ transitionEpicenter + ", dir=" + layoutDirection + ", params=" + p); } UiThread.getHandler().post(() -> mWindow.show(p)); } Loading