Searched refs:syncFailedView (Results 1 – 2 of 2) sorted by relevance
64 final View syncFailedView = view.findViewById(R.id.sync_failed); in onBindViewHolder() local71 syncFailedView.setVisibility(failedVisible ? View.VISIBLE : View.GONE); in onBindViewHolder()
78 final View syncFailedView = view.findViewById(R.id.sync_failed); in onBindViewHolder() local85 syncFailedView.setVisibility(failedVisible ? View.VISIBLE : View.GONE); in onBindViewHolder()