Searched refs:mFillDrawable (Results 1 – 2 of 2) sorted by relevance
40 private Drawable mFillDrawable; field in CastDrawable54 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()
41 private Drawable mFillDrawable; field in ScreenRecordDrawable62 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 …]