- getBoundsOnScreen(View, Rect) - Static method in class com.bluelinelabs.conductor.internal.TransitionUtils
-
- getEnterTransition(ViewGroup, View, View, boolean) - Method in class com.bluelinelabs.conductor.changehandler.androidxtransition.SharedElementTransitionChangeHandler
-
Should return the transition that will be used on the entering ("to") view, if one is desired.
- getEnterTransitionCallback(ViewGroup, View, View, boolean) - Method in class com.bluelinelabs.conductor.changehandler.androidxtransition.SharedElementTransitionChangeHandler
-
Should return a callback that can be used to customize transition behavior of the shared element transition for the "to" view.
- getExitTransition(ViewGroup, View, View, boolean) - Method in class com.bluelinelabs.conductor.changehandler.androidxtransition.SharedElementTransitionChangeHandler
-
Should return the transition that will be used on the exiting ("from") view, if one is desired.
- getExitTransitionCallback(ViewGroup, View, View, boolean) - Method in class com.bluelinelabs.conductor.changehandler.androidxtransition.SharedElementTransitionChangeHandler
-
Should return a callback that can be used to customize transition behavior of the shared element transition for the "from" view.
- getSharedElementTransition(ViewGroup, View, View, boolean) - Method in class com.bluelinelabs.conductor.changehandler.androidxtransition.SharedElementTransitionChangeHandler
-
Should return the transition that will be used on shared elements between the from and to views.
- getTransition(ViewGroup, View, View, boolean) - Method in class com.bluelinelabs.conductor.changehandler.androidxtransition.SharedElementTransitionChangeHandler
-
- getTransition(ViewGroup, View, View, boolean) - Method in class com.bluelinelabs.conductor.changehandler.androidxtransition.TransitionChangeHandler
-
Should be overridden to return the Transition to use while replacing Views.