Activity.OnEnterAnimationComplete 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.
Activities cannot draw during the period that their windows are animating in.
[Android.Runtime.Register("onEnterAnimationComplete", "()V", "GetOnEnterAnimationCompleteHandler")]
public virtual void OnEnterAnimationComplete ();
[<Android.Runtime.Register("onEnterAnimationComplete", "()V", "GetOnEnterAnimationCompleteHandler")>]
abstract member OnEnterAnimationComplete : unit -> unit
override this.OnEnterAnimationComplete : unit -> unit
- Attributes
Remarks
Activities cannot draw during the period that their windows are animating in. In order to know when it is safe to begin drawing they can override this method which will be called when the entering animation has completed.
Java documentation for android.app.Activity.onEnterAnimationComplete()
.
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.