HomeSort by relevance Sort by last modified time
    Searched refs:ConfigGenerator (Results 1 - 4 of 4) sorted by null

  /frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/
ConfigGenerator.java 65 public class ConfigGenerator {
67 public static final ConfigGenerator NEXUS_4 = new ConfigGenerator();
69 public static final ConfigGenerator NEXUS_5 = new ConfigGenerator()
84 public static final ConfigGenerator NEXUS_7 = new ConfigGenerator()
99 public static final ConfigGenerator NEXUS_10 = new ConfigGenerator()
114 public static final ConfigGenerator NEXUS_5_LAND = new ConfigGenerator(
    [all...]
  /frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
Main.java 36 import com.android.layoutlib.bridge.intensive.setup.ConfigGenerator;
300 sBridge.init(ConfigGenerator.loadProperties(buildProp), fontLocation,
301 ConfigGenerator.getEnumMap(attrs), getLayoutLog());
331 renderAndVerify("allwidgets.xml", "allwidgets_tab.png", ConfigGenerator.NEXUS_7_2012);
370 ConfigGenerator customConfigGenerator = new ConfigGenerator()
382 customConfigGenerator = new ConfigGenerator()
404 SessionParams params = getSessionParams(parser, ConfigGenerator.NEXUS_5,
411 params = getSessionParams(parser, ConfigGenerator.NEXUS_5,
429 SessionParams params = getSessionParams(parser, ConfigGenerator.NEXUS_5
    [all...]
  /sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
MyActivity.java 134 ConfigGenerator configGen = new ConfigGenerator(this, mGl.getExtensions());
ConfigGenerator.java 63 public class ConfigGenerator {
157 private static final String TAG = "ConfigGenerator";
159 public ConfigGenerator(Context context, String extensions) {

Completed in 428 milliseconds