Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/widget/
DChartNetworkSeriesView.java72 private boolean mEstimateVisible = false; field in ChartNetworkSeriesView
299 mEstimateVisible = ESTIMATE_ENABLED ? estimateVisible : false; in setEstimateVisible()
308 final long maxVisible = mEstimateVisible ? mMaxEstimate : mMax; in getMaxVisible()
326 if (mEstimateVisible) { in onDraw()