Searched refs:LinearColorBar (Results 1 – 4 of 4) sorted by relevance
55 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 …]
31 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()
18 public class LinearColorBar extends LinearLayout { class62 public LinearColorBar(Context context, AttributeSet attrs) { in LinearColorBar() method in LinearColorBar
77 LinearColorBar mColorBar;451 mColorBar = (LinearColorBar)mHeader.findViewById(R.id.color_bar); in doCreate()