Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DPath_Delegate.java531 Path_Delegate srcPathDelegate = sManager.getDelegate(srcPath); in addPath() local
532 if (srcPathDelegate == null) { in addPath()
538 srcPathDelegate.mPath.getPathIterator(transform), false); in addPath()
540 destPathDelegate.mPath.append(srcPathDelegate.mPath, false); in addPath()