diff --git a/docs/xml/Android.Transitions/PatternPathMotion.xml b/docs/xml/Android.Transitions/PatternPathMotion.xml index 4c1a4edb..2819bb4d 100644 --- a/docs/xml/Android.Transitions/PatternPathMotion.xml +++ b/docs/xml/Android.Transitions/PatternPathMotion.xml @@ -141,13 +141,19 @@ - To be added. - To be added. - Constructs a PatternPathMotion with a straight-line pattern. + The context used to obtain the PatternPathMotion style attributes. + The XML attributes. The android:patternPathData attribute is required. + Constructs a PatternPathMotion from XML attributes. + The android:patternPathData attribute supplies the pattern path. - Java documentation for android.transition.PatternPathMotion.PatternPathMotion(). + Java documentation for android.transition.PatternPathMotion. + + + + + Android Open Source Project source for XML-constructor behavior. @@ -213,8 +219,14 @@ The y coordinate of the ending point. Provide a Path to interpolate between two points (startX, startY) and (endX, endY). - To be added. + A Path along which the points are interpolated. The returned path starts at +(startX, startY) and ends at (endX, endY). + + + Java documentation for android.transition.PatternPathMotion.getPath(float, float, float, float). + + 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.