Searched refs:mGraphView (Results 1 – 1 of 1) sorted by relevance
25 private InteractiveLineGraphView mGraphView; field in MainActivity30 mGraphView = (InteractiveLineGraphView) findViewById(R.id.chart); in onCreate()44 mGraphView.zoomIn(); in onOptionsItemSelected()48 mGraphView.zoomOut(); in onOptionsItemSelected()52 mGraphView.panLeft(); in onOptionsItemSelected()56 mGraphView.panRight(); in onOptionsItemSelected()60 mGraphView.panUp(); in onOptionsItemSelected()64 mGraphView.panDown(); in onOptionsItemSelected()