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

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

Completed in 8 milliseconds