Home
last modified time | relevance | path

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

/frameworks/opt/photoviewer/src/com/android/ex/photo/
DPhotoViewController.java184 protected int mAnimationStartHeight; field in PhotoViewController
257 mAnimationStartHeight = intent.getIntExtra(Intents.EXTRA_ANIMATION_START_HEIGHT, 0); in onCreate()
1003 final float scaleY = (float) mAnimationStartHeight / totalHeight; in runEnterAnimation()
1008 final int translateY = calculateTranslate(mAnimationStartY, mAnimationStartHeight, in runEnterAnimation()
1093 final float scaleY = (float) mAnimationStartHeight / totalHeight; in runExitAnimation()
1098 final int translateY = calculateTranslate(mAnimationStartY, mAnimationStartHeight, in runExitAnimation()