Home
last modified time | relevance | path

Searched refs:CreateInfo (Results 1 – 4 of 4) sorted by relevance

/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
DCreateInfo.java32 public final class CreateInfo implements ICreateInfo { class
106 CreateInfo.class,
DMain.java102 CreateInfo info = new CreateInfo(); in createLayoutLib()
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/
DTestDelegates.java20 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()
/frameworks/layoutlib/create/
DREADME.txt41 is done in the main() method and the CreateInfo structure is expected to change with the Android
42 …w classes are added, changed or removed. See src/com/android/tools/layoutlib/create/CreateInfo.java
89 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