diff options
author | Curtis Belmonte <curtislb@google.com> | 2020-07-28 21:39:14 +0000 |
---|---|---|
committer | Curtis Belmonte <curtislb@google.com> | 2020-07-28 21:39:18 +0000 |
commit | e1282eb84775d29e4612d4dca3583d5c2b614bd4 (patch) | |
tree | a70e04dda34a79d9b8050391867aeb8b2331a47d | |
parent | 1b2995ca3f1a224f1765b8b0ce0f76351d0665ce (diff) |
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
-rw-r--r-- | packages/SystemUI/src/com/android/systemui/statusbar/policy/DeadZone.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/policy/DeadZone.java b/packages/SystemUI/src/com/android/systemui/statusbar/policy/DeadZone.java index 54502e41ca64..12d0617d90ff 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/policy/DeadZone.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/policy/DeadZone.java @@ -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); } } |