Searched refs:plot (Results 1 – 8 of 8) sorted by relevance
/aosp14/frameworks/base/packages/EasterEgg/src/com/android/egg/paint/ |
H A D | SpotFilter.kt | 32 fun plot(s: MotionEvent.PointerCoords) regex 90 mPlotter.plot(tmpSpot) 113 mPlotter.plot(tmpSpot)
|
H A D | Painting.kt | 181 override fun plot(s: MotionEvent.PointerCoords) {
|
/aosp14/frameworks/base/tools/velocityplot/ |
H A 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()
|
/aosp14/frameworks/base/core/java/android/gesture/ |
H A 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
|
/aosp14/frameworks/base/tools/orientationplot/ |
H A 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()
|
H A D | README.txt | 35 The tool displays several time series graphs that plot the output of the
|
/aosp14/frameworks/base/tests/JankBench/scripts/ |
H A D | collect.py | 225 plt.plot([0, 1, 2, 3, 4, 5], score, label=name)
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 16046 Landroid/gesture/GestureUtils;->plot(FF[FI)V
|