Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/
DBubblePositionerTest.kt50 private val defaultDeviceConfig = constant in com.android.wm.shell.bubbles.BubblePositionerTest
73 positioner.update(defaultDeviceConfig.copy(insets = insets, windowBounds = screenBounds)) in testUpdate()
82 positioner.update(defaultDeviceConfig) in testShowBubblesVertically_phonePortrait()
88 positioner.update(defaultDeviceConfig.copy(isLandscape = true)) in testShowBubblesVertically_phoneLandscape()
95 positioner.update(defaultDeviceConfig.copy(isLargeScreen = true)) in testShowBubblesVertically_tablet()
102 positioner.update(defaultDeviceConfig) in testGetRestingPosition_returnsDefaultPosition()
111 positioner.update(defaultDeviceConfig) in testGetRestingPosition_returnsRestingPosition()
120 positioner.update(defaultDeviceConfig) in testGetRestingPosition_bubble_onPhone()
129 positioner.update(defaultDeviceConfig.copy(isRtl = true)) in testGetRestingPosition_bubble_onPhone_RTL()
139 positioner.update(defaultDeviceConfig.copy(isLargeScreen = true)) in testGetRestingPosition_chatBubble_onTablet()
[all …]