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

Commit 3c2d6f59 authored by Chris Ye's avatar Chris Ye
Browse files

Update language to comply with Android's inclusive language guidance

See https://source.android.com/setup/contribute/respectful-code for reference

BUG: 161896447
Test: Builds

Change-Id: Ibd4478168db82c5275748cb3b0b311e0ba27a6ad
parent 35364b61
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3947,7 +3947,7 @@ void InputDispatcher::setFocusedDisplay(int32_t displayId) {
            }
            mFocusedDisplayId = displayId;

            // Sanity check
            // Find new focused window and validate
            sp<InputWindowHandle> newFocusedWindowHandle =
                    getValueByKey(mFocusedWindowHandlesByDisplay, displayId);
            notifyFocusChangedLocked(oldFocusedWindowHandle, newFocusedWindowHandle);