Home
last modified time | relevance | path

Searched refs:plot (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/packages/EasterEgg/src/com/android/egg/paint/
H A DSpotFilter.kt32 fun plot(s: MotionEvent.PointerCoords) regex
90 mPlotter.plot(tmpSpot)
113 mPlotter.plot(tmpSpot)
H A DPainting.kt181 override fun plot(s: MotionEvent.PointerCoords) {
/aosp14/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()
/aosp14/frameworks/base/core/java/android/gesture/
H A DGestureUtils.java159 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 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()
H A DREADME.txt35 The tool displays several time series graphs that plot the output of the
/aosp14/frameworks/base/tests/JankBench/scripts/
H A Dcollect.py225 plt.plot([0, 1, 2, 3, 4, 5], score, label=name)
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt16046 Landroid/gesture/GestureUtils;->plot(FF[FI)V