Searched refs:mForegroundDrawable (Results 1 – 1 of 1) sorted by relevance
37 private Drawable mForegroundDrawable; field in TouchHighlightImageButton71 mForegroundDrawable = a.getDrawable(0); in init()72 mForegroundDrawable.setCallback(this); in init()82 if (mForegroundDrawable.isStateful()) { in drawableStateChanged()83 mForegroundDrawable.setState(getDrawableState()); in drawableStateChanged()98 mForegroundDrawable.setBounds(mCachedBounds); in onDraw()99 mForegroundDrawable.draw(canvas); in onDraw()