Searched refs:mAnimationStartHeight (Results 1 – 1 of 1) sorted by relevance
184 protected int mAnimationStartHeight; field in PhotoViewController257 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()