Home
last modified time | relevance | path

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

/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/statusbar/phone/
DRotationButton.java30 void updateIcon(); in updateIcon() method
DContextualButton.java53 public void updateIcon() { in updateIcon() method in ContextualButton
DFloatingRotationButton.java128 public void updateIcon() { in updateIcon() method in FloatingRotationButton
DKeyguardAffordanceHelper.java437 private void updateIcon(KeyguardAffordanceView view, float circleRadius, float alpha, in updateIcon() method in KeyguardAffordanceHelper
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DFingerprintDialogView.java63 protected void updateIcon(int lastState, int newState) { in updateIcon() method in FingerprintDialogView
DFaceDialogView.java399 protected void updateIcon(int oldState, int newState) { in updateIcon() method in FaceDialogView
DBiometricDialogView.java114 protected abstract void updateIcon(int oldState, int newState); in updateIcon() method in BiometricDialogView
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSIconViewImpl.java100 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