Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4efc8fa0 authored by Robert Carr's avatar Robert Carr Committed by android-build-merger
Browse files

Merge "Promote input method dialogs layers with input method." into nyc-dev

am: 36ac7e9f

* commit '36ac7e9f':
  Promote input method dialogs layers with input method.

Change-Id: I3568a6bf40bcf0c001ea89c32f20071147901402
parents 660874d1 36ac7e9f
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -203,6 +203,10 @@ public class WindowLayersController {
        if (mDockDivider != null && mDockDivider.isVisibleLw()
        if (mDockDivider != null && mDockDivider.isVisibleLw()
                && mService.mInputMethodWindow != null) {
                && mService.mInputMethodWindow != null) {
            layer = assignAndIncreaseLayerIfNeeded(mService.mInputMethodWindow, layer);
            layer = assignAndIncreaseLayerIfNeeded(mService.mInputMethodWindow, layer);
            for (int i = mService.mInputMethodDialogs.size() - 1; i >= 0; i--) {
                final WindowState dialog = mService.mInputMethodDialogs.get(i);
                layer = assignAndIncreaseLayerIfNeeded(dialog, layer);
            }
        }
        }


        // We know that we will be animating a relaunching window in the near future, which will
        // We know that we will be animating a relaunching window in the near future, which will