Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/EasterEgg/src/com/android/egg/paint/
H A DSpotFilter.kt32 fun plot(s: MotionEvent.PointerCoords) regex
/aosp14/frameworks/base/tools/velocityplot/
H A Dvelocityplot.py28 import matplotlib.pyplot as plot namespace
/aosp14/frameworks/base/tools/orientationplot/
H A Dorientationplot.py24 import matplotlib.pyplot as plot namespace
/aosp14/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