Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationsQSContainerControllerLegacyTest.kt409 assertThat(getConstraintSetLayout(R.id.qs_frame).endToEnd).isEqualTo(R.id.qs_edge_guideline) in testSplitShadeLayout_isAlignedToGuideline()
410 assertThat(getConstraintSetLayout(R.id.notification_stack_scroller).startToStart) in testSplitShadeLayout_isAlignedToGuideline()
419 val qsStartMargin = getConstraintSetLayout(R.id.qs_frame).startMargin in testSinglePaneLayout_childrenHaveEqualMargins()
420 val qsEndMargin = getConstraintSetLayout(R.id.qs_frame).endMargin in testSinglePaneLayout_childrenHaveEqualMargins()
421 val notifStartMargin = getConstraintSetLayout(R.id.notification_stack_scroller).startMargin in testSinglePaneLayout_childrenHaveEqualMargins()
422 val notifEndMargin = getConstraintSetLayout(R.id.notification_stack_scroller).endMargin in testSinglePaneLayout_childrenHaveEqualMargins()
436 assertThat(getConstraintSetLayout(R.id.qs_frame).endMargin).isEqualTo(0) in testSplitShadeLayout_childrenHaveInsideMarginsOfZero()
437 assertThat(getConstraintSetLayout(R.id.notification_stack_scroller).startMargin) in testSplitShadeLayout_childrenHaveInsideMarginsOfZero()
445 assertThat(getConstraintSetLayout(R.id.qs_frame).endMargin).isEqualTo(0) in testSplitShadeLayout_qsFrameHasHorizontalMarginsOfZero()
446 assertThat(getConstraintSetLayout(R.id.qs_frame).startMargin).isEqualTo(0) in testSplitShadeLayout_qsFrameHasHorizontalMarginsOfZero()
[all …]
DNotificationsQSContainerControllerTest.kt402 assertThat(getConstraintSetLayout(R.id.qs_frame).endToEnd).isEqualTo(R.id.qs_edge_guideline) in testSplitShadeLayout_isAlignedToGuideline()
409 val qsStartMargin = getConstraintSetLayout(R.id.qs_frame).startMargin in testSinglePaneLayout_childrenHaveEqualMargins()
410 val qsEndMargin = getConstraintSetLayout(R.id.qs_frame).endMargin in testSinglePaneLayout_childrenHaveEqualMargins()
418 assertThat(getConstraintSetLayout(R.id.qs_frame).endMargin).isEqualTo(0) in testSplitShadeLayout_childrenHaveInsideMarginsOfZero()
425 assertThat(getConstraintSetLayout(R.id.qs_frame).endMargin).isEqualTo(0) in testSplitShadeLayout_qsFrameHasHorizontalMarginsOfZero()
426 assertThat(getConstraintSetLayout(R.id.qs_frame).startMargin).isEqualTo(0) in testSplitShadeLayout_qsFrameHasHorizontalMarginsOfZero()
445 assertThat(getConstraintSetLayout(R.id.qs_frame).topMargin) in testLargeScreenLayout_refactorFlagOff_qsAndNotifsTopMarginIsOfHeaderResourceHeight()
465 assertThat(getConstraintSetLayout(R.id.qs_frame).topMargin) in testLargeScreenLayout_refactorFlagOn_qsAndNotifsTopMarginIsOfHeaderHelperHeight()
473 assertThat(getConstraintSetLayout(R.id.qs_frame).topMargin).isEqualTo(0) in testSmallScreenLayout_qsAndNotifsTopMarginIsZero()
482 assertThat(getConstraintSetLayout(R.id.qs_frame).endMargin) in testSinglePaneShadeLayout_qsFrameHasHorizontalMarginsSetToCorrectValue()
[all …]
DNotificationPanelViewControllerBaseTest.java898 protected ConstraintSet.Layout getConstraintSetLayout(@IdRes int id) { in getConstraintSetLayout() method in NotificationPanelViewControllerBaseTest
939 assertThat(getConstraintSetLayout(R.id.keyguard_status_view).endToEnd).isAnyOf( in assertKeyguardStatusViewCentered()
945 assertThat(getConstraintSetLayout(R.id.keyguard_status_view).endToEnd).isEqualTo( in assertKeyguardStatusViewNotCentered()
DNotificationPanelViewControllerTest.java504 assertThat(getConstraintSetLayout(R.id.keyguard_status_view).endToEnd) in testKeyguardStatusViewInSplitShade_changesConstraintsDependingOnNotifications()
510 assertThat(getConstraintSetLayout(R.id.keyguard_status_view).endToEnd) in testKeyguardStatusViewInSplitShade_changesConstraintsDependingOnNotifications()