Home
last modified time | relevance | path

Searched defs:updateIcon (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthIconController.kt88 abstract fun updateIcon(@BiometricState lastState: Int, @BiometricState newState: Int) in updateIcon() method
DAuthBiometricFaceIconController.kt74 override fun updateIcon(@BiometricState oldState: Int, @BiometricState newState: Int) { in updateIcon() method
DAuthBiometricFingerprintIconController.kt128 override fun updateIcon(@BiometricState lastState: Int, @BiometricState newState: Int) { in <lambda>() method
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/utils/
DIconCache.java51 public void updateIcon(Icon icon, Drawable drawable) { in updateIcon() method in IconCache
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
DBaseScreenSharePermissionDialog.kt67 private fun updateIcon() { in updateIcon() method
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/rotation/
DRotationButton.java41 default void updateIcon(int lightIconColor, int darkIconColor) { } in updateIcon() method
DFloatingRotationButton.java197 public void updateIcon(int lightIconColor, int darkIconColor) { in updateIcon() method in FloatingRotationButton
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/
DContextualButton.java53 public void updateIcon(int lightIconColor, int darkIconColor) { in updateIcon() method in ContextualButton
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DLockIconView.java183 public void updateIcon(@IconType int icon, boolean aod) { in updateIcon() method in LockIconView
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSIconViewImpl.java115 protected void updateIcon(ImageView iv, State state, boolean allowAnimations) { in updateIcon() method in QSIconViewImpl
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
DAccessPointPreference.java177 protected void updateIcon(int level, Context context) { in updateIcon() method in AccessPointPreference
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/
DBiometricViewBinder.kt668 override fun updateIcon(lastState: Int, newState: Int) { in Boolean() method