From 3c2d6f59d4b84f341cf76b5a8b999b3317d089b3 Mon Sep 17 00:00:00 2001 From: Chris Ye Date: Sun, 9 Aug 2020 10:39:48 -0700 Subject: 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 --- services/inputflinger/dispatcher/InputDispatcher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/inputflinger/dispatcher/InputDispatcher.cpp b/services/inputflinger/dispatcher/InputDispatcher.cpp index 5ba5ad8282..44f26b0de8 100644 --- a/services/inputflinger/dispatcher/InputDispatcher.cpp +++ b/services/inputflinger/dispatcher/InputDispatcher.cpp @@ -3947,7 +3947,7 @@ void InputDispatcher::setFocusedDisplay(int32_t displayId) { } mFocusedDisplayId = displayId; - // Sanity check + // Find new focused window and validate sp newFocusedWindowHandle = getValueByKey(mFocusedWindowHandlesByDisplay, displayId); notifyFocusChangedLocked(oldFocusedWindowHandle, newFocusedWindowHandle); -- cgit v1.2.3-59-g8ed1b