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

  /frameworks/base/core/java/android/app/
ActivityOptions.java 111 private int mStartWidth;
216 opts.mStartWidth = startWidth;
320 mStartWidth = opts.getInt(KEY_ANIM_START_WIDTH, 0);
369 return mStartWidth;
426 mStartWidth = otherOptions.mStartWidth;
478 b.putInt(KEY_ANIM_START_WIDTH, mStartWidth);
  /frameworks/opt/photoviewer/src/com/android/ex/photo/
Intents.java 113 private int mStartWidth;
191 mStartWidth = startWidth;
266 mIntent.putExtra(EXTRA_ANIMATION_START_WIDTH, mStartWidth);

Completed in 191 milliseconds