Home
last modified time | relevance | path

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

/development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/
DPictureDetailsActivity.java65 private ShadowLayout mShadowLayout; field in PictureDetailsActivity
74 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()