Home
last modified time | relevance | path

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

/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
DTouchHighlightImageButton.java37 private Drawable mForegroundDrawable; field in TouchHighlightImageButton
71 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()