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.java75 HEIGHT_DP enumConstant
167 case HEIGHT_DP: in setProperty()
232 config.setProperty(Properties.HEIGHT_DP, 480); in makeClassicConfig()
486 config.setProperty(Properties.HEIGHT_DP, 550); in testAllEmptyConfigs()
493 config.setProperty(Properties.HEIGHT_DP, 670); in testAllEmptyConfigs()
691 config.setProperty(Properties.HEIGHT_DP, 550); in testAllClassicConfigs()
698 config.setProperty(Properties.HEIGHT_DP, 670); in testAllClassicConfigs()
826 config.setProperty(Properties.HEIGHT_DP, 500); in testNewScreenSize()
839 config.setProperty(Properties.HEIGHT_DP, 500); in testNewScreenSize()
877 config.setProperty(Properties.HEIGHT_DP, 480); in testNewScreenSize()
[all …]
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowInsetsAnimationSynchronicityTests.java328 public static final int HEIGHT_DP = 200; field in WindowInsetsAnimationSynchronicityTests.SimpleIme
336 final int height = (int) (HEIGHT_DP * density); in onCreateInputView()