Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/utils/src/android/tools/traces/
DConditionsFactory.kt324 val pipLayer = it.layerState.getLayerById(layerId) in <lambda>() constant
326 pipLayer?.screenBounds?.height() ?: error("Unable to find layer with id $layerId") in <lambda>()
327 val layerWidth = pipLayer.screenBounds.width() in <lambda>()