Home
last modified time | relevance | path

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

/frameworks/base/packages/EasterEgg/src/com/android/egg/paint/
DPaintActivity.java126 private BrushPropertyDrawable widthButtonDrawable; field in PaintActivity
213 widthButtonDrawable = new BrushPropertyDrawable(this); in setupViews()
214 widthButtonDrawable.setFrameColor(getColor(R.color.toolbar_icon_color)); in setupViews()
218 ((ImageButton) findViewById(R.id.btnBrush)).setImageDrawable(widthButtonDrawable); in setupViews()
281 widthButtonDrawable.setWellScale(painting.getBrushWidth() / maxBrushWidth); in refreshBrushAndColor()
282 widthButtonDrawable.setWellColor(painting.getPaintColor()); in refreshBrushAndColor()