HomeSort by relevance Sort by last modified time
    Searched refs:mAnimationStartX (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
PhotoViewActivity.java 148 protected int mAnimationStartX;
190 mAnimationStartX = intent.getIntExtra(Intents.EXTRA_ANIMATION_START_X, 0);
815 final int translateX = calculateTranslate(mAnimationStartX, mAnimationStartWidth,
    [all...]
  /frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
PhotoViewActivity.java 147 protected int mAnimationStartX;
189 mAnimationStartX = intent.getIntExtra(Intents.EXTRA_ANIMATION_START_X, 0);
814 final int translateX = calculateTranslate(mAnimationStartX, mAnimationStartWidth,
    [all...]

Completed in 182 milliseconds