Searched refs:STABLE_INSET_BOTTOM (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/ |
D | NotificationsQSContainerControllerTest.kt | 246 expectedContainerPadding = STABLE_INSET_BOTTOM, in testTaskbarVisibleInSplitShade() 274 expectedNotificationsMargin = STABLE_INSET_BOTTOM + NOTIFICATIONS_MARGIN, in testTaskbarNotVisibleInSplitShade() 275 expectedQsPadding = STABLE_INSET_BOTTOM + NOTIFICATIONS_MARGIN - QS_PADDING_OFFSET in testTaskbarNotVisibleInSplitShade() 300 expectedNotificationsMargin = STABLE_INSET_BOTTOM + NOTIFICATIONS_MARGIN, in testTaskbarNotVisibleInSplitShadeWithCutout() 301 expectedQsPadding = STABLE_INSET_BOTTOM + NOTIFICATIONS_MARGIN - QS_PADDING_OFFSET in testTaskbarNotVisibleInSplitShadeWithCutout() 314 then(expectedContainerPadding = 0, expectedQsPadding = STABLE_INSET_BOTTOM) in testTaskbarVisibleInSinglePaneShade() 322 expectedContainerPadding = STABLE_INSET_BOTTOM, in testTaskbarVisibleInSinglePaneShade() 323 expectedQsPadding = STABLE_INSET_BOTTOM in testTaskbarVisibleInSinglePaneShade() 339 then(expectedContainerPadding = CUTOUT_HEIGHT, expectedQsPadding = STABLE_INSET_BOTTOM) in testTaskbarNotVisibleInSinglePaneShade() 348 expectedNotificationsMargin = STABLE_INSET_BOTTOM + NOTIFICATIONS_MARGIN, in testTaskbarNotVisibleInSinglePaneShade() [all …]
|
D | NotificationsQSContainerControllerLegacyTest.kt | 252 expectedContainerPadding = STABLE_INSET_BOTTOM, in testTaskbarVisibleInSplitShade() 280 expectedNotificationsMargin = STABLE_INSET_BOTTOM + NOTIFICATIONS_MARGIN, in testTaskbarNotVisibleInSplitShade() 281 expectedQsPadding = STABLE_INSET_BOTTOM + NOTIFICATIONS_MARGIN - QS_PADDING_OFFSET in testTaskbarNotVisibleInSplitShade() 306 expectedNotificationsMargin = STABLE_INSET_BOTTOM + NOTIFICATIONS_MARGIN, in testTaskbarNotVisibleInSplitShadeWithCutout() 307 expectedQsPadding = STABLE_INSET_BOTTOM + NOTIFICATIONS_MARGIN - QS_PADDING_OFFSET in testTaskbarNotVisibleInSplitShadeWithCutout() 320 then(expectedContainerPadding = 0, expectedQsPadding = STABLE_INSET_BOTTOM) in testTaskbarVisibleInSinglePaneShade() 328 expectedContainerPadding = STABLE_INSET_BOTTOM, in testTaskbarVisibleInSinglePaneShade() 329 expectedQsPadding = STABLE_INSET_BOTTOM in testTaskbarVisibleInSinglePaneShade() 345 then(expectedContainerPadding = CUTOUT_HEIGHT, expectedQsPadding = STABLE_INSET_BOTTOM) in testTaskbarNotVisibleInSinglePaneShade() 354 expectedNotificationsMargin = STABLE_INSET_BOTTOM + NOTIFICATIONS_MARGIN, in testTaskbarNotVisibleInSinglePaneShade() [all …]
|