Searched defs:updateLocalState (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedRotateDrawable.java136 updateLocalState();
202 updateLocalState();
246 updateLocalState();
249 private void updateLocalState() { method in class:AnimatedRotateDrawable
H A DColorDrawable.java239 updateLocalState(r);
282 updateLocalState(t.getResources());
338 updateLocalState(res);
346 private void updateLocalState(Resources r) { method in class:ColorDrawable
H A DDrawableWrapper.java52 updateLocalState(res);
70 private void updateLocalState(Resources res) { method in class:DrawableWrapper
H A DNinePatchDrawable.java413 updateLocalState(r);
510 updateLocalState(t.getResources());
701 updateLocalState(res);
710 private void updateLocalState(Resources res) { method in class:NinePatchDrawable
H A DShapeDrawable.java404 updateLocalState(r);
428 updateLocalState(t.getResources());
587 updateLocalState(res);
595 private void updateLocalState(Resources res) { method in class:ShapeDrawable
H A DBitmapDrawable.java729 updateLocalState(r);
845 updateLocalState(t.getResources());
969 updateLocalState(res);
977 private void updateLocalState(Resources res) { method in class:BitmapDrawable
H A DRippleDrawable.java202 updateLocalState();
419 updateLocalState();
523 updateLocalState();
1029 updateLocalState();
1032 private void updateLocalState() { method in class:RippleDrawable
H A DGradientDrawable.java1025 updateLocalState(r);
1058 updateLocalState(t.getResources());
1549 updateLocalState(null);
1796 updateLocalState(res);
1799 private void updateLocalState(Resources res) { method in class:GradientDrawable

Completed in 126 milliseconds