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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
H A DBaseDialogFragment.java59 public FrameLayoutWithShadows mShadowLayer; field in class:BaseDialogFragment
154 mShadowLayer = (FrameLayoutWithShadows) twoPane.findViewById(R.id.shadow_layout);
174 if (mShadowLayer != null) {
175 mShadowLayer.setShadowsAlpha(1f);
181 if (mShadowLayer != null) {
182 mShadowLayer.setShadowsAlpha(0f);
260 if (mShadowLayer != null) {
261 mShadowLayer.setShadowsAlpha(0f);
296 if (mShadowLayer != null) {
297 mShadowLayer
[all...]

Completed in 62 milliseconds