Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/service/processors/
DRotationProcessor.kt70 val newLayersDisplayRect = current.layerState.screenBounds() in doProcessState() constant
75 newWmDisplayRect != currDisplayRect || newLayersDisplayRect != currDisplayRect -> { in doProcessState()
80 newLayersDisplayRect in doProcessState()
129 val newLayersDisplayRect = current.layerState.screenBounds() in doProcessState() constant
130 val displaySizeDifferent = newWmDisplayRect != newLayersDisplayRect in doProcessState()