Searched refs:mColorDrawable (Results 1 – 2 of 2) sorted by relevance
74 private final ColorDrawable mColorDrawable; field in NotificationMainView87 mColorDrawable = new ColorDrawable(Color.TRANSPARENT); in NotificationMainView()105 mColorDrawable.setColor(color); in updateBackgroundColor()106 mTextAndBackground.setBackground(mColorDrawable); in updateBackgroundColor()
86 private ColorDrawable mColorDrawable; field in BottomBar116 } else if (mColorDrawable != null) { in setPaintColor()117 mColorDrawable.setColor(color); in setPaintColor()118 mColorDrawable.setAlpha(alpha); in setPaintColor()417 mColorDrawable = null; in setupShutterBackgroundForModeIndex()421 mColorDrawable = (ColorDrawable) d; in setupShutterBackgroundForModeIndex()