Searched refs:newButton (Results 1 – 1 of 1) sorted by relevance
126 void animateButtonIfStatusIsEqual(final View newButton, final int newStatus) { in animateButtonIfStatusIsEqual() argument128 animateButton(newButton, ANIMATION_IN); in animateButtonIfStatusIsEqual()133 final View newButton = getButton(newStatus); in animateButtonPosition() local134 if (null != oldButton && null != newButton) { in animateButtonPosition()139 animateButtonIfStatusIsEqual(newButton, newStatus); in animateButtonPosition()144 } else if (null != newButton) { in animateButtonPosition()145 animateButton(newButton, ANIMATION_IN); in animateButtonPosition()