public static interface LayoutTransition.TransitionListener

android.animation.LayoutTransition.TransitionListener



This interface is used for listening to starting and ending events for transitions.

Summary

Public methods

abstract void endTransition(LayoutTransition transition, ViewGroup container, View view, int transitionType)

This event is sent to listeners when any type of transition animation ends.

abstract void startTransition(LayoutTransition transition, ViewGroup container, View view, int transitionType)

This event is sent to listeners when any type of transition animation begins.

Public methods

Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Last updated 2025-02-10 UTC.