Home | History | Annotate | Download | only in animation

Lines Matching refs:returnVal

978         String returnVal = "AnimatorSet@" + Integer.toHexString(hashCode()) + "{";
983 returnVal += "\n " + node.animation.toString();
985 return returnVal + "\n}";