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

/frameworks/base/tools/velocityplot/
H A Dvelocityplot.py28 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/
H A DGestureUtils.java159 plot(segmentStartX, segmentStartY, sample, bitmapSize);
168 plot(xpos, ypos, sample, bitmapSize);
177 plot(xpos, ypos, sample, bitmapSize);
188 plot(xpos, ypos, sample, bitmapSize);
197 plot(xpos, ypos, sample, bitmapSize);
209 private static void plot(float x, float y, float[] sample, int sampleSize) { method in class:GestureUtils
/frameworks/base/tools/orientationplot/
H A Dorientationplot.py24 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()

Completed in 205 milliseconds