Searched refs:CompilerChef (Results 1 – 4 of 4) sorted by relevance
33 public class CompilerChef { class63 private CompilerChef() { in CompilerChef() method in CompilerChef66 public static CompilerChef createChef(ResourceBundle bundle, JavaFileWriter fileWriter) { in createChef()67 CompilerChef chef = new CompilerChef(); in createChef()
20 import android.databinding.tool.CompilerChef;93 CompilerChef mChef; in initProcessingSteps()99 public void onChefReady(CompilerChef chef, boolean libraryProject, int minSdk) { in initProcessingSteps()177 void onChefReady(CompilerChef chef, boolean libraryProject, int minSdk); in onChefReady()
25 import android.databinding.tool.CompilerChef;148 final CompilerChef compilerChef = CompilerChef.createChef(resourceBundle, getWriter()); in writeResourceBundle()
21 import android.databinding.tool.CompilerChef.BindableHolder;