Searched refs:graphType (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DHardwareRenderer.java840 int graphType = Arrays.binarySearch(VISUALIZERS, profiling);
841 value = graphType >= 0;
843 if (graphType != mProfileVisualizerType) {
845 mProfileVisualizerType = graphType;
851 mDebugDataProvider = new DrawPerformanceDataProvider(graphType);
1618 DrawPerformanceDataProvider(int graphType) { argument
1619 mGraphType = graphType;
1825 final int graphType = provider.getGraphType();
1828 if (graphType == GraphDataProvider.GRAPH_TYPE_LINES) {
1844 switch (graphType) {
1890 drawGraph(int graphType, int count) argument
1904 drawCurrentFrame(int graphType, int index) argument
[all...]

Completed in 57 milliseconds