Home
last modified time | relevance | path

Searched refs:mFillDrawable (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCastDrawable.java40 private Drawable mFillDrawable; field in CastDrawable
54 mFillDrawable = r.getDrawable(R.drawable.ic_cast_connected_fill, theme).mutate(); in inflate()
60 return mFillDrawable.canApplyTheme() || super.canApplyTheme(); in canApplyTheme()
66 mFillDrawable.applyTheme(t); in applyTheme()
72 mFillDrawable.setBounds(bounds); in onBoundsChange()
77 mFillDrawable.setLayoutDirection(layoutDirection); in onLayoutDirectionChanged()
84 mFillDrawable.draw(canvas); in draw()
97 mFillDrawable.setAlpha(alpha); in setAlpha()
102 mFillDrawable.setVisible(visible, restart); in setVisible()
108 mFillDrawable.mutate(); in mutate()