Searched refs:mShadowLayer (Results 1 – 1 of 1) sorted by relevance
53 private FrameLayoutWithShadows mShadowLayer; field in BaseDialogFragment120 mShadowLayer = (FrameLayoutWithShadows) twoPane.findViewById(R.id.shadow_layout); in performEntryTransition()185 if (mShadowLayer != null) { in performEntryTransition()186 mShadowLayer.setShadowsAlpha(0f); in performEntryTransition()221 if (mShadowLayer != null) { in prepareAndAnimateView()222 mShadowLayer.setShadowsAlpha(1f); in prepareAndAnimateView()