次の方法で共有


LayoutAnimationController.WillOverlap Method

Definition

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.

Applies to