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

/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewController.java180 protected int mAnimationStartHeight; field in class:PhotoViewController
245 mAnimationStartHeight = intent.getIntExtra(Intents.EXTRA_ANIMATION_START_HEIGHT, 0);
924 final float scaleY = (float) mAnimationStartHeight / totalHeight;
929 final int translateY = calculateTranslate(mAnimationStartY, mAnimationStartHeight,
1006 final float scaleY = (float) mAnimationStartHeight / totalHeight;
1011 final int translateY = calculateTranslate(mAnimationStartY, mAnimationStartHeight,

Completed in 30 milliseconds