Interpolator.SetRepeatMirror(Single, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Set a repeat count (which may be fractional) for the interpolator, and whether the interpolator should mirror its repeats.
[Android.Runtime.Register("setRepeatMirror", "(FZ)V", "GetSetRepeatMirror_FZHandler")]
public virtual void SetRepeatMirror (float repeatCount, bool mirror);
[<Android.Runtime.Register("setRepeatMirror", "(FZ)V", "GetSetRepeatMirror_FZHandler")>]
abstract member SetRepeatMirror : single * bool -> unit
override this.SetRepeatMirror : single * bool -> unit
Parameters
- repeatCount
- Single
- mirror
- Boolean
- Attributes
Remarks
Set a repeat count (which may be fractional) for the interpolator, and whether the interpolator should mirror its repeats. The default settings are repeatCount = 1, and mirror = false.
Java documentation for android.graphics.Interpolator.setRepeatMirror(float, boolean)
.
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.