diff --git a/docs/xml/Android.Views.Autofill/AutofillEventType.xml b/docs/xml/Android.Views.Autofill/AutofillEventType.xml index 6cfb11c24..fb8169fda 100644 --- a/docs/xml/Android.Views.Autofill/AutofillEventType.xml +++ b/docs/xml/Android.Views.Autofill/AutofillEventType.xml @@ -11,7 +11,7 @@ System.Enum - To be added. + Identifies changes in the autofill input UI reported by an AutofillManager.AutofillCallback. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -42,7 +42,7 @@ 2 - To be added. + The autofill input UI associated with the view was hidden. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -73,7 +73,7 @@ 1 - To be added. + The autofill input UI associated with the view was shown. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -104,7 +104,7 @@ 3 - To be added. + The autofill input UI was not shown because autofill is unavailable. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/xml/Android.Views.Autofill/AutofillId.xml b/docs/xml/Android.Views.Autofill/AutofillId.xml index 621b5636d..844947181 100644 --- a/docs/xml/Android.Views.Autofill/AutofillId.xml +++ b/docs/xml/Android.Views.Autofill/AutofillId.xml @@ -76,7 +76,7 @@ Gets the virtual id. - To be added. + The virtual identifier when this represents a virtual view. Gets the virtual id. This is set if the view is a virtual view, most commonly set if the View is of android.webkit.WebView. @@ -172,8 +172,8 @@ Android.OS.IParcelableCreator - To be added. - To be added. + Gets the creator that reconstructs AutofillId instances from a parcel. + A creator for AutofillId instances. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -207,8 +207,8 @@ - To be added. - To be added. + Describes the special objects in this parcelable instance's marshaled representation. + A bitmask of the special object types marshaled by this instance. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -238,10 +238,10 @@ System.Boolean - Checks if this node is generate as part of a android.app.assist.AssistStructure. - To be added. + Checks if this node is generated as part of a android.app.assist.AssistStructure. + when this identifier was generated as part of an assist structure; otherwise, . - Checks if this node is generate as part of a android.app.assist.AssistStructure. This + Checks if this node is generated as part of a android.app.assist.AssistStructure. This will usually return true if it should be used by an autofill service provider, and false otherwise. @@ -282,7 +282,7 @@ Checks whether this AutofillId represents a virtual view. - To be added. + when this identifier represents a virtual view; otherwise, . Checks whether this AutofillId represents a virtual view. @@ -468,7 +468,7 @@ Returns the assigned unique identifier of this AutofillID. - To be added. + The unique identifier assigned to the native view. Returns the assigned unique identifier of this AutofillID. See @@ -523,9 +523,9 @@ - To be added. - To be added. - To be added. + The parcel that receives the flattened representation. + Additional flags describing how the object is written. + Flattens this object into a parcel. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/xml/Android.Views.Autofill/AutofillManager+AutofillCallback.xml b/docs/xml/Android.Views.Autofill/AutofillManager+AutofillCallback.xml index 10d09746c..4d2d2e37b 100644 --- a/docs/xml/Android.Views.Autofill/AutofillManager+AutofillCallback.xml +++ b/docs/xml/Android.Views.Autofill/AutofillManager+AutofillCallback.xml @@ -161,7 +161,7 @@ view associated with the change. - To be added. + The event that changed the autofill state. Called after a change in the autofill state associated with a view. Called after a change in the autofill state associated with a view. @@ -216,7 +216,7 @@ parent view associated with the change. id identifying the virtual child inside the parent view. - To be added. + The event that changed the autofill state. Called after a change in the autofill state associated with a virtual view. Called after a change in the autofill state associated with a virtual view. diff --git a/docs/xml/Android.Views.Autofill/AutofillManager.xml b/docs/xml/Android.Views.Autofill/AutofillManager.xml index 36dbf2afe..5eb5cd15a 100644 --- a/docs/xml/Android.Views.Autofill/AutofillManager.xml +++ b/docs/xml/Android.Views.Autofill/AutofillManager.xml @@ -124,7 +124,7 @@ Returns the component name of the AutofillService that is enabled for the current user. - To be added. + The component name of the autofill service enabled for the current user, or . Returns the component name of the AutofillService that is enabled for the current user. @@ -167,7 +167,7 @@ Gets the name of all algorithms currently available for field classification. - To be added. + The names of the field-classification algorithms available to the enabled autofill service. Gets the name of all algorithms currently available for field classification. @@ -311,7 +311,7 @@ Gets the name of the default algorithm used for field classification. - To be added. + The default field-classification algorithm name, or . Gets the name of the default algorithm used for field classification. @@ -645,7 +645,7 @@ Returns true if the calling application provides a AutofillService that is enabled for the current user, or false otherwise. - To be added. + when the calling application provides an enabled autofill service; otherwise, . Returns true if the calling application provides a AutofillService that is enabled for the current user, or false otherwise. @@ -688,7 +688,7 @@ Returns true if autofill is supported by the current device and is supported for this user. - To be added. + when autofill is supported for the current device and user; otherwise, . Returns true if autofill is supported by the current device and is supported for this user. @@ -779,7 +779,7 @@ Checks if field classification is enabled. - To be added. + when field classification is enabled; otherwise, . Checks if field classification is enabled. diff --git a/docs/xml/Android.Views.Autofill/AutofillValue.xml b/docs/xml/Android.Views.Autofill/AutofillValue.xml index e277cb912..86e2e2873 100644 --- a/docs/xml/Android.Views.Autofill/AutofillValue.xml +++ b/docs/xml/Android.Views.Autofill/AutofillValue.xml @@ -83,8 +83,8 @@ Android.OS.IParcelableCreator - To be added. - To be added. + Gets the creator that reconstructs AutofillValue instances from a parcel. + A creator for AutofillValue instances. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -115,7 +115,7 @@ Gets the value to autofill a date field. - To be added. + The value used to autofill a date field. Gets the value to autofill a date field. See View#AUTOFILL_TYPE_DATE for more info. @@ -160,8 +160,8 @@ - To be added. - To be added. + Describes the special objects in this parcelable instance's marshaled representation. + A bitmask of the special object types marshaled by this instance. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -194,9 +194,9 @@ - To be added. + The date value to autofill. Creates a new AutofillValue to autofill a View representing a date. - To be added. + An AutofillValue for a date field. Creates a new AutofillValue to autofill a View representing a date. See View#AUTOFILL_TYPE_DATE for more info. @@ -240,10 +240,10 @@ - To be added. + The selected list item index to autofill. Creates a new AutofillValue to autofill a View representing a selection list. - To be added. + An AutofillValue for a selection list. Creates a new AutofillValue to autofill a View representing a selection list. @@ -288,9 +288,9 @@ - To be added. + The text value to autofill. Creates a new AutofillValue to autofill a View representing a text field. - To be added. + An AutofillValue for a text field. Creates a new AutofillValue to autofill a View representing a text field. See View#AUTOFILL_TYPE_TEXT for more info. @@ -332,9 +332,9 @@ - To be added. + The text value to autofill. Creates a new AutofillValue to autofill a View representing a text field. - To be added. + An AutofillValue for a text field. Creates a new AutofillValue to autofill a View representing a text field. See View#AUTOFILL_TYPE_TEXT for more info. @@ -380,12 +380,12 @@ - To be added. - Creates a new AutofillValue to autofill a View representing a toggable + The toggle value to autofill. + Creates a new AutofillValue to autofill a View representing a toggleable field. - To be added. + An AutofillValue for a toggleable field. - Creates a new AutofillValue to autofill a View representing a toggable + Creates a new AutofillValue to autofill a View representing a toggleable field. See View#AUTOFILL_TYPE_TOGGLE for more info. @@ -426,7 +426,7 @@ Checks if this is a date value. - To be added. + when this value represents a date; otherwise, . Checks if this is a date value. See View#AUTOFILL_TYPE_DATE for more info. @@ -468,7 +468,7 @@ Checks if this is a list value. - To be added. + when this value represents a selection list; otherwise, . Checks if this is a list value. See View#AUTOFILL_TYPE_LIST for more info. @@ -510,7 +510,7 @@ Checks if this is a text value. - To be added. + when this value represents text; otherwise, . Checks if this is a text value. See View#AUTOFILL_TYPE_TEXT for more info. @@ -552,7 +552,7 @@ Checks if this is a toggle value. - To be added. + when this value represents a toggle; otherwise, . Checks if this is a toggle value. See View#AUTOFILL_TYPE_TOGGLE for more info. @@ -632,7 +632,7 @@ Gets the value to autofill a selection list field. - To be added. + The selected list item index used to autofill the field. Gets the value to autofill a selection list field. See View#AUTOFILL_TYPE_LIST for more info. @@ -669,8 +669,8 @@ System.String - To be added. - To be added. + Gets the value used to autofill a text field. + The text value used to autofill the field. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -705,7 +705,7 @@ Gets the value to autofill a text field. - To be added. + The character sequence used to autofill the text field. Gets the value to autofill a text field. See View#AUTOFILL_TYPE_TEXT for more info. @@ -812,10 +812,10 @@ System.Boolean - Gets the value to autofill a toggable field. - To be added. + Gets the value to autofill a toggleable field. + The value used to autofill a toggleable field. - Gets the value to autofill a toggable field. + Gets the value to autofill a toggleable field. See View#AUTOFILL_TYPE_TOGGLE for more info. @@ -868,9 +868,9 @@ - To be added. - To be added. - To be added. + The parcel that receives the flattened representation. + Additional flags describing how the object is written. + Flattens this object into a parcel. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/xml/Android.Views.Autofill/VirtualViewFillInfo+Builder.xml b/docs/xml/Android.Views.Autofill/VirtualViewFillInfo+Builder.xml index 43a35f2d7..6e7c2e470 100644 --- a/docs/xml/Android.Views.Autofill/VirtualViewFillInfo+Builder.xml +++ b/docs/xml/Android.Views.Autofill/VirtualViewFillInfo+Builder.xml @@ -93,7 +93,7 @@ Builds the instance. - To be added. + The built VirtualViewFillInfo instance. Builds the instance. This builder should not be touched after calling this! @@ -172,10 +172,10 @@ - To be added. - To be added. - To be added. - To be added. + The autofill hints for the virtual view. + Sets the autofill hints for the virtual view. + This builder. + Sets the autofill hints for the virtual view. diff --git a/docs/xml/Android.Views.Autofill/VirtualViewFillInfo.xml b/docs/xml/Android.Views.Autofill/VirtualViewFillInfo.xml index 90160ea34..7d6a93c1a 100644 --- a/docs/xml/Android.Views.Autofill/VirtualViewFillInfo.xml +++ b/docs/xml/Android.Views.Autofill/VirtualViewFillInfo.xml @@ -74,7 +74,7 @@ Autofill hints of the virtual view. - To be added. + The autofill hints for the virtual view. Autofill hints of the virtual view.