Searched refs:colorBar (Results 1 – 2 of 2) sorted by relevance
87 LinearColorBar colorBar = (LinearColorBar) holder.itemView.findViewById(R.id.color_bar); in onBindViewHolder() local88 colorBar.setRatios(mLeftRatio, mMiddleRatio, mRightRatio); in onBindViewHolder()89 colorBar.setColors(mLeft, mMiddle, mRight); in onBindViewHolder()
535 View colorBar = view.findViewById(R.id.color); in bindView() local539 if (colorBar != null) { in bindView()540 colorBar.setBackgroundColor(Utils.getDisplayColorFromColor(cursor in bindView()