Home
last modified time | relevance | path

Searched refs:mFillDrawable (Results 1 – 2 of 2) 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()
DScreenRecordDrawable.java41 private Drawable mFillDrawable; field in ScreenRecordDrawable
62 mFillDrawable = r.getDrawable(R.drawable.ic_screen_record_background, theme).mutate(); in inflate()
92 return mFillDrawable.canApplyTheme() || super.canApplyTheme(); in canApplyTheme()
98 mFillDrawable.applyTheme(t); in applyTheme()
104 mFillDrawable.setBounds(bounds); in onBoundsChange()
109 mFillDrawable.setLayoutDirection(layoutDirection); in onLayoutDirectionChanged()
116 mFillDrawable.draw(canvas); in draw()
118 Rect b = mFillDrawable.getBounds(); in draw()
144 mFillDrawable.setAlpha(alpha); in setAlpha()
149 mFillDrawable.setVisible(visible, restart); in setVisible()
[all …]