Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/layers/
DLayer.kt47 private val _screenBounds: RectF?, constant in com.android.server.wm.traces.common.layers.Layer
268 _screenBounds != null -> _screenBounds
/platform_testing/libraries/flicker/test/src/com/android/server/wm/flicker/windowmanager/
DWindowManagerStateHelperTest.kt99 _screenBounds = rect, in <lambda>()