Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/applications/
DRunningProcessesView.java80 ProgressBar mColorBar; field in RunningProcessesView
391 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()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/
DRunningProcessesView.java80 ProgressBar mColorBar; field in RunningProcessesView
391 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()