Searched refs:mExpandAnimationDrawable (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteExpandCollapseButton.java34 final AnimationDrawable mExpandAnimationDrawable; field in class:MediaRouteExpandCollapseButton
51 mExpandAnimationDrawable = (AnimationDrawable) ContextCompat.getDrawable(
59 mExpandAnimationDrawable.setColorFilter(filter);
65 setImageDrawable(mExpandAnimationDrawable.getFrame(0));
73 setImageDrawable(mExpandAnimationDrawable);
74 mExpandAnimationDrawable.start();

Completed in 56 milliseconds