Home
last modified time | relevance | path

Searched refs:DELEGATE_CLASS_NATIVES (Results 1 – 3 of 3) sorted by relevance

/frameworks/layoutlib/common/src/com/android/tools/layoutlib/create/
DNativeConfig.java160 public final static String[] DELEGATE_CLASS_NATIVES = new String[] { field in NativeConfig
/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
DCreateInfo.java57 return DELEGATE_CLASS_NATIVES; in getDelegateClassNatives()
181 public final static String[] DELEGATE_CLASS_NATIVES = NativeConfig.DELEGATE_CLASS_NATIVES; field in CreateInfo
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/
DTestDelegates.java49 final String[] classes = NativeConfig.DELEGATE_CLASS_NATIVES; in testNativeDelegates()