Home
last modified time | relevance | path

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

/frameworks/base/tools/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()
57 final String[] methods = CreateInfo.DELEGATE_METHODS; in testMethodDelegates()
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
DCreateInfo.java37 public final class CreateInfo implements ICreateInfo { class
142 CreateInfo.class,
DMain.java92 CreateInfo info = new CreateInfo(); in createLayoutLib()
/frameworks/base/tools/layoutlib/create/
DREADME.txt41 is done in the main() method and the CreateInfo structure is expected to change with the Android
89 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