Searched refs:syncActiveView (Results 1 – 2 of 2) sorted by relevance
61 final AnimatedImageView syncActiveView = (AnimatedImageView) view.findViewById( in onBindViewHolder() local66 syncActiveView.setVisibility(activeVisible ? View.VISIBLE : View.GONE); in onBindViewHolder()67 syncActiveView.setAnimating(mIsActive); in onBindViewHolder()
66 final AnimatedImageView syncActiveView = (AnimatedImageView) view.findViewById( in onBindViewHolder() local71 syncActiveView.setVisibility(activeVisible ? View.VISIBLE : View.GONE); in onBindViewHolder()72 syncActiveView.setAnimating(mIsActive); in onBindViewHolder()