Home
last modified time | relevance | path

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

/cts/tests/tests/dpi/src/android/dpi/cts/
DConfigurationScreenLayoutTest.java53 int actualSize = mConfig.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK; in testScreenLayout()
54 int actualLong = mConfig.screenLayout & Configuration.SCREENLAYOUT_LONG_MASK; in testScreenLayout()
74 int screenLayout = Configuration.SCREENLAYOUT_SIZE_XLARGE in computeScreenLayout() local
78 screenLayout = reduceScreenLayout(activity, screenLayout); in computeScreenLayout()
81 return screenLayout; in computeScreenLayout()
92 private int reduceScreenLayout(Context context, int screenLayout) { in reduceScreenLayout() argument
127 screenLayout = (screenLayout & ~Configuration.SCREENLAYOUT_LONG_MASK) in reduceScreenLayout()
130 int curSize = screenLayout&Configuration.SCREENLAYOUT_SIZE_MASK; in reduceScreenLayout()
132 screenLayout = (screenLayout&~Configuration.SCREENLAYOUT_SIZE_MASK) in reduceScreenLayout()
135 return 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
196 String screenSize = String.format("0x%x", screenLayout); in getScreenSize()
197 switch (screenLayout) { in getScreenSize()
/cts/tests/tests/theme/src/android/theme/cts/
DDeviceDefaultTest.java149 int size = config.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK; in isLargeScreen()
/cts/tests/tests/app/src/android/app/cts/
DActivityManagerMemoryClassTest.java140 return config.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK; in getScreenSize()
/cts/tests/tests/hardware/src/android/hardware/cts/
DLowRamDeviceTest.java146 return config.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK; in getScreenSize()
/cts/tests/tests/content/src/android/content/res/cts/
DConfigurationTest.java163 config.screenLayout = 1; in testDiff()
365 config.screenLayout = Configuration.SCREENLAYOUT_LONG_UNDEFINED; in createConfig()
DConfigTest.java136 mConfig.screenLayout = value; in setProperty()