Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/
DUsageView.java34 private final UsageGraph mUsageGraph; field in UsageView
41 mUsageGraph = findViewById(R.id.usage_graph); in UsageView()
86 mUsageGraph.setAccentColor(a.getColor(R.styleable.UsageView_android_colorAccent, 0)); in UsageView()
91 mUsageGraph.clearPaths(); in clearPaths()
95 mUsageGraph.addPath(points); in addPath()
99 mUsageGraph.addProjectedPath(points); in addProjectedPath()
103 mUsageGraph.setMax(maxX, maxY); in configureGraph()
107 mUsageGraph.setAccentColor(color); in setAccentColor()
111 mUsageGraph.setDividerLoc(dividerLoc); in setDividerLoc()
115 mUsageGraph.setDividerColors(middleColor, topColor); in setDividerColors()
/packages/apps/Settings/src/com/android/settings/widget/
DUsageView.java37 private final UsageGraph mUsageGraph; field in UsageView
44 mUsageGraph = findViewById(R.id.usage_graph); in UsageView()
89 mUsageGraph.setAccentColor(a.getColor(R.styleable.UsageView_android_colorAccent, 0)); in UsageView()
102 mUsageGraph.clearPaths(); in clearPaths()
106 mUsageGraph.addPath(points); in addPath()
110 mUsageGraph.addProjectedPath(points); in addProjectedPath()
114 mUsageGraph.setMax(maxX, maxY); in configureGraph()
118 mUsageGraph.setAccentColor(color); in setAccentColor()
122 mUsageGraph.setDividerLoc(dividerLoc); in setDividerLoc()
126 mUsageGraph.setDividerColors(middleColor, topColor); in setDividerColors()