OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXTRA_ANIMATION_START_X
(Results
1 - 3
of
3
) sorted by null
/frameworks/opt/photoviewer/src/com/android/ex/photo/
Intents.java
45
public static final String
EXTRA_ANIMATION_START_X
= "start_x_extra";
264
mIntent.putExtra(
EXTRA_ANIMATION_START_X
, mStartX);
/frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
PhotoViewActivity.java
190
mAnimationStartX = intent.getIntExtra(Intents.
EXTRA_ANIMATION_START_X
, 0);
[
all
...]
/frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
PhotoViewActivity.java
189
mAnimationStartX = intent.getIntExtra(Intents.
EXTRA_ANIMATION_START_X
, 0);
[
all
...]
Completed in 572 milliseconds