Home
last modified time | relevance | path

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

/frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
DPhotoPagerAdapter.java68 .setMaxInitialScale(mMaxScale); in getItem()
/frameworks/opt/photoviewer/src/com/android/ex/photo/
DIntents.java222 public PhotoViewIntentBuilder setMaxInitialScale(float maxScale) { in setMaxInitialScale() method in Intents.PhotoViewIntentBuilder
/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
DPhotoViewFragment.java228 mPhotoView.setMaxInitialScale(mIntent.getFloatExtra(Intents.EXTRA_MAX_INITIAL_SCALE, 1)); in initializeView()
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
DPhotoView.java1508 public void setMaxInitialScale(float f) { in setMaxInitialScale() method in PhotoView