Searched refs:mShadowLayout (Results 1 – 1 of 1) sorted by relevance
65 private ShadowLayout mShadowLayout; field in PictureDetailsActivity74 mShadowLayout = (ShadowLayout) findViewById(R.id.shadowLayout); in onCreate()177 ObjectAnimator shadowAnim = ObjectAnimator.ofFloat(mShadowLayout, "shadowDepth", 0, 1); in runEnterAnimation()230 ObjectAnimator shadowAnim = ObjectAnimator.ofFloat(mShadowLayout, in runExitAnimation()