Home
last modified time | relevance | path

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

/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
DWebViewEventSender.java174 final int numPoints = mTouchPoints.size(); in touchStart() local
199 final int numPoints = mTouchPoints.size(); in touchMove() local
231 final int numPoints = mTouchPoints.size(); in touchEnd() local
261 final int numPoints = mTouchPoints.size(); in touchCancel() local
304 final int numPoints = mTouchPoints.size(); in addTouchPoint() local
/frameworks/base/core/jni/android/graphics/
DHarfbuzzSkia.cpp144 uint32_t numPoints = path.getPoints(0, 0); in getOutlinePoint() local
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
DEventSenderImpl.java455 int numPoints = getTouchPoints().size(); in executeTouchEvent() local
/frameworks/base/core/java/android/gesture/
DGestureUtils.java268 public static float[] temporalSampling(GestureStroke stroke, int numPoints) { in temporalSampling()