OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXTRA_ANIMATION_START_HEIGHT
(Results
1 - 3
of
3
) sorted by null
/frameworks/opt/photoviewer/src/com/android/ex/photo/
Intents.java
48
public static final String
EXTRA_ANIMATION_START_HEIGHT
= "start_height_extra";
267
mIntent.putExtra(
EXTRA_ANIMATION_START_HEIGHT
, mStartHeight);
/frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
PhotoViewActivity.java
193
mAnimationStartHeight = intent.getIntExtra(Intents.
EXTRA_ANIMATION_START_HEIGHT
, 0);
[
all
...]
/frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
PhotoViewActivity.java
192
mAnimationStartHeight = intent.getIntExtra(Intents.
EXTRA_ANIMATION_START_HEIGHT
, 0);
[
all
...]
Completed in 858 milliseconds