Searched refs:mDrawableBottom (Results 1 – 1 of 1) sorted by relevance
57 private Drawable mDrawableBottom; field in FrameLayoutWithShadows.ShadowView67 mDrawableBottom = null; in init()93 if (mDrawableBottom != null) { in setAlpha()94 mDrawableBottom.setAlpha(alphaMulitplied); in setAlpha()112 mDrawableBottom = drawable; in setDrawableBottom()114 mDrawableBottom.setAlpha((int)(255 * mAlpha)); in setDrawableBottom()124 if (mDrawableBottom != null) { in onDraw()125 mDrawableBottom.setBounds(getPaddingLeft(), getHeight() - getPaddingBottom(), in onDraw()127 + mDrawableBottom.getIntrinsicHeight()); in onDraw()128 mDrawableBottom.draw(canvas); in onDraw()