Home
last modified time | relevance | path

Searched defs:plot (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/packages/EasterEgg/src/com/android/egg/paint/
H A DSpotFilter.kt32 fun plot(s: MotionEvent.PointerCoords) regex
/aosp12/frameworks/base/tools/velocityplot/
H A Dvelocityplot.py28 import matplotlib.pyplot as plot namespace
/aosp12/frameworks/base/tools/orientationplot/
H A Dorientationplot.py24 import matplotlib.pyplot as plot namespace
/aosp12/packages/services/Car/tools/ioanalyze/
H A Danalyzer.py121 def plot(self, foreground=True, background=True, total=True): member in UserActivity
/aosp12/frameworks/base/core/java/android/gesture/
H A DGestureUtils.java209 private static void plot(float x, float y, float[] sample, int sampleSize) { in plot() method