Searched refs:ChartGridView (Results 1 – 3 of 3) sorted by relevance
41 public class ChartGridView extends View { class57 public ChartGridView(Context context) { in ChartGridView() method in ChartGridView61 public ChartGridView(Context context, AttributeSet attrs) { in ChartGridView() method in ChartGridView65 public ChartGridView(Context context, AttributeSet attrs, int defStyle) { in ChartGridView() method in ChartGridView71 attrs, R.styleable.ChartGridView, defStyle, 0); in ChartGridView()
56 private ChartGridView mGrid;111 mGrid = (ChartGridView) findViewById(R.id.grid); in onFinishInflate()
121 } else if (child instanceof ChartGridView) { in onLayout()