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

/frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
H A DPhotoViewActivity.java151 protected int mAnimationStartHeight; field in class:PhotoViewActivity
193 mAnimationStartHeight = intent.getIntExtra(Intents.EXTRA_ANIMATION_START_HEIGHT, 0);
812 final float scaleY = (float) mAnimationStartHeight / totalHeight;
817 final int translateY = calculateTranslate(mAnimationStartY, mAnimationStartHeight,
894 final float scaleY = (float) mAnimationStartHeight / totalHeight;
899 final int translateY = calculateTranslate(mAnimationStartY, mAnimationStartHeight,
/frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
H A DPhotoViewActivity.java150 protected int mAnimationStartHeight; field in class:PhotoViewActivity
192 mAnimationStartHeight = intent.getIntExtra(Intents.EXTRA_ANIMATION_START_HEIGHT, 0);
811 final float scaleY = (float) mAnimationStartHeight / totalHeight;
816 final int translateY = calculateTranslate(mAnimationStartY, mAnimationStartHeight,
893 final float scaleY = (float) mAnimationStartHeight / totalHeight;
898 final int translateY = calculateTranslate(mAnimationStartY, mAnimationStartHeight,

Completed in 28 milliseconds