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

@@ -137,7 +137,7 @@ public class NotificationMainView extends FrameLayout implements SingleAxisSwipe
setOnClickListener(mNotificationInfo);
}
setContentTranslation(0);
// Add a dummy ItemInfo so that logging populates the correct container and item types
// Add a stub ItemInfo so that logging populates the correct container and item types
// instead of DEFAULT_CONTAINERTYPE and DEFAULT_ITEMTYPE, respectively.
setTag(NOTIFICATION_ITEM_INFO);
if (animate) {