Class android.transition.TransitionSet
| Added Methods | |
|---|---|
TransitionSet addTarget(View) |
|
TransitionSet addTarget(int) |
|
TransitionSet addTarget(Class) |
|
TransitionSet addTarget(String) |
|
TransitionSet removeTarget(View) |
|
TransitionSet removeTarget(int) |
|
TransitionSet removeTarget(Class) |
|
TransitionSet removeTarget(String) |
|
| Changed Methods | ||
|---|---|---|
TransitionSet addListener(TransitionListener) |
Change in return type from Transition to TransitionSet.Method was inherited from android.transition.Transition, but is now defined locally.
|
|
TransitionSet clone() |
Change in return type from Transition to TransitionSet.Method was inherited from android.transition.Transition, but is now defined locally.
|
|
TransitionSet removeListener(TransitionListener) |
Change in return type from Transition to TransitionSet.Method was inherited from android.transition.Transition, but is now defined locally.
|
|
TransitionSet setDuration(long) |
Change in return type from Transition to TransitionSet.Method was inherited from android.transition.Transition, but is now defined locally.
|
|
TransitionSet setInterpolator(TimeInterpolator) |
Change in return type from Transition to TransitionSet.Method was inherited from android.transition.Transition, but is now defined locally.
|
|
TransitionSet setStartDelay(long) |
Change in return type from Transition to TransitionSet.Method was inherited from android.transition.Transition, but is now defined locally.
|
|
