Searched refs:updateDrawable (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarIconView.java115 if (!updateDrawable(false /* no clear */)) return false;
141 public void updateDrawable() { method in class:StatusBarIconView
142 updateDrawable(true /* with clear */);
145 private boolean updateDrawable(boolean withClear) { method in class:StatusBarIconView
/frameworks/base/core/java/android/widget/
H A DImageView.java360 updateDrawable(null);
392 updateDrawable(null);
421 updateDrawable(drawable);
685 updateDrawable(d);
700 private void updateDrawable(Drawable d) { method in class:ImageView
H A DEditor.java3021 updateDrawable();
3028 protected void updateDrawable() { method in class:Editor.HandleView
3438 updateDrawable();
3481 updateDrawable();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DDemoStatusIcons.java134 v.updateDrawable();
H A DPhoneStatusBar.java878 ((StatusBarIconView) child).updateDrawable();
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java1213 updateDrawable(featureId, st, false);
1228 updateDrawable(featureId, st, false);
1242 updateDrawable(featureId, st, false);
1251 updateDrawable(featureId, st, false);
1259 updateDrawable(featureId, st, false);
1279 protected final void updateDrawable(int featureId, boolean fromActive) { method in class:PhoneWindow
1282 updateDrawable(featureId, st, fromActive);
3272 updateDrawable(featureId, st, false);
3286 private void updateDrawable(int featureId, DrawableFeatureState st, boolean fromResume) { method in class:PhoneWindow

Completed in 112 milliseconds