Home
last modified time | relevance | path

Searched refs:updateConstraints (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSecurityViewFlipperController.java148 updateConstraints(useSplitBouncer); in asynchronouslyInflateView()
183 public void updateConstraints(boolean useSplitBouncer) { in updateConstraints() method in KeyguardSecurityViewFlipperController
184 mView.updateConstraints(useSplitBouncer); in updateConstraints()
DKeyguardSecurityViewFlipper.java89 public void updateConstraints(boolean useSplitBouncer) { in updateConstraints() method in KeyguardSecurityViewFlipper
92 securityView.updateConstraints(useSplitBouncer); in updateConstraints()
DKeyguardInputView.java70 protected void updateConstraints(boolean useSplitBouncer) { in updateConstraints() method in KeyguardInputView
DKeyguardPINView.java122 updateConstraints(useSplitBouncerAfterFold); in onDevicePostureChanged()
218 protected void updateConstraints(boolean useSplitBouncer) { in updateConstraints() method in KeyguardPINView
DKeyguardPasswordView.java149 updateConstraints(useSplitBouncerAfterFold); in onDevicePostureChanged()
156 protected void updateConstraints(boolean useSplitBouncer) { in updateConstraints() method in KeyguardPasswordView
DKeyguardPatternView.java145 updateConstraints(useSplitBouncerAfterFold); in onDevicePostureChanged()
201 protected void updateConstraints(boolean useSplitBouncer) { in updateConstraints() method in KeyguardPatternView
DKeyguardSecurityContainerController.java387 mSecurityViewFlipperController.updateConstraints(useSplitBouncer);
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeHeaderController.kt580 private fun MotionLayout.updateConstraints(@IdRes state: Int, update: ConstraintChange) { in <lambda>() method in com.android.systemui.shade.ShadeHeaderController
593 updateConstraints(QQS_HEADER_CONSTRAINT, updates.qqsConstraintsChanges) in <lambda>()
596 updateConstraints(QS_HEADER_CONSTRAINT, updates.qsConstraintsChanges) in <lambda>()
599 updateConstraints(LARGE_SCREEN_HEADER_CONSTRAINT, updates.largeScreenConstraintsChanges) in <lambda>()
DNotificationsQSContainerController.kt173 updateConstraints() in <lambda>()
275 fun updateConstraints() { in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/view/
DSharedNotificationContainer.kt61 fun updateConstraints( in updateConstraints() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewbinder/
DSharedNotificationContainerBinder.kt68 view.updateConstraints( in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationsQSContainerControllerTest.kt517 controller.updateConstraints() in testAllChildrenOfNotificationContainer_haveIds()
DNotificationsQSContainerControllerLegacyTest.kt547 controller.updateConstraints() in testAllChildrenOfNotificationContainer_haveIds()