Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/service/processors/
DRotationProcessor.kt69 val newWmDisplayRect = current.wmState.displaySize() in doProcessState() constant
75 newWmDisplayRect != currDisplayRect || newLayersDisplayRect != currDisplayRect -> { in doProcessState()
77 val rect = if (newWmDisplayRect != currDisplayRect) { in doProcessState()
78 newWmDisplayRect in doProcessState()
128 val newWmDisplayRect = current.wmState.displaySize() in doProcessState() constant
130 val displaySizeDifferent = newWmDisplayRect != newLayersDisplayRect in doProcessState()