Home
last modified time | relevance | path

Searched refs:NEXUS_4 (Results 1 – 2 of 2) sorted by relevance

/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
DRenderTests.java753 .setConfigGenerator(ConfigGenerator.NEXUS_4) in testGetResourceNameVariants()
794 .setConfigGenerator(ConfigGenerator.NEXUS_4) in testStringEscaping()
905 .setConfigGenerator(ConfigGenerator.NEXUS_4) in testColorTypedValue()
967 .setConfigGenerator(ConfigGenerator.NEXUS_4) in testColorStateList()
1152 .setConfigGenerator(ConfigGenerator.NEXUS_4) in testResourcesGetIdentifier()
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/
DConfigGenerator.java67 public static final ConfigGenerator NEXUS_4 = new ConfigGenerator(); field in ConfigGenerator