OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAnimationStartWidth
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
PhotoViewActivity.java
150
protected int
mAnimationStartWidth
;
192
mAnimationStartWidth
= intent.getIntExtra(Intents.EXTRA_ANIMATION_START_WIDTH, 0);
811
final float scaleW = (float)
mAnimationStartWidth
/ totalWidth;
815
final int translateX = calculateTranslate(mAnimationStartX,
mAnimationStartWidth
,
[
all
...]
/frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
PhotoViewActivity.java
149
protected int
mAnimationStartWidth
;
191
mAnimationStartWidth
= intent.getIntExtra(Intents.EXTRA_ANIMATION_START_WIDTH, 0);
810
final float scaleW = (float)
mAnimationStartWidth
/ totalWidth;
814
final int translateX = calculateTranslate(mAnimationStartX,
mAnimationStartWidth
,
[
all
...]
Completed in 105 milliseconds