Home
last modified time | relevance | path

Searched refs:NEXUS_5 (Results 1 – 6 of 6) sorted by relevance

/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
DPerformanceTests.java45 SessionParams params = createSessionParams(layoutFileName, ConfigGenerator.NEXUS_5); in render()
DRenderTests.java162 .setConfigGenerator(ConfigGenerator.NEXUS_5) in testAllWidgets()
1038 .setConfigGenerator(ConfigGenerator.NEXUS_5) in testShadowFlagsNoShadows()
1057 .setConfigGenerator(ConfigGenerator.NEXUS_5) in testRectangleShadow()
1076 .setConfigGenerator(ConfigGenerator.NEXUS_5) in testHighQualityRectangleShadow()
1095 .setConfigGenerator(ConfigGenerator.NEXUS_5) in testHighQualityRoundedEdgeRectangleShadow()
1113 .setConfigGenerator(ConfigGenerator.NEXUS_5) in testHighQualityLargeViewShadow()
1132 .setConfigGenerator(ConfigGenerator.NEXUS_5) in testHighQualityShadowSizes()
DRenderTestBase.java527 return renderAndVerify(layoutFileName, goldenFileName, ConfigGenerator.NEXUS_5, decoration); in renderAndVerify()
571 .setConfigGenerator(ConfigGenerator.NEXUS_5) in getSessionParamsBuilder()
/frameworks/layoutlib/remote/tests/src/
DRemoteBridgeTest.java95 SessionParams params = createSessionParams("activity.xml", ConfigGenerator.NEXUS_5); in testActivity()
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/util/
DSessionParamsBuilder.java50 private ConfigGenerator mConfigGenerator = ConfigGenerator.NEXUS_5;
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/
DConfigGenerator.java69 public static final ConfigGenerator NEXUS_5 = new ConfigGenerator() field in ConfigGenerator