Searched refs:CreateInfo (Results 1 – 4 of 4) sorted by relevance
32 public final class CreateInfo implements ICreateInfo { class106 CreateInfo.class,
102 CreateInfo info = new CreateInfo(); in createLayoutLib()
20 import com.android.tools.layoutlib.create.CreateInfo;48 final String[] classes = CreateInfo.DELEGATE_CLASS_NATIVES; in testNativeDelegates()58 final String[] methods = CreateInfo.DELEGATE_METHODS; in testMethodDelegates()
41 is done in the main() method and the CreateInfo structure is expected to change with the Android42 …w classes are added, changed or removed. See src/com/android/tools/layoutlib/create/CreateInfo.java89 The generator is constructed from a CreateInfo struct that acts as a config file and lists:131 for this is not done through the CreateInfo class, but done in the ReplaceMethodAdapter.167 - CreateInfo class, which configured the generator. Not used yet, but could in theory help us track