Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/widget/
DChartGridView.java41 public class ChartGridView extends View { class
57 public ChartGridView(Context context) { in ChartGridView() method in ChartGridView
61 public ChartGridView(Context context, AttributeSet attrs) { in ChartGridView() method in ChartGridView
65 public ChartGridView(Context context, AttributeSet attrs, int defStyle) { in ChartGridView() method in ChartGridView
71 attrs, R.styleable.ChartGridView, defStyle, 0); in ChartGridView()
DChartView.java115 if (child instanceof ChartGridView) { in onLayout()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/
DChartGridView.java41 public class ChartGridView extends View { class
57 public ChartGridView(Context context) { in ChartGridView() method in ChartGridView
61 public ChartGridView(Context context, AttributeSet attrs) { in ChartGridView() method in ChartGridView
65 public ChartGridView(Context context, AttributeSet attrs, int defStyle) { in ChartGridView() method in ChartGridView
71 attrs, R.styleable.ChartGridView, defStyle, 0); in ChartGridView()
DChartView.java115 if (child instanceof ChartGridView) { in onLayout()