Searched refs:mColorBar (Results 1 – 2 of 2) sorted by relevance
80 ProgressBar mColorBar; field in RunningProcessesView391 mColorBar.setProgress(progress); in refreshUi()392 mColorBar.setSecondaryProgress(progress + (int) ((medRam/(float) totalRam) * 100)); in refreshUi()451 mColorBar = mHeader.findViewById(R.id.color_bar); in doCreate()453 mColorBar.setProgressTintList( in doCreate()455 mColorBar.setSecondaryProgressTintList(Utils.getColorAccent(context)); in doCreate()456 mColorBar.setSecondaryProgressTintMode(PorterDuff.Mode.SRC); in doCreate()457 mColorBar.setProgressBackgroundTintList( in doCreate()459 mColorBar.setProgressBackgroundTintMode(PorterDuff.Mode.SRC); in doCreate()