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

  /frameworks/opt/photoviewer/src/com/android/ex/photo/
Intents.java 119 private Float mMaxInitialScale;
202 mMaxInitialScale = maxScale;
296 if (mMaxInitialScale != null) {
297 mIntent.putExtra(EXTRA_MAX_INITIAL_SCALE, mMaxInitialScale);
PhotoViewController.java 163 protected float mMaxInitialScale;
251 mMaxInitialScale = intent.getFloatExtra(Intents.EXTRA_MAX_INITIAL_SCALE, 1.0f);
284 mActivity.getSupportFragmentManager(), null, mMaxInitialScale);
    [all...]

Completed in 341 milliseconds