Skip to content
This repository was archived by the owner on May 29, 2024. It is now read-only.

Bump to xamarin/xamarin-android@2c7d72d2 #41

Merged
merged 1 commit into from
Oct 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@
<Docs>
<summary>Flag for use with <c>#writeToParcel</c>: the object being written
is a return value, that is the result of a function such as
"&lt;code&gt;Parcelable someFunction()&lt;/code&gt;",
"&lt;code&gt;void someFunction(out Parcelable)&lt;/code&gt;", or
"&lt;code&gt;void someFunction(inout Parcelable)&lt;/code&gt;".</summary>
"<c>Parcelable someFunction()</c>",
"<c>void someFunction(out Parcelable)</c>", or
"<c>void someFunction(inout Parcelable)</c>".</summary>
<remarks>
<para>
<format type="text/html">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@
<Docs>
<summary>Flag for use with <c>#writeToParcel</c>: the object being written
is a return value, that is the result of a function such as
"&lt;code&gt;Parcelable someFunction()&lt;/code&gt;",
"&lt;code&gt;void someFunction(out Parcelable)&lt;/code&gt;", or
"&lt;code&gt;void someFunction(inout Parcelable)&lt;/code&gt;".</summary>
"<c>Parcelable someFunction()</c>",
"<c>void someFunction(out Parcelable)</c>", or
"<c>void someFunction(inout Parcelable)</c>".</summary>
<remarks>
<para>
<format type="text/html">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@
<Docs>
<summary>Flag for use with <c>#writeToParcel</c>: the object being written
is a return value, that is the result of a function such as
"&lt;code&gt;Parcelable someFunction()&lt;/code&gt;",
"&lt;code&gt;void someFunction(out Parcelable)&lt;/code&gt;", or
"&lt;code&gt;void someFunction(inout Parcelable)&lt;/code&gt;".</summary>
"<c>Parcelable someFunction()</c>",
"<c>void someFunction(out Parcelable)</c>", or
"<c>void someFunction(inout Parcelable)</c>".</summary>
<remarks>
<para>
<format type="text/html">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@
<Docs>
<summary>Flag for use with <c>#writeToParcel</c>: the object being written
is a return value, that is the result of a function such as
"&lt;code&gt;Parcelable someFunction()&lt;/code&gt;",
"&lt;code&gt;void someFunction(out Parcelable)&lt;/code&gt;", or
"&lt;code&gt;void someFunction(inout Parcelable)&lt;/code&gt;".</summary>
"<c>Parcelable someFunction()</c>",
"<c>void someFunction(out Parcelable)</c>", or
"<c>void someFunction(inout Parcelable)</c>".</summary>
<remarks>
<para>
<format type="text/html">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@
<Docs>
<summary>Flag for use with <c>#writeToParcel</c>: the object being written
is a return value, that is the result of a function such as
"&lt;code&gt;Parcelable someFunction()&lt;/code&gt;",
"&lt;code&gt;void someFunction(out Parcelable)&lt;/code&gt;", or
"&lt;code&gt;void someFunction(inout Parcelable)&lt;/code&gt;".</summary>
"<c>Parcelable someFunction()</c>",
"<c>void someFunction(out Parcelable)</c>", or
"<c>void someFunction(inout Parcelable)</c>".</summary>
<remarks>
<para>
<format type="text/html">
Expand Down
4 changes: 2 additions & 2 deletions docs/Mono.Android/en/Android.Animation/Animator.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</Attributes>
<Docs since="11">
<summary>This is the superclass for classes which provide basic support for animations which can be
started, ended, and have &lt;code&gt;AnimatorListeners&lt;/code&gt; added to them.</summary>
started, ended, and have <c>AnimatorListeners</c> added to them.</summary>
<remarks>
<para>
<format type="text/html">
Expand Down Expand Up @@ -661,7 +661,7 @@
</ReturnValue>
<Docs>
<summary>Gets the set of <c>android.animation.Animator.AnimatorListener</c> objects that are currently
listening for events on this &lt;code&gt;Animator&lt;/code&gt; object.</summary>
listening for events on this <c>Animator</c> object.</summary>
<value>ArrayList&lt;AnimatorListener&gt; The set of listeners.</value>
<remarks>
<para>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
</Attribute>
</Attributes>
<Docs>
<summary>The &lt;code&gt;Builder&lt;/code&gt; object is a utility class to facilitate adding animations to a
&lt;code&gt;AnimatorSet&lt;/code&gt; along with the relationships between the various animations.</summary>
<summary>The <c>Builder</c> object is a utility class to facilitate adding animations to a
<c>AnimatorSet</c> along with the relationships between the various animations.</summary>
<remarks>
<para>
<format type="text/html">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
<Docs>
<param name="value">The Object to convert.</param>
<summary>Does a conversion from the target type back to the source type.</summary>
<returns>A value of type T, converted from &lt;code&gt;value&lt;/code&gt;.</returns>
<returns>A value of type T, converted from <c>value</c>.</returns>
<remarks>
<para>
<format type="text/html">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</Attribute>
</Attributes>
<Docs since="21">
<summary>This evaluator can be used to perform type interpolation between &lt;code&gt;float[]&lt;/code&gt; values.</summary>
<summary>This evaluator can be used to perform type interpolation between <c>float[]</c> values.</summary>
<remarks>
<para>
<format type="text/html">
Expand Down Expand Up @@ -99,8 +99,8 @@
<Parameter Name="reuseArray" Type="System.Single[]" />
</Parameters>
<Docs>
<param name="reuseArray">The array to modify and return from &lt;code&gt;evaluate&lt;/code&gt;.</param>
<summary>Create a FloatArrayEvaluator that reuses &lt;code&gt;reuseArray&lt;/code&gt; for every evaluate() call.</summary>
<param name="reuseArray">The array to modify and return from <c>evaluate</c>.</param>
<summary>Create a FloatArrayEvaluator that reuses <c>reuseArray</c> for every evaluate() call.</summary>
<remarks>
<para>
<format type="text/html">
Expand Down Expand Up @@ -199,7 +199,7 @@
<param name="startValue">The start value.</param>
<param name="endValue">The end value.</param>
<summary>Interpolates the value at each index by the fraction.</summary>
<returns>A &lt;code&gt;float[]&lt;/code&gt; where each element is an interpolation between
<returns>A <c>float[]</c> where each element is an interpolation between
the same index in startValue and endValue.</returns>
<remarks>
<para>
Expand Down
12 changes: 6 additions & 6 deletions docs/Mono.Android/en/Android.Animation/FloatEvaluator.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</Attribute>
</Attributes>
<Docs since="11">
<summary>This evaluator can be used to perform type interpolation between &lt;code&gt;float&lt;/code&gt; values.</summary>
<summary>This evaluator can be used to perform type interpolation between <c>float</c> values.</summary>
<remarks>
<para>
<format type="text/html">
Expand Down Expand Up @@ -121,13 +121,13 @@
</Parameters>
<Docs>
<param name="fraction">The fraction from the starting to the ending values</param>
<param name="startValue">The start value; should be of type &lt;code&gt;float&lt;/code&gt; or
&lt;code&gt;Float&lt;/code&gt;</param>
<param name="endValue">The end value; should be of type &lt;code&gt;float&lt;/code&gt; or &lt;code&gt;Float&lt;/code&gt;</param>
<param name="startValue">The start value; should be of type <c>float</c> or
<c>Float</c></param>
<param name="endValue">The end value; should be of type <c>float</c> or <c>Float</c></param>
<summary>This function returns the result of linearly interpolating the start and end values, with
&lt;code&gt;fraction&lt;/code&gt; representing the proportion between the start and end values.</summary>
<c>fraction</c> representing the proportion between the start and end values.</summary>
<returns>A linear interpolation between the start and end values, given the
&lt;code&gt;fraction&lt;/code&gt; parameter.</returns>
<c>fraction</c> parameter.</returns>
<remarks>
<para>
<format type="text/html">
Expand Down
4 changes: 2 additions & 2 deletions docs/Mono.Android/en/Android.Animation/ITypeEvaluator.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@
<param name="startValue">The start value.</param>
<param name="endValue">The end value.</param>
<summary>This function returns the result of linearly interpolating the start and end values, with
&lt;code&gt;fraction&lt;/code&gt; representing the proportion between the start and end values.</summary>
<c>fraction</c> representing the proportion between the start and end values.</summary>
<returns>A linear interpolation between the start and end values, given the
&lt;code&gt;fraction&lt;/code&gt; parameter.</returns>
<c>fraction</c> parameter.</returns>
<remarks>
<para>
<format type="text/html">
Expand Down
8 changes: 4 additions & 4 deletions docs/Mono.Android/en/Android.Animation/IntArrayEvaluator.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</Attribute>
</Attributes>
<Docs since="21">
<summary>This evaluator can be used to perform type interpolation between &lt;code&gt;int[]&lt;/code&gt; values.</summary>
<summary>This evaluator can be used to perform type interpolation between <c>int[]</c> values.</summary>
<remarks>
<para>
<format type="text/html">
Expand Down Expand Up @@ -99,8 +99,8 @@
<Parameter Name="reuseArray" Type="System.Int32[]" />
</Parameters>
<Docs>
<param name="reuseArray">The array to modify and return from &lt;code&gt;evaluate&lt;/code&gt;.</param>
<summary>Create an IntArrayEvaluator that reuses &lt;code&gt;reuseArray&lt;/code&gt; for every evaluate() call.</summary>
<param name="reuseArray">The array to modify and return from <c>evaluate</c>.</param>
<summary>Create an IntArrayEvaluator that reuses <c>reuseArray</c> for every evaluate() call.</summary>
<remarks>
<para>
<format type="text/html">
Expand Down Expand Up @@ -199,7 +199,7 @@
<param name="startValue">The start value.</param>
<param name="endValue">The end value.</param>
<summary>Interpolates the value at each index by the fraction.</summary>
<returns>An &lt;code&gt;int[]&lt;/code&gt; where each element is an interpolation between
<returns>An <c>int[]</c> where each element is an interpolation between
the same index in startValue and endValue.</returns>
<remarks>
<para>
Expand Down
12 changes: 6 additions & 6 deletions docs/Mono.Android/en/Android.Animation/IntEvaluator.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</Attribute>
</Attributes>
<Docs since="11">
<summary>This evaluator can be used to perform type interpolation between &lt;code&gt;int&lt;/code&gt; values.</summary>
<summary>This evaluator can be used to perform type interpolation between <c>int</c> values.</summary>
<remarks>
<para>
<format type="text/html">
Expand Down Expand Up @@ -121,13 +121,13 @@
</Parameters>
<Docs>
<param name="fraction">The fraction from the starting to the ending values</param>
<param name="startValue">The start value; should be of type &lt;code&gt;int&lt;/code&gt; or
&lt;code&gt;Integer&lt;/code&gt;</param>
<param name="endValue">The end value; should be of type &lt;code&gt;int&lt;/code&gt; or &lt;code&gt;Integer&lt;/code&gt;</param>
<param name="startValue">The start value; should be of type <c>int</c> or
<c>Integer</c></param>
<param name="endValue">The end value; should be of type <c>int</c> or <c>Integer</c></param>
<summary>This function returns the result of linearly interpolating the start and end values, with
&lt;code&gt;fraction&lt;/code&gt; representing the proportion between the start and end values.</summary>
<c>fraction</c> representing the proportion between the start and end values.</summary>
<returns>A linear interpolation between the start and end values, given the
&lt;code&gt;fraction&lt;/code&gt; parameter.</returns>
<c>fraction</c> parameter.</returns>
<remarks>
<para>
<format type="text/html">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1165,7 +1165,7 @@
<param name="transitionType">One of <c>#CHANGE_APPEARING</c>, <c>#CHANGE_DISAPPEARING</c>,
<c>#CHANGING</c>, <c>#APPEARING</c>, or <c>#DISAPPEARING</c>, which determines the
animation whose animator is being set.</param>
<param name="animator">The animation being assigned. A value of &lt;code&gt;null&lt;/code&gt; means that no
<param name="animator">The animation being assigned. A value of <c>null</c> means that no
animation will be run for the specified transitionType.</param>
<summary>Sets the animation used during one of the transition types that may run.</summary>
<remarks>
Expand Down
Loading