Searched refs:setMaxInitialScale (Results 1 - 4 of 4) sorted by relevance

/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DIntents.java201 public PhotoViewIntentBuilder setMaxInitialScale(float maxScale) { method in class:Intents.PhotoViewIntentBuilder
/frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
H A DPhotoPagerAdapter.java66 .setMaxInitialScale(mMaxScale);
/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
H A DPhotoViewFragment.java226 mPhotoView.setMaxInitialScale(mIntent.getFloatExtra(Intents.EXTRA_MAX_INITIAL_SCALE, 1));
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java1491 public void setMaxInitialScale(float f) { method in class:PhotoView

Completed in 68 milliseconds