Searched refs:syncFailedView (Results 1 – 2 of 2) sorted by relevance
63 final View syncFailedView = view.findViewById(R.id.sync_failed); in onBindViewHolder() local70 syncFailedView.setVisibility(failedVisible ? View.VISIBLE : View.GONE); in onBindViewHolder()
68 final View syncFailedView = view.findViewById(R.id.sync_failed); in onBindViewHolder() local75 syncFailedView.setVisibility(failedVisible ? View.VISIBLE : View.GONE); in onBindViewHolder()