Home
last modified time | relevance | path

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

/development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
DMainActivity.java25 private InteractiveLineGraphView mGraphView;
30 mGraphView = (InteractiveLineGraphView) findViewById(R.id.chart); in onCreate()
DInteractiveLineGraphView.java71 public class InteractiveLineGraphView extends View { class
184 public InteractiveLineGraphView(Context context) { in InteractiveLineGraphView() method in InteractiveLineGraphView
188 public InteractiveLineGraphView(Context context, AttributeSet attrs) { in InteractiveLineGraphView() method in InteractiveLineGraphView
192 public InteractiveLineGraphView(Context context, AttributeSet attrs, int defStyle) { in InteractiveLineGraphView() method in InteractiveLineGraphView
196 attrs, R.styleable.InteractiveLineGraphView, defStyle, defStyle); in InteractiveLineGraphView()
691 ViewCompat.postInvalidateOnAnimation(InteractiveLineGraphView.this);
723 ViewCompat.postInvalidateOnAnimation(InteractiveLineGraphView.this);
733 ViewCompat.postInvalidateOnAnimation(InteractiveLineGraphView.this);