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 123 private Float mMaxInitialScale;
223 mMaxInitialScale = maxScale;
331 if (mMaxInitialScale != null) {
332 mIntent.putExtra(EXTRA_MAX_INITIAL_SCALE, mMaxInitialScale);
PhotoViewController.java 173 protected float mMaxInitialScale;
275 mMaxInitialScale = intent.getFloatExtra(Intents.EXTRA_MAX_INITIAL_SCALE, 1.0f);
311 mActivity.getSupportFragmentManager(), null, mMaxInitialScale);
    [all...]

Completed in 97 milliseconds