Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/src/android/tools/flicker/assertors/assertions/
DAppWindowCoversFullScreenAtStart.kt29 entry.physicalDisplayBounds ?: error("Missing physical display bounds") in doEvaluate()
DAppWindowCoversFullScreenAtEnd.kt29 entry.physicalDisplayBounds ?: error("Missing physical display bounds") in doEvaluate()
DLayerRemainInsideVisibleBounds.kt34 it.entry.physicalDisplayBounds ?: error("Missing physical display bounds") in doEvaluate()
DAppLayerCoversFullScreenAtStart.kt30 entry.physicalDisplayBounds ?: error("Missing physical display bounds") in doEvaluate()
DAppLayerCoversFullScreenAtEnd.kt30 entry.physicalDisplayBounds ?: error("Missing physical display bounds") in doEvaluate()
DAppWindowHasDesktopModeInitialBoundsAtTheEnd.kt31 entry.physicalDisplayBounds ?: error("Missing physical display bounds") in doEvaluate()
/platform_testing/libraries/flicker/utils/src/android/tools/traces/surfaceflinger/
DLayerTraceEntry.kt61 val physicalDisplayBounds: Rect? in <lambda>() constant