OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAnimationStartY
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
PhotoViewActivity.java
149
protected int
mAnimationStartY
;
191
mAnimationStartY
= intent.getIntExtra(Intents.EXTRA_ANIMATION_START_Y, 0);
817
final int translateY = calculateTranslate(
mAnimationStartY
, mAnimationStartHeight,
[
all
...]
/frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
PhotoViewActivity.java
148
protected int
mAnimationStartY
;
190
mAnimationStartY
= intent.getIntExtra(Intents.EXTRA_ANIMATION_START_Y, 0);
816
final int translateY = calculateTranslate(
mAnimationStartY
, mAnimationStartHeight,
[
all
...]
Completed in 24 milliseconds