Searched refs:mCachedPath (Results 1 – 2 of 2) sorted by relevance
42 private Path mCachedPath; field in GestureStroke105 if (mCachedPath == null) { in draw()109 canvas.drawPath(mCachedPath, paint); in draw()113 if (mCachedPath == null) { in getPath()117 return mCachedPath; in getPath()148 mCachedPath = path; in makePath()234 if (mCachedPath != null) mCachedPath.rewind(); in clearPath()
16030 Landroid/gesture/GestureStroke;->mCachedPath:Landroid/graphics/Path;