Searched refs:syncActiveView (Results 1 – 2 of 2) sorted by relevance
62 final AnimatedImageView syncActiveView = (AnimatedImageView) view.findViewById( in onBindViewHolder() local67 syncActiveView.setVisibility(activeVisible ? View.VISIBLE : View.GONE); in onBindViewHolder()68 syncActiveView.setAnimating(mIsActive); in onBindViewHolder()
76 final AnimatedImageView syncActiveView = (AnimatedImageView) view.findViewById( in onBindViewHolder() local81 syncActiveView.setVisibility(activeVisible ? View.VISIBLE : View.GONE); in onBindViewHolder()82 syncActiveView.setAnimating(mIsActive); in onBindViewHolder()