Searched defs:mAnimationStartY (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewController.java178 protected int mAnimationStartY; field in class:PhotoViewController
243 mAnimationStartY = intent.getIntExtra(Intents.EXTRA_ANIMATION_START_Y, 0);
929 final int translateY = calculateTranslate(mAnimationStartY, mAnimationStartHeight,
1011 final int translateY = calculateTranslate(mAnimationStartY, mAnimationStartHeight,

Completed in 38 milliseconds