LayoutAnimationController.WillOverlap 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.
Indicates whether two children's animations will overlap.
[Android.Runtime.Register("willOverlap", "()Z", "GetWillOverlapHandler")]
public virtual bool WillOverlap ();
[<Android.Runtime.Register("willOverlap", "()Z", "GetWillOverlapHandler")>]
abstract member WillOverlap : unit -> bool
override this.WillOverlap : unit -> bool
Returns
true if animations will overlap, false otherwise
- Attributes
Remarks
Indicates whether two children's animations will overlap. Animations overlap when the delay is lower than 100% (or 1.0).
Java documentation for android.view.animation.LayoutAnimationController.willOverlap()
.
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.