From a0670fa77079f3d27adf18f2f3c3084e5ad8cb81 Mon Sep 17 00:00:00 2001 From: Lais Andrade Date: Fri, 31 Jul 2020 13:25:10 +0000 Subject: Update language to comply with Android's inclusive language guidance See https://source.android.com/setup/contribute/respectful-code for reference #inclusivefixit BUG=162536543 Change-Id: I4fbb7bba633c90c66c95117d17fde5a6c7374fde --- core/java/android/view/View.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/core/java/android/view/View.java b/core/java/android/view/View.java index 40dfcfc391a0..b01e45627eb5 100644 --- a/core/java/android/view/View.java +++ b/core/java/android/view/View.java @@ -942,8 +942,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, /** * Prior to P, {@code #startDragAndDrop} accepts a builder which produces an empty drag shadow. - * Currently zero size SurfaceControl cannot be created thus we create a dummy 1x1 surface - * instead. + * Currently zero size SurfaceControl cannot be created thus we create a 1x1 surface instead. */ private static boolean sAcceptZeroSizeDragShadow; @@ -29334,7 +29333,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, /** * Dump all private flags in readable format, useful for documentation and - * sanity checking. + * consistency checking. */ private static void dumpFlags() { final HashMap found = Maps.newHashMap(); -- cgit v1.2.3-59-g8ed1b