Searched refs:mUsageGraph (Results 1 – 2 of 2) sorted by relevance
34 private final UsageGraph mUsageGraph; field in UsageView41 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()