Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/util/
DGraph.java32 public static enum GraphType { LINE_GRAPH, HISTOGRAM, BOX_PLOT } enumConstant
DHistogram.java40 private GraphType type = GraphType.HISTOGRAM;
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/
Dshow_graph.jsp58 if (g.type != 'HISTOGRAM') return;
75 else if (graph.type == 'HISTOGRAM')