Home
last modified time | relevance | path

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

/cts/tests/tests/dpi/src/android/dpi/cts/
DConfigurationScreenLayoutTest.java74 int screenLayout = Configuration.SCREENLAYOUT_SIZE_XLARGE in computeScreenLayout() local
92 private int reduceScreenLayout(Context context, int screenLayout) { in reduceScreenLayout()
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DDeviceInfoInstrument.java195 int screenLayout = config.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK; in getScreenSize() local