HomeSort by relevance Sort by last modified time
    Searched refs:applyTheme (Results 1 - 22 of 22) sorted by null

  /frameworks/base/graphics/java/android/graphics/drawable/
ClipDrawable.java 147 public void applyTheme(Theme t) {
148 super.applyTheme(t);
166 state.mDrawable.applyTheme(t);
ColorDrawable.java 260 public void applyTheme(Theme t) {
261 super.applyTheme(t);
VectorDrawable.java 368 public void applyTheme(Theme t) {
369 super.applyTheme(t);
388 path.applyTheme(t);
    [all...]
AnimatedRotateDrawable.java 279 public void applyTheme(@Nullable Theme t) {
280 super.applyTheme(t);
301 state.mDrawable.applyTheme(t);
AnimatedVectorDrawable.java 325 public void applyTheme(Theme t) {
326 super.applyTheme(t);
330 vectorDrawable.applyTheme(t);
InsetDrawable.java 181 public void applyTheme(Theme t) {
182 super.applyTheme(t);
202 state.mDrawable.applyTheme(t);
RotateDrawable.java 422 public void applyTheme(Theme t) {
423 super.applyTheme(t);
443 state.mDrawable.applyTheme(t);
ScaleDrawable.java 110 public void applyTheme(Theme t) {
111 super.applyTheme(t);
131 state.mDrawable.applyTheme(t);
StateListDrawable.java 390 public void applyTheme(Theme theme) {
391 super.applyTheme(theme);
ShapeDrawable.java 409 public void applyTheme(Theme t) {
410 super.applyTheme(t);
DrawableContainer.java 570 public void applyTheme(Theme theme) {
571 mDrawableContainerState.applyTheme(theme);
841 final void applyTheme(Theme theme) {
849 drawables[i].applyTheme(theme);
    [all...]
AnimatedStateListDrawable.java 390 public void applyTheme(@Nullable Theme theme) {
391 super.applyTheme(theme);
NinePatchDrawable.java 479 public void applyTheme(Theme t) {
480 super.applyTheme(t);
RippleDrawable.java 449 public void applyTheme(Theme t) {
450 super.applyTheme(t);
LayerDrawable.java 243 public void applyTheme(Theme t) {
244 super.applyTheme(t);
270 d.applyTheme(t);
    [all...]
BitmapDrawable.java 809 public void applyTheme(Theme t) {
810 super.applyTheme(t);
Drawable.java 714 public void applyTheme(@SuppressWarnings("unused") Theme t) {
    [all...]
GradientDrawable.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
PreloadIconDrawable.java 57 applyTheme(theme);
62 public void applyTheme(Theme t) {
BubbleTextView.java 331 ((PreloadIconDrawable) top).applyTheme(getPreloaderTheme());
  /frameworks/base/core/java/android/content/res/
Resources.java     [all...]
  /prebuilts/sdk/21/
android.jar 

Completed in 303 milliseconds