Searched defs:AppCompatDrawableManager (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DAppCompatDrawableManager.java65 public final class AppCompatDrawableManager { class
72 private static final String TAG = "AppCompatDrawableManager";
79 private static AppCompatDrawableManager INSTANCE;
81 public static AppCompatDrawableManager get() {
83 INSTANCE = new AppCompatDrawableManager();
89 private static void installDefaultInflateDelegates(@NonNull AppCompatDrawableManager manager) {

Completed in 208 milliseconds