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

Commit 0b136656 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix style errors in inputMethodClientHasFocus()"

parents b3e5edd5 4d2f4462
Loading
Loading
Loading
Loading
+22 −22
Original line number Original line Diff line number Diff line
@@ -7411,8 +7411,8 @@ public class WindowManagerService extends IWindowManager.Stub
            }
            }
        }
        }


        @Override
        public boolean inputMethodClientHasFocus(IInputMethodClient client) {
        public boolean inputMethodClientHasFocus(IInputMethodClient client) {
        boolean hasFocus;
            synchronized (mWindowMap) {
            synchronized (mWindowMap) {
                // Check all displays if any input method window has focus.
                // Check all displays if any input method window has focus.
                for (int i = mRoot.mChildren.size() - 1; i >= 0; --i) {
                for (int i = mRoot.mChildren.size() - 1; i >= 0; --i) {