diff --git a/docs/xml/Android.Views.Inspectors/IntFlagMapping.xml b/docs/xml/Android.Views.Inspectors/IntFlagMapping.xml index c8362c583..259f0578d 100644 --- a/docs/xml/Android.Views.Inspectors/IntFlagMapping.xml +++ b/docs/xml/Android.Views.Inspectors/IntFlagMapping.xml @@ -106,10 +106,10 @@ The bit mask to compare to and with a value The target value to compare the masked value with - The name of the flag to include if enabled - Add a mutually exclusive flag to the map. + The non-null name of the flag to include if enabled + Adds a mutually exclusive flag to the map. - Add a mutually exclusive flag to the map. + Adds a mutually exclusive flag to the map. Java documentation for android.view.inspector.IntFlagMapping.add(int, int, java.lang.String). @@ -151,10 +151,10 @@ The value of the property - Get a set of the names of enabled flags for a given property value. - The names of the enabled flags, empty if no flags enabled + Gets a set of the names of enabled flags for a given property value. + The non-null names of the enabled flags, or an empty set if no flags are enabled. - Get a set of the names of enabled flags for a given property value. + Gets a set of the names of enabled flags for a given property value. Java documentation for android.view.inspector.IntFlagMapping.get(int). diff --git a/docs/xml/Android.Views.Inspectors/WindowInspector.xml b/docs/xml/Android.Views.Inspectors/WindowInspector.xml index 9ea7756e5..17095076e 100644 --- a/docs/xml/Android.Views.Inspectors/WindowInspector.xml +++ b/docs/xml/Android.Views.Inspectors/WindowInspector.xml @@ -66,8 +66,8 @@ System.Collections.Generic.IList<Android.Views.View> - Gets the window views attached to the current process. - the list of all window views attached to the current process + Gets the list of all window views attached to the current process. + The non-null list of all window views attached to the current process.