Searched refs:plot (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/tools/velocityplot/ |
D | velocityplot.py | 28 import matplotlib.pyplot as plot namespace 81 self.fig = plot.figure(1) 156 return axes.plot([], label=label, color=color, linewidth=linewidth)[0] 183 plot.close() 289 plot.show()
|
/frameworks/base/core/java/android/gesture/ |
D | GestureUtils.java | 159 plot(segmentStartX, segmentStartY, sample, bitmapSize); in spatialSampling() 168 plot(xpos, ypos, sample, bitmapSize); in spatialSampling() 177 plot(xpos, ypos, sample, bitmapSize); in spatialSampling() 188 plot(xpos, ypos, sample, bitmapSize); in spatialSampling() 197 plot(xpos, ypos, sample, bitmapSize); in spatialSampling() 209 private static void plot(float x, float y, float[] sample, int sampleSize) { in plot() method
|
/frameworks/base/tools/orientationplot/ |
D | orientationplot.py | 24 import matplotlib.pyplot as plot namespace 77 self.fig = plot.figure(1) 230 return axes.plot([], label=label, color=color, linewidth=linewidth)[0] 269 plot.close() 457 plot.show()
|
D | README.txt | 35 The tool displays several time series graphs that plot the output of the
|