Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,18 @@
<Docs>
<summary>Creates <c>EmbeddedPhotoPickerFeatureInfo</c> instances from a <c>Parcel</c>.</summary>
<value>A <c>Parcelable.Creator</c> for <c>EmbeddedPhotoPickerFeatureInfo</c>.</value>
<remarks>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/os/Parcelable.Creator" title="Reference documentation">Java documentation for <code>android.os.Parcelable.Creator</code>.</a>
</format>
</para>
<para>
Portions of this page are modifications based on work created and shared by the
<format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format>
and used according to terms described in the
<format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
</Member>
<Member MemberName="DescribeContents">
Expand Down Expand Up @@ -164,8 +176,20 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>Describes the special objects contained in this parcelable's marshaled representation.</summary>
<returns>A bitmask of the special object types in the marshaled representation, or <c>0</c>.</returns>
<summary>Reports no special objects in this parcelable's marshaled representation.</summary>
<returns><c>0</c>.</returns>
<remarks>
<para>
<format type="text/html">
<a href="https://android.googlesource.com/platform/packages/providers/MediaProvider/+/refs/heads/main/photopicker/framework/java/android/widget/photopicker/EmbeddedPhotoPickerFeatureInfo.java" title="Source documentation">Android Open Source Project source for <code>EmbeddedPhotoPickerFeatureInfo.describeContents()</code>.</a>
</format>
</para>
<para>
Portions of this page are modifications based on work created and shared by the
<format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format>
and used according to terms described in the
<format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
</Member>
<Member MemberName="IsOrderedSelection">
Expand Down Expand Up @@ -498,7 +522,19 @@
<Docs>
<param name="dest">The <c>Parcel</c> in which to write this object.</param>
<param name="flags">Additional flags controlling how to write this object.</param>
<summary>Flattens this object into a <c>Parcel</c>.</summary>
<summary>Writes the configured picker features to a <c>Parcel</c>.</summary>
<remarks>
<para>
<format type="text/html">
<a href="https://android.googlesource.com/platform/packages/providers/MediaProvider/+/refs/heads/main/photopicker/framework/java/android/widget/photopicker/EmbeddedPhotoPickerFeatureInfo.java" title="Source documentation">Android Open Source Project source for <code>EmbeddedPhotoPickerFeatureInfo.writeToParcel(Parcel, int)</code>.</a>
</format>
</para>
<para>
Portions of this page are modifications based on work created and shared by the
<format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format>
and used according to terms described in the
<format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
</Member>
</Members>
Expand Down