Searched refs:CreateInfo (Results 1 – 4 of 4) sorted by relevance
20 import com.android.tools.layoutlib.create.CreateInfo;48 final String[] classes = CreateInfo.DELEGATE_CLASS_NATIVES; in testNativeDelegates()57 final String[] methods = CreateInfo.DELEGATE_METHODS; in testMethodDelegates()
37 public final class CreateInfo implements ICreateInfo { class142 CreateInfo.class,
92 CreateInfo info = new CreateInfo(); in createLayoutLib()
41 is done in the main() method and the CreateInfo structure is expected to change with the Android89 The generator is constructed from a CreateInfo struct that acts as a config file and lists:138 for this is not done through the CreateInfo class, but done in the ReplaceMethodAdapter.174 - CreateInfo class, which configured the generator. Not used yet, but could in theory help us track