Home
last modified time | relevance | path

Searched refs:LinearColorBar (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Settings/src/com/android/settings/applications/
DProcessStatsUi.java55 implements LinearColorBar.OnRegionTappedListener {
161 mMemRegion = icicle != null ? icicle.getInt("mem_region", LinearColorBar.REGION_GREEN) in onCreate()
162 : LinearColorBar.REGION_GREEN; in onCreate()
458 case LinearColorBar.REGION_RED: in refreshStats()
462 case LinearColorBar.REGION_YELLOW: in refreshStats()
473 colors.setColoredRegions(LinearColorBar.REGION_RED); in refreshStats()
581 case LinearColorBar.REGION_RED: in refreshStats()
582 colors.setColoredRegions(LinearColorBar.REGION_RED); in refreshStats()
586 case LinearColorBar.REGION_YELLOW: in refreshStats()
587 colors.setColoredRegions(LinearColorBar.REGION_RED in refreshStats()
[all …]
DLinearColorPreference.java31 int mColoredRegions = LinearColorBar.REGION_ALL;
32 LinearColorBar.OnRegionTappedListener mOnRegionTappedListener;
53 public void setOnRegionTappedListener(LinearColorBar.OnRegionTappedListener listener) { in setOnRegionTappedListener()
67 LinearColorBar colors = (LinearColorBar)view.findViewById( in onBindView()
DLinearColorBar.java18 public class LinearColorBar extends LinearLayout { class
62 public LinearColorBar(Context context, AttributeSet attrs) { in LinearColorBar() method in LinearColorBar
DRunningProcessesView.java77 LinearColorBar mColorBar;
451 mColorBar = (LinearColorBar)mHeader.findViewById(R.id.color_bar); in doCreate()