Class android.transition.TransitionSet
| Added Methods | |
|---|---|
| TransitionSetaddTarget(View) | |
| TransitionSetaddTarget(int) | |
| TransitionSetaddTarget(Class) | |
| TransitionSetaddTarget(String) | |
| TransitionSetremoveTarget(View) | |
| TransitionSetremoveTarget(int) | |
| TransitionSetremoveTarget(Class) | |
| TransitionSetremoveTarget(String) | |
| Changed Methods | ||
|---|---|---|
| TransitionSetaddListener(TransitionListener) | Change in return type from TransitiontoTransitionSet.Method was inherited from android.transition.Transition, but is now defined locally. | |
| TransitionSetclone() | Change in return type from TransitiontoTransitionSet.Method was inherited from android.transition.Transition, but is now defined locally. | |
| TransitionSetremoveListener(TransitionListener) | Change in return type from TransitiontoTransitionSet.Method was inherited from android.transition.Transition, but is now defined locally. | |
| TransitionSetsetDuration(long) | Change in return type from TransitiontoTransitionSet.Method was inherited from android.transition.Transition, but is now defined locally. | |
| TransitionSetsetInterpolator(TimeInterpolator) | Change in return type from TransitiontoTransitionSet.Method was inherited from android.transition.Transition, but is now defined locally. | |
| TransitionSetsetStartDelay(long) | Change in return type from TransitiontoTransitionSet.Method was inherited from android.transition.Transition, but is now defined locally. | |
