AOSP/Launcher3 - Update language to comply with Android's inclusive language guidance.

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

BUG=161896447

Test: make and Presubmit verify.

Change-Id: I44e903046dd4cd9c7c07872fc56a8d552eb09522
This commit is contained in:
Raman Tenneti
2020-08-03 12:54:21 -07:00
parent 12e59e9a66
commit ab98166c36
27 changed files with 76 additions and 77 deletions

View File

@@ -37,7 +37,7 @@ import java.util.List;
*
* <pre>
* All of the event ids are defined here.
* Most of the methods are dummy methods for Launcher3
* Most of the methods are placeholder methods for Launcher3
* Actual call happens only for Launcher variant that implements QuickStep.
* </pre>
*/