Searched defs:mCachedPath (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/gesture/
H A DGestureStroke.java42 private Path mCachedPath; field in class:GestureStroke
106 if (mCachedPath == null) {
110 canvas.drawPath(mCachedPath, paint);
114 if (mCachedPath == null) {
118 return mCachedPath;
149 mCachedPath = path;
235 if (mCachedPath != null) mCachedPath.rewind();

Completed in 41 milliseconds