Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
DFrameLayoutWithShadows.java136 private int mBottomResourceId; field in FrameLayoutWithShadows
182 mBottomResourceId = id; in setDrawableBottomResourceId()
186 return mBottomResourceId; in getDrawableBottomResourceId()
298 if (mBottomResourceId != 0) { in addShadowView()
299 Drawable d = getContext().getDrawable(mBottomResourceId); in addShadowView()