Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/complication/
DComplicationLayoutEngineTest.java206 assertThat(lp.endToEnd == ConstraintLayout.LayoutParams.PARENT_ID).isTrue(); in testSingleLayout()
233 assertThat(lp.endToEnd == ConstraintLayout.LayoutParams.PARENT_ID).isTrue(); in testSnapToGuide()
276 assertThat(lp.endToEnd == ConstraintLayout.LayoutParams.PARENT_ID).isTrue(); in testDirectionLayout()
282 assertThat(lp.endToEnd == ConstraintLayout.LayoutParams.PARENT_ID).isTrue(); in testDirectionLayout()
338 assertThat(lp.endToEnd == ConstraintLayout.LayoutParams.PARENT_ID).isTrue(); in testPositionLayout()
344 assertThat(lp.endToEnd == ConstraintLayout.LayoutParams.PARENT_ID).isTrue(); in testPositionLayout()
350 assertThat(lp.endToEnd == ConstraintLayout.LayoutParams.PARENT_ID).isTrue(); in testPositionLayout()
425 assertThat(lp.endToEnd == ConstraintLayout.LayoutParams.PARENT_ID).isTrue(); in testDefaultMargin()
439 assertThat(lp.endToEnd == ConstraintLayout.LayoutParams.PARENT_ID).isTrue(); in testDefaultMargin()
502 assertThat(lp.endToEnd == ConstraintLayout.LayoutParams.PARENT_ID).isTrue(); in testComplicationMargin()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DCombinedShadeHeaderConstraintsTest.kt65 assertThat(getConstraint(R.id.shade_header_system_icons).layout.endToEnd) in <lambda>()
70 assertThat(getConstraint(R.id.privacy_container).layout.endToEnd) in <lambda>()
98 assertThat(getConstraint(R.id.shade_header_system_icons).layout.endToEnd) in <lambda>()
103 assertThat(getConstraint(R.id.privacy_container).layout.endToEnd) in <lambda>()
DNotificationsQSContainerControllerTest.kt402 assertThat(getConstraintSetLayout(R.id.qs_frame).endToEnd).isEqualTo(R.id.qs_edge_guideline) in testSplitShadeLayout_isAlignedToGuideline()
492 assertThat(getConstraintSetLayout(R.id.qs_frame).endToEnd) in testSinglePaneShadeLayout_isAlignedToParent()
DNotificationsQSContainerControllerLegacyTest.kt409 assertThat(getConstraintSetLayout(R.id.qs_frame).endToEnd).isEqualTo(R.id.qs_edge_guideline) in testSplitShadeLayout_isAlignedToGuideline()
520 assertThat(getConstraintSetLayout(R.id.qs_frame).endToEnd) in testSinglePaneShadeLayout_isAlignedToParent()
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()
DNotificationPanelViewControllerBaseTest.java939 assertThat(getConstraintSetLayout(R.id.keyguard_status_view).endToEnd).isAnyOf( in assertKeyguardStatusViewCentered()
945 assertThat(getConstraintSetLayout(R.id.keyguard_status_view).endToEnd).isEqualTo( in assertKeyguardStatusViewNotCentered()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/view/layout/sections/
DDefaultIndicationAreaSectionTest.kt82 assertThat(constraint.layout.endToEnd).isEqualTo(ConstraintSet.PARENT_ID) in applyConstraints()
/frameworks/native/services/inputflinger/dispatcher/
DLatencyAggregator.cpp159 const nsecs_t endToEnd = presentTime - timeline.eventTime; in processStatistics() local
166 sketches[SketchIndex::END_TO_END]->Add(ns2hus(endToEnd)); in processStatistics()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/keyguard/
DKeyguardSecurityContainerTest.java194 assertThat(viewFlipperConstraint.layout.endToEnd).isEqualTo(PARENT_ID); in testDefaultViewMode()
256 assertThat(viewFlipperConstraint.layout.endToEnd).isEqualTo(PARENT_ID); in testUserSwitcherModeViewPositionLandscape()
/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/
DComplicationLayoutEngine.java234 params.endToEnd = ConstraintLayout.LayoutParams.PARENT_ID; in applyLayoutParams()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/
DBiometricViewSizeBinder.kt192 iconParams.endToEnd = ConstraintSet.UNSET in <lambda>()