Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DCombinedShadeHeaderConstraintsTest.kt62 assertThat(getConstraint(R.id.clock).layout.startToStart).isEqualTo(R.id.begin_guide) in <lambda>()
63 assertThat(getConstraint(R.id.clock).layout.horizontalBias).isEqualTo(0f) in <lambda>()
65 assertThat(getConstraint(R.id.shade_header_system_icons).layout.endToEnd) in <lambda>()
67 assertThat(getConstraint(R.id.shade_header_system_icons).layout.horizontalBias) in <lambda>()
70 assertThat(getConstraint(R.id.privacy_container).layout.endToEnd) in <lambda>()
72 assertThat(getConstraint(R.id.privacy_container).layout.horizontalBias) in <lambda>()
79 with(qqsConstraint.getConstraint(R.id.clock)) { in <lambda>()
83 with(qsConstraint.getConstraint(R.id.clock)) { in <lambda>()
92 assertThat(getConstraint(R.id.clock).layout.startToStart).isEqualTo(PARENT_ID) in <lambda>()
93 assertThat(getConstraint(R.id.clock).layout.horizontalBias).isEqualTo(0.5f) in <lambda>()
[all …]
DNotificationsQSContainerControllerTest.kt636 return constraintSetCaptor.value.getConstraint(id).layout in getConstraintSetLayout()
DNotificationsQSContainerControllerLegacyTest.kt666 return constraintSetCaptor.value.getConstraint(id).layout in getConstraintSetLayout()
DNotificationPanelViewControllerBaseTest.java901 return constraintSet.getConstraint(id).layout; in getConstraintSetLayout()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/view/layout/sections/
DDefaultDeviceEntrySectionTest.kt124 val constraint = cs.getConstraint(R.id.lock_icon_view) in applyConstraints_udfps_refactor_off()
137 val constraint = cs.getConstraint(R.id.device_entry_icon_view) in applyConstraints_udfps_refactor_on()
149 val constraint = cs.getConstraint(R.id.lock_icon_view) in testCenterIcon_udfps_refactor_off()
165 val constraint = cs.getConstraint(R.id.device_entry_icon_view) in testCenterIcon_udfps_refactor_on()
DSmartspaceSectionTest.kt133 val smartspaceConstraints = constraintSet.getConstraint(smartspaceView.id) in testConstraintsWhenNotHasCustomWeatherDataDisplay()
136 val dateConstraints = constraintSet.getConstraint(dateView.id) in testConstraintsWhenNotHasCustomWeatherDataDisplay()
146 val dateConstraints = constraintSet.getConstraint(dateView.id) in testConstraintsWhenHasCustomWeatherDataDisplay()
DClockSectionTest.kt321 val largeClockConstraint = cs.getConstraint(R.id.lockscreen_clock_view_large) in <lambda>()
327 val smallClockGuidelineConstraint = cs.getConstraint(R.id.small_clock_guideline_top) in <lambda>()
330 val smallClockConstraint = cs.getConstraint(R.id.lockscreen_clock_view) in <lambda>()
DDefaultIndicationAreaSectionTest.kt78 val constraint = cs.getConstraint(R.id.keyguard_indication_area) in applyConstraints()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/complication/
DComplicationLayoutParamsTest.java152 assertThat(copy.getConstraint() == params.getConstraint()).isTrue(); in testCopyConstruction()
203 assertThat(paramsWithConstraint.getConstraint()).isEqualTo(constraint); in testConstraint()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/controller/
DMediaViewControllerTest.kt166 mediaViewController.expandedLayout.getConstraint(id).layout.mHeight = 10 in <lambda>()
173 mediaViewController.expandedLayout.getConstraint(id).layout.mHeight == in <lambda>()
188 .getConstraint(RecommendationViewHolder.backgroundId) in <lambda>()
196 .getConstraint(RecommendationViewHolder.backgroundId) in <lambda>()
267 mediaViewController.expandedLayout.getConstraint(id).layout.mHeight = 100 in <lambda>()
275 mediaViewController.expandedLayout.getConstraint(id).layout.mHeight == in <lambda>()
/frameworks/compile/mclinker/include/mcld/MC/
DInputBuilder.h79 const AttrConstraint& getConstraint() const;
/frameworks/compile/mclinker/lib/MC/
DInputBuilder.cpp135 const AttrConstraint& InputBuilder::getConstraint() const { in getConstraint() function in mcld::InputBuilder
DCommandAction.cpp52 if (pBuilder.getConstraint().isSharedSystem()) { in activate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
DKeyguardBlueprintViewBinder.kt91 getConstraint(it).layout.copyFrom(emptyLayout) in <lambda>()
DKeyguardPreviewClockViewBinder.kt147 if (getConstraint(R.id.lock_icon_view) != null) { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/
DComplicationLayoutParams.java324 public int getConstraint() { in getConstraint() method in ComplicationLayoutParams
DComplicationLayoutEngine.java254 params.matchConstraintMaxWidth = mLayoutParams.getConstraint(); in applyLayoutParams()
258 params.matchConstraintMaxHeight = mLayoutParams.getConstraint(); in applyLayoutParams()
/frameworks/compile/mclinker/lib/Script/
DGroupCmd.cpp125 if (m_Builder.getConstraint().isSharedSystem()) { in activate()
DInputCmd.cpp136 if (m_Builder.getConstraint().isSharedSystem()) { in activate()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/keyguard/
DKeyguardPatternViewControllerTest.kt159 return cs.getConstraint(R.id.pattern_top_guideline).layout.guidePercent in getPatternTopGuideline()
DKeyguardSecurityContainerTest.java473 return constraintSet.getConstraint(viewId); in getViewConstraint()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/binder/
DMediaControlViewBinder.kt447 viewController.expandedLayout.getConstraint(albumView.id).layout.mWidth = width in <lambda>()
448 viewController.collapsedLayout.getConstraint(albumView.id).layout.mWidth = width in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardPinViewControllerTest.kt198 return cs.getConstraint(R.id.pin_pad_top_guideline).layout.guidePercent in getPinTopGuideline()
/frameworks/compile/mclinker/lib/Core/
DIRBuilder.cpp160 if (m_InputBuilder.getConstraint().isSharedSystem()) { in ReadInput()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/
DMediaViewController.kt404 backgroundIds.forEach { id -> expandedLayout.getConstraint(id).layout.mHeight = height } in <lambda>()