Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DCombinedShadeHeaderConstraintsTest.kt70 assertThat(getConstraint(R.id.privacy_container).layout.endToEnd)
79 with(qqsConstraint.getConstraint(R.id.clock)) {
83 with(qsConstraint.getConstraint(R.id.clock)) {
103 assertThat(getConstraint(R.id.privacy_container).layout.endToEnd)
115 assertThat(getConstraint(R.id.privacy_container).layout.endToStart)
205 assertThat(getConstraint(R.id.begin_guide).layout.guideBegin)
207 assertThat(getConstraint(R.id.end_guide).layout.guideEnd)
212 assertThat(getConstraint(R.id.begin_guide).layout.guideBegin)
214 assertThat(getConstraint(R.id.end_guide).layout.guideEnd)
219 assertThat(getConstraint(R.id.begin_guide).layout.guideBegin)
[all …]
H A DNotificationsQSContainerControllerTest.kt580 return constraintSetCaptor.value.getConstraint(id).layout
H A DNotificationsQSContainerControllerLegacyTest.kt597 return constraintSetCaptor.value.getConstraint(id).layout
H A DNotificationPanelViewControllerBaseTest.java781 return constraintSet.getConstraint(id).layout; in getConstraintSetLayout()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/complication/
H A DComplicationLayoutParamsTest.java152 assertThat(copy.getConstraint() == params.getConstraint()).isTrue(); in testCopyConstruction()
203 assertThat(paramsWithConstraint.getConstraint()).isEqualTo(constraint); in testConstraint()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/
H A DMediaViewControllerTest.kt89 mediaViewController.expandedLayout.getConstraint(id).layout.mHeight = 10
96 mediaViewController.expandedLayout.getConstraint(id).layout.mHeight ==
111 .getConstraint(RecommendationViewHolder.backgroundId)
119 .getConstraint(RecommendationViewHolder.backgroundId)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/view/layout/sections/
H A DDefaultLockIconSectionTest.kt58 val constraint = cs.getConstraint(R.id.lock_icon_view)
69 val constraint = cs.getConstraint(R.id.lock_icon_view)
H A DDefaultIndicationAreaSectionTest.kt40 val constraint = cs.getConstraint(R.id.keyguard_indication_area)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
H A DKeyguardBlueprintViewBinder.kt44 knownIds.forEach { getConstraint(it).layout.copyFrom(emptyLayout) }
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/
H A DComplicationLayoutParams.java324 public int getConstraint() { in getConstraint() method in ComplicationLayoutParams
H A DComplicationLayoutEngine.java254 params.matchConstraintMaxWidth = mLayoutParams.getConstraint(); in applyLayoutParams()
258 params.matchConstraintMaxHeight = mLayoutParams.getConstraint(); in applyLayoutParams()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardPatternViewControllerTest.kt154 return cs.getConstraint(R.id.pattern_top_guideline).layout.guidePercent
H A DKeyguardPinViewControllerTest.kt180 return cs.getConstraint(R.id.pin_pad_top_guideline).layout.guidePercent
H A DKeyguardSecurityContainerTest.java473 return constraintSet.getConstraint(viewId); in getViewConstraint()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/
H A DMediaViewController.kt161 expandedLayout.getConstraint(id).layout.mHeight =