Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/service/processors/
DAppLaunchProcessor.kt57 val currDumpLayer = current.layerState.getLayerById(layerId) in <lambda>()
58 (previous.layerState.getLayerById(layerId)?.isScaling == true && in <lambda>()
DPipResizeProcessor.kt59 val currBounds = current.layerState.getLayerById(currPinnedWindow.layerId)?.bounds in getInitialState()
60 val prevBounds = previous.layerState.getLayerById(currPinnedWindow.layerId)?.bounds in getInitialState()
DPipExpandProcessor.kt86 val currLayerBounds = current.layerState.getLayerById(layerId)?.bounds ?: return this in doProcessState()
87 val prevLayerBounds = previous.layerState.getLayerById(layerId)?.bounds ?: return this in doProcessState()
DAppCloseProcessor.kt113 current.layerState.getLayerById(layerId)?.isHiddenByParent ?: false in <lambda>()
/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/
DWindowManagerConditionsFactory.kt173 it.layerState.getLayerById(layerId)?.isVisible ?: false in <lambda>()
188 val layer = it.layerState.getLayerById(layerId) in <lambda>()
207 val layer = it.layerState.getLayerById(layerId) in <lambda>()
246 val pipLayer = it.layerState.getLayerById(layerId) in <lambda>()
/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/layers/
DLayerTraceEntry.kt114 fun getLayerById(layerId: Int): Layer? = this.flattenedLayers.firstOrNull { it.id == layerId } in <lambda>() method