Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/helpers/
DWindowUtils.kt113 val displayWidth = display.layerStackSpace.width in isRotated() constant
138 val displayWidth: Int in isRotated() constant
/platform_testing/libraries/systemui-helper/src/android/platform/helpers/
DCommonUtils.java169 final int displayWidth = getUiDevice().getDisplayWidth() - DEFAULT_MARGIN; in swipe() local