Searched defs:recursiveApplyTheme (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java885 recursiveApplyTheme(mRootGroup, t);
888 private void recursiveApplyTheme(VGroup currentGroup, Theme t) { method in class:VectorDrawable.VPathRenderer
899 recursiveApplyTheme(childGroup, t);

Completed in 25 milliseconds