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

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

Completed in 29 milliseconds