Home
last modified time | relevance | path

Searched refs:mCachedPath (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/gesture/
DGestureStroke.java42 private Path mCachedPath; field in GestureStroke
105 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()