Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/tv/
H A DTvPipKeepClearAlgorithmTest.kt47 private val SCREEN_SIZE = Size(1920, 1080) regex
62 movementBounds = Rect(0, 0, SCREEN_SIZE.width, SCREEN_SIZE.height)
71 algorithm.setScreenSize(SCREEN_SIZE)
320 (algorithm.maxRestrictedDistanceFraction * SCREEN_SIZE.width).toInt()
328 expectedBounds.offsetTo(SCREEN_SIZE.width - STASH_OFFSET, expectedBounds.top)
346 (algorithm.maxRestrictedDistanceFraction * SCREEN_SIZE.width).toInt()
467 pipSize = Size(DEFAULT_PIP_SIZE.width, SCREEN_SIZE.height)
475 pipSize = Size(DEFAULT_PIP_SIZE.width, SCREEN_SIZE.height)
570 val sidebar = Rect(0, 0, width, SCREEN_SIZE.height)
572 sidebar.offsetTo(SCREEN_SIZE.width - width, 0)
[all …]
/aosp14/frameworks/base/tools/split-select/
H A DRule.h55 SCREEN_SIZE, enumerator