Update language to comply with Android's inclusive language guidance

See https://source.android.com/setup/contribute/respectful-code for reference
 
Test: Presubmit
Bug: 161896447

Change-Id: I7f7dae2bfbcf0fe98f1a716647cb17008495f3cf
This commit is contained in:
Curtis Belmonte
2020-07-28 21:39:14 +00:00
parent 1b2995ca3f
commit e1282eb847

View File

@@ -198,7 +198,7 @@ public class DeadZone {
can.drawARGB((int) (frac * 0xFF), 0xDD, 0xEE, 0xAA);
if (DEBUG && size > mSizeMin)
// crazy aggressive redrawing here, for debugging only
// Very aggressive redrawing here, for debugging only
mNavigationBarView.postInvalidateDelayed(100);
}
}