From 3f23b30c638114df8ead03c0585774bdbd281885 Mon Sep 17 00:00:00 2001 From: Yuichi Araki Date: Fri, 3 Feb 2017 15:15:13 +0900 Subject: [PATCH] Fix doc for setReparentWithOverlay Test: Doc fix only Change-Id: I8d89be7c87cf95fd2c7799fdd8286acc13102e46 --- core/java/android/transition/ChangeTransform.java | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/core/java/android/transition/ChangeTransform.java b/core/java/android/transition/ChangeTransform.java index 4b0b065ad6b1a..fa792924846f4 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) {