Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/res/cts/
DConfigTest.java78 HEIGHT_DP enumConstant
173 case HEIGHT_DP: in setProperty()
238 config.setProperty(Properties.HEIGHT_DP, 480); in makeClassicConfig()
493 config.setProperty(Properties.HEIGHT_DP, 550); in testAllEmptyConfigs()
500 config.setProperty(Properties.HEIGHT_DP, 670); in testAllEmptyConfigs()
722 config.setProperty(Properties.HEIGHT_DP, 550); in testAllClassicConfigs()
729 config.setProperty(Properties.HEIGHT_DP, 670); in testAllClassicConfigs()
838 config.setProperty(Properties.HEIGHT_DP, 500); in testNewScreenSize()
851 config.setProperty(Properties.HEIGHT_DP, 500); in testNewScreenSize()
889 config.setProperty(Properties.HEIGHT_DP, 480); in testNewScreenSize()
[all …]
/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/
DWindowInsetsAnimationSynchronicityTests.java332 public static final int HEIGHT_DP = 200; field in WindowInsetsAnimationSynchronicityTests.SimpleIme
340 final int height = (int) (HEIGHT_DP * density); in onCreateInputView()