Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/ui/
DBottomBar.java86 private ColorDrawable mColorDrawable; field in BottomBar
130 } else if (mColorDrawable != null) { in setPaintColor()
131 mColorDrawable.setColor(color); in setPaintColor()
132 mColorDrawable.setAlpha(alpha); in setPaintColor()
356 mColorDrawable = null; in setupShutterBackgroundForModeIndex()
360 mColorDrawable = (ColorDrawable) d; in setupShutterBackgroundForModeIndex()