Home
last modified time | relevance | path

Searched refs:reloadColors (Results 1 – 14 of 14) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardPinBasedInputView.java164 reloadColors(); in onFinishInflate()
174 public void reloadColors() { in reloadColors() method in KeyguardPinBasedInputView
176 key.reloadColors(); in reloadColors()
178 mPasswordEntry.reloadColors(); in reloadColors()
179 mDeleteButton.reloadColors(); in reloadColors()
180 mOkButton.reloadColors(); in reloadColors()
H A DKeyguardPinViewController.java73 public void reloadColors() { in reloadColors() method in KeyguardPinViewController
74 super.reloadColors(); in reloadColors()
75 mView.reloadColors(); in reloadColors()
H A DNumPadButton.java91 public void reloadColors() { in reloadColors() method in NumPadButton
92 if (mAnimator != null) mAnimator.reloadColors(getContext()); in reloadColors()
H A DKeyguardAbsKeyInputViewController.java122 public void reloadColors() { in reloadColors() method in KeyguardAbsKeyInputViewController
123 super.reloadColors(); in reloadColors()
124 mMessageAreaController.reloadColors(); in reloadColors()
H A DNumPadAnimator.java51 reloadColors(context); in NumPadAnimator()
94 void reloadColors(Context context) { in reloadColors() method in NumPadAnimator
H A DKeyguardSecurityViewFlipperController.java80 public void reloadColors() { in reloadColors() method in KeyguardSecurityViewFlipperController
82 child.reloadColors(); in reloadColors()
H A DKeyguardPatternViewController.java280 public void reloadColors() { in reloadColors() method in KeyguardPatternViewController
281 super.reloadColors(); in reloadColors()
282 mMessageAreaController.reloadColors(); in reloadColors()
H A DKeyguardInputViewController.java133 public void reloadColors() { in reloadColors() method in KeyguardInputViewController
135 mEmergencyButton.reloadColors(); in reloadColors()
H A DNumPadKey.java151 public void reloadColors() { in reloadColors() method in NumPadKey
159 if (mAnimator != null) mAnimator.reloadColors(getContext()); in reloadColors()
H A DKeyguardPasswordViewController.java97 public void reloadColors() { in reloadColors() method in KeyguardPasswordViewController
98 super.reloadColors(); in reloadColors()
H A DKeyguardMessageAreaController.java112 public void reloadColors() { in reloadColors() method in KeyguardMessageAreaController
H A DEmergencyButton.java97 public void reloadColors() { in reloadColors() method in EmergencyButton
H A DKeyguardSecurityContainerController.java213 mSecurityViewFlipperController.reloadColors();
218 mSecurityViewFlipperController.reloadColors();
H A DPasswordTextView.java209 public void reloadColors() { in reloadColors() method in PasswordTextView