Searched defs:updateIcon (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DCellTileView.java43 protected void updateIcon(ImageView iv, State state) { method in class:CellTileView
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
H A DAccessPointPreference.java158 protected void updateIcon(int level, Context context) { method in class:AccessPointPreference
226 updateIcon(mLevel, context);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
H A DQSIconViewImpl.java87 protected void updateIcon(ImageView iv, State state) { method in class:QSIconViewImpl
117 updateIcon(iv, state);
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
H A DBrightnessController.java249 updateIcon(msg.arg1 != 0);
356 updateIcon(mAutomatic);
431 private void updateIcon(boolean automatic) { method in class:BrightnessController
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardAffordanceHelper.java88 updateIcon(mLeftIcon, 0.0f, mLeftIcon.getRestingAlpha(), false, false, true, false);
89 updateIcon(mCenterIcon, 0.0f, mCenterIcon.getRestingAlpha(), false, false, true, false);
90 updateIcon(mRightIcon, 0.0f, mRightIcon.getRestingAlpha(), false, false, true, false);
396 updateIcon(targetView, radius, alpha + fadeOutAlpha * targetView.getRestingAlpha(),
399 updateIcon(targetView, 0.0f, fadeOutAlpha * targetView.getRestingAlpha(),
402 updateIcon(otherView, 0.0f, fadeOutAlpha * otherView.getRestingAlpha(),
404 updateIcon(mCenterIcon, 0.0f, fadeOutAlpha * mCenterIcon.getRestingAlpha(),
441 updateIcon(mRightIcon, 0f, 0f, true, false, false, false);
442 updateIcon(mLeftIcon, 0f, 0f, true, false, false, false);
445 private void updateIcon(KeyguardAffordanceVie method in class:KeyguardAffordanceHelper
[all...]

Completed in 86 milliseconds