Lines Matching defs:mChart
222 private ChartDataUsageView mChart;
374 mChart = (ChartDataUsageView) mHeader.findViewById(R.id.chart);
375 mChart.setListener(mChartListener);
376 mChart.bindNetworkPolicy(null);
592 if (mChart.getLayoutTransition() != null) return;
601 mChart.setLayoutTransition(chartTransition);
778 mChart.bindDetailNetworkStats(null);
783 mChart.bindNetworkPolicy(null);
942 mChart.bindNetworkPolicy(policy);
948 mChart.bindNetworkPolicy(null);
960 * item, updating the inspection range on {@link #mChart}.
1125 mChart.setVisibleRange(cycle.start, cycle.end);
1138 * Update details based on {@link #mChart} inspection range depending on
1146 final long start = mChart.getInspectStart();
1147 final long end = mChart.getInspectEnd();
1214 mChart.bindNetworkStats(mChartData.network);
1215 mChart.bindDetailNetworkStats(mChartData.detail);
1230 mChart.bindNetworkStats(null);
1231 mChart.bindDetailNetworkStats(null);
1297 setPolicyWarningBytes(mChart.getWarningBytes());
1302 setPolicyLimitBytes(mChart.getLimitBytes());