Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
DFrameLayoutWithShadows.java57 private Drawable mDrawableBottom; field in FrameLayoutWithShadows.ShadowView
67 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()