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

  /frameworks/opt/photoviewer/src/com/android/ex/photo/
Intents.java 99 private Float mMaxInitialScale;
172 mMaxInitialScale = maxScale;
254 if (mMaxInitialScale != null) {
255 mIntent.putExtra(EXTRA_MAX_INITIAL_SCALE, mMaxInitialScale);
  /frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
PhotoViewActivity.java 140 protected float mMaxInitialScale;
210 mMaxInitialScale = intent.getFloatExtra(Intents.EXTRA_MAX_INITIAL_SCALE, 1.0f);
243 createPhotoPagerAdapter(this, getSupportFragmentManager(), null, mMaxInitialScale);
    [all...]
  /frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
PhotoViewActivity.java 139 protected float mMaxInitialScale;
209 mMaxInitialScale = intent.getFloatExtra(Intents.EXTRA_MAX_INITIAL_SCALE, 1.0f);
242 createPhotoPagerAdapter(this, getSupportFragmentManager(), null, mMaxInitialScale);
    [all...]

Completed in 94 milliseconds