OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAnimationStartHeight
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
PhotoViewActivity.java
151
protected int
mAnimationStartHeight
;
193
mAnimationStartHeight
= intent.getIntExtra(Intents.EXTRA_ANIMATION_START_HEIGHT, 0);
812
final float scaleY = (float)
mAnimationStartHeight
/ totalHeight;
817
final int translateY = calculateTranslate(mAnimationStartY,
mAnimationStartHeight
,
[
all
...]
/frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
PhotoViewActivity.java
150
protected int
mAnimationStartHeight
;
192
mAnimationStartHeight
= intent.getIntExtra(Intents.EXTRA_ANIMATION_START_HEIGHT, 0);
811
final float scaleY = (float)
mAnimationStartHeight
/ totalHeight;
816
final int translateY = calculateTranslate(mAnimationStartY,
mAnimationStartHeight
,
[
all
...]
Completed in 25 milliseconds