Searched refs:recursiveCanApplyTheme (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java860 return recursiveCanApplyTheme(mRootGroup);
863 private boolean recursiveCanApplyTheme(VGroup currentGroup) { method in class:VectorDrawable.VPathRenderer
873 || recursiveCanApplyTheme(childGroup)) {

Completed in 74 milliseconds