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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
H A DFrameLayoutWithShadows.java57 private Drawable mDrawableBottom; field in class:FrameLayoutWithShadows.ShadowView
67 mDrawableBottom = null;
93 if (mDrawableBottom != null) {
94 mDrawableBottom.setAlpha(alphaMulitplied);
112 mDrawableBottom = drawable;
114 mDrawableBottom.setAlpha((int)(255 * mAlpha));
124 if (mDrawableBottom != null) {
125 mDrawableBottom.setBounds(getPaddingLeft(), getHeight() - getPaddingBottom(),
127 + mDrawableBottom.getIntrinsicHeight());
128 mDrawableBottom
[all...]

Completed in 30 milliseconds