Home
last modified time | relevance | path

Searched defs:numSample (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/gesture/
DGesture.java142 public Path toPath(int width, int height, int edge, int numSample) { in toPath()
146 public Path toPath(Path path, int width, int height, int edge, int numSample) { in toPath()
185 public Bitmap toBitmap(int width, int height, int edge, int numSample, int color) { in toBitmap()
DGestureStroke.java160 public Path toPath(float width, float height, int numSample) { in toPath()