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

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DAppCompatDrawableManager.java64 public final class AppCompatDrawableManager { class
71 private static final String TAG = "AppCompatDrawableManager";
78 private static AppCompatDrawableManager INSTANCE;
80 public static AppCompatDrawableManager get() {
82 INSTANCE = new AppCompatDrawableManager();
88 private static void installDefaultInflateDelegates(@NonNull AppCompatDrawableManager manager) {

Completed in 68 milliseconds