Searched refs:animateButton (Results 1 – 1 of 1) sorted by relevance
128 animateButton(newButton, ANIMATION_IN); in animateButtonIfStatusIsEqual()136 animateButton(oldButton, ANIMATION_OUT).setListener(new AnimatorListenerAdapter() { in animateButtonPosition()143 animateButton(oldButton, ANIMATION_OUT); in animateButtonPosition()145 animateButton(newButton, ANIMATION_IN); in animateButtonPosition()159 private ViewPropertyAnimator animateButton(final View button, final int direction) { in animateButton() method in ButtonSwitcher