diff --git a/docs/xml/Android.Widget.Inline/InlineContentView.xml b/docs/xml/Android.Widget.Inline/InlineContentView.xml
index 8fa41b378..32a9dae48 100644
--- a/docs/xml/Android.Widget.Inline/InlineContentView.xml
+++ b/docs/xml/Android.Widget.Inline/InlineContentView.xml
@@ -102,7 +102,7 @@
System.Boolean
- To be added.
+ Returns whether the surface backing this view appears on top of its parent.
Whether the surface backing this view appears on top of its parent.
@@ -110,6 +110,11 @@
Java documentation for android.widget.inline.InlineContentView.isZOrderedOnTop().
+
+
+ AOSP documentation for InlineContentView.isZOrderedOnTop.
+
+
Portions of this page are modifications based on work created and shared by the
Android Open Source Project
@@ -178,13 +183,26 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ Whether this view has a new size or position.
+ The left position, relative to the parent.
+ The top position, relative to the parent.
+ The right position, relative to the parent.
+ The bottom position, relative to the parent.
+ Called from layout when this view should assign a size and position to each of its children.
+
+ Called from layout when this view should assign a size and position to each of its children.
+ Derived classes with children should override this method and call layout on each child.
+
+
+ Java documentation for android.widget.inline.InlineContentView.onLayout(boolean, int, int, int, int).
+
+
+
+ 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.
+
@@ -260,7 +278,7 @@
Whether to show the surface on top of this view's window.
Controls whether the backing surface is placed on top of this view's window.
- To be added.
+ Whether the Z ordering changed.
Controls whether the backing surface is placed on top of this view's window. Normally, it is
placed on top of the window, to allow interaction with the inlined UI. Via this method, you
diff --git a/docs/xml/Android.Widget.Inline/InlinePresentationSpec+Builder.xml b/docs/xml/Android.Widget.Inline/InlinePresentationSpec+Builder.xml
index a8c961124..91c444f17 100644
--- a/docs/xml/Android.Widget.Inline/InlinePresentationSpec+Builder.xml
+++ b/docs/xml/Android.Widget.Inline/InlinePresentationSpec+Builder.xml
@@ -111,7 +111,7 @@
Builds the instance.
- To be added.
+ The built InlinePresentationSpec.
Builds the instance. This builder should not be touched after calling this!
@@ -183,10 +183,25 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The extras encoding the UI style information.
+ Sets the extras encoding the UI style information.
+ This builder.
+
+ The style bundles can be created using the relevant Style classes and their builders in
+ the androidx autofill library, for example androidx.autofill.inline.UiVersions.StylesBuilder.
+ The style must be set for the suggestion to render properly.
+ There should be no remote objects in the bundle; remote objects are removed before transmission.
+
+
+ Java documentation for android.widget.inline.InlinePresentationSpec.Builder.setStyle(android.os.Bundle).
+
+
+
+ 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.Widget.Inline/InlinePresentationSpec.xml b/docs/xml/Android.Widget.Inline/InlinePresentationSpec.xml
index a3818a91a..700878547 100644
--- a/docs/xml/Android.Widget.Inline/InlinePresentationSpec.xml
+++ b/docs/xml/Android.Widget.Inline/InlinePresentationSpec.xml
@@ -83,9 +83,20 @@
Android.OS.IParcelableCreator
- To be added.
- To be added.
- To be added.
+ Creates InlinePresentationSpec instances from a Parcel.
+ A creator that creates InlinePresentationSpec instances from a Parcel.
+
+
+
+ Java documentation for android.os.Parcelable.
+
+
+
+ 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.
+
@@ -116,9 +127,21 @@
- To be added.
- To be added.
- To be added.
+ Describes the kinds of special objects contained in this Parcelable instance's marshaled representation.
+ 0.
+
+ Describes the kinds of special objects contained in this Parcelable instance's marshaled representation.
+
+
+ Java documentation for android.widget.inline.InlinePresentationSpec.describeContents().
+
+
+
+ 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.
+
@@ -178,7 +201,7 @@
The maximal size of the suggestion.
- To be added.
+ The maximal size of the suggestion.
The maximal size of the suggestion.
@@ -219,7 +242,7 @@
The minimal size of the suggestion.
- To be added.
+ The minimal size of the suggestion.
The minimal size of the suggestion.
@@ -260,7 +283,7 @@
The extras encoding the UI style information.
- To be added.
+ The extras encoding the UI style information.
The extras encoding the UI style information.
The style bundles can be created using the relevant Style classes and their builders in
@@ -377,10 +400,22 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The parcel in which to write this object.
+ Additional flags about how the object should be written.
+ Flattens this object into a parcel.
+
+ Flattens this object into a parcel.
+
+
+ Java documentation for android.widget.inline.InlinePresentationSpec.writeToParcel(android.os.Parcel, int).
+
+
+
+ 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.
+