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