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

  /frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
PhotoViewActivity.java 146 private boolean mEnterAnimationFinished;
233 mEnterAnimationFinished = savedInstanceState.getBoolean(
255 if (!mScaleAnimationEnabled || mEnterAnimationFinished) {
332 outState.putBoolean(STATE_ENTERANIMATIONFINISHED_KEY, mEnterAnimationFinished);
789 mEnterAnimationFinished = true;
    [all...]
  /frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
PhotoViewActivity.java 145 private boolean mEnterAnimationFinished;
232 mEnterAnimationFinished = savedInstanceState.getBoolean(
254 if (!mScaleAnimationEnabled || mEnterAnimationFinished) {
331 outState.putBoolean(STATE_ENTERANIMATIONFINISHED_KEY, mEnterAnimationFinished);
788 mEnterAnimationFinished = true;
    [all...]

Completed in 62 milliseconds