Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
DFrameLayoutWithShadows.java135 private int mShadowResourceId; field in FrameLayoutWithShadows
174 mShadowResourceId = id; in setDefaultShadowResourceId()
178 return mShadowResourceId; in getDefaultShadowResourceId()
311 if (mShadowResourceId != 0) { in addShadowView()
312 shadow = getContext().getDrawable(mShadowResourceId); in addShadowView()