diff --git a/core/java/android/transition/ChangeTransform.java b/core/java/android/transition/ChangeTransform.java index 584c114aca5f0..5303855c7003d 100644 --- a/core/java/android/transition/ChangeTransform.java +++ b/core/java/android/transition/ChangeTransform.java @@ -141,9 +141,10 @@ public class ChangeTransform extends Transition { * child view will be relative to its parent's final position, so it may appear to "jump" * at the beginning.

* - * @return true when a changed parent should execute the transition - * inside the scene root's overlay or false if a parent change only - * affects the transform of the transitioning view. + * @param reparentWithOverlay true when a changed parent should execute the + * transition inside the scene root's overlay or false + * if a parent change only affects the transform of the transitioning + * view. * @attr ref android.R.styleable#ChangeTransform_reparentWithOverlay */ public void setReparentWithOverlay(boolean reparentWithOverlay) {