Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/helpers/
DWindowUtils.kt112 val displayHeight = display.layerStackSpace.height in isRotated() constant
139 val displayHeight: Int in isRotated() constant
/platform_testing/libraries/systemui-helper/src/android/platform/helpers/
DCommonUtils.java168 final int displayHeight = getUiDevice().getDisplayHeight() - DEFAULT_MARGIN; in swipe() local