Home
last modified time | relevance | path

Searched refs:colorBar (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/
DSummaryPreference.java87 LinearColorBar colorBar = (LinearColorBar) holder.itemView.findViewById(R.id.color_bar); in onBindViewHolder() local
88 colorBar.setRatios(mLeftRatio, mMiddleRatio, mRightRatio); in onBindViewHolder()
89 colorBar.setColors(mLeft, mMiddle, mRight); in onBindViewHolder()
/packages/apps/Calendar/src/com/android/calendar/event/
DEditEventView.java535 View colorBar = view.findViewById(R.id.color); in bindView() local
539 if (colorBar != null) { in bindView()
540 colorBar.setBackgroundColor(Utils.getDisplayColorFromColor(cursor in bindView()