D | TvPipKeepClearAlgorithmTest.kt | 51 private lateinit var movementBounds: Rect variable in com.android.wm.shell.pip.tv.TvPipKeepClearAlgorithmTest 62 movementBounds = Rect(0, 0, SCREEN_SIZE.width, SCREEN_SIZE.height) in setup() 63 movementBounds.inset(SCREEN_EDGE_INSET, SCREEN_EDGE_INSET) in setup() 72 algorithm.setMovementBounds(movementBounds) in setup() 561 Gravity.apply(gravity, pipRect.width(), pipRect.height(), movementBounds, expectedBounds) in testAnchorPositionWithInsets() 583 Gravity.apply(gravity, pipSize.width, pipSize.height, movementBounds, expectedBounds) in getExpectedAnchorBounds()
|