Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardPinBasedInputView.java177 reloadColors(); in onFinishInflate()
187 public void reloadColors() { in reloadColors() method in KeyguardPinBasedInputView
189 key.reloadColors(); in reloadColors()
191 mPasswordEntry.reloadColors(); in reloadColors()
192 mDeleteButton.reloadColors(); in reloadColors()
193 mOkButton.reloadColors(); in reloadColors()
DKeyguardSimInputView.kt43 override fun reloadColors() { in reloadColors() method
44 super.reloadColors() in reloadColors()
DNumPadButton.java98 public void reloadColors() { in reloadColors() method in NumPadButton
99 if (mAnimator != null) mAnimator.reloadColors(getContext()); in reloadColors()
DNumPadAnimator.java72 reloadColors(context); in NumPadAnimator()
110 void reloadColors(Context context) { in reloadColors() method in NumPadAnimator
DNumPadKey.java152 public void reloadColors() { in reloadColors() method in NumPadKey
160 if (mAnimator != null) mAnimator.reloadColors(getContext()); in reloadColors()
DKeyguardSecurityContainerController.java319 reloadColors();
324 reloadColors();
1075 private void reloadColors() { in reloadColors() method in KeyguardSecurityContainerController
1076 reinflateViewFlipper(() -> mView.reloadColors()); in reloadColors()
DKeyguardSecurityContainer.java781 void reloadColors() { in reloadColors() method in KeyguardSecurityContainer
782 mViewMode.reloadColors(); in reloadColors()
830 default void reloadColors() {}; in reloadColors() method
999 public void reloadColors() { in reloadColors() method in KeyguardSecurityContainer.UserSwitcherViewMode
DPasswordTextView.java204 public void reloadColors() { in reloadColors() method in PasswordTextView
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardSecurityContainerControllerTest.java491 verify(mView).reloadColors(); in onThemeChanged()
508 verify(mView).reloadColors(); in onUiModeChanged()