Home
last modified time | relevance | path

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

/cts/tests/tests/dpi/src/android/dpi/cts/
DConfigurationTest.java109 private final int screenLayout; field in ConfigurationTest.ScreenConfiguration
115 int screenLayout, in ScreenConfiguration() argument
118 this.screenLayout = screenLayout; in ScreenConfiguration()
125 int screenLayout) { in ScreenConfiguration() argument
126 this(width, height, density, screenLayout, false); in ScreenConfiguration()
130 return screenLayout; in getScreenLayout()
239 int size = config.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK; in testScreenLayoutSize()