Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DMasterImage.java109 private float mMaxScaleFactor = 3.0f; // TODO: base this on the current view / image field in MasterImage
561 mMaxScaleFactor = Math.max(3.f, Math.max(maxWidth, maxHeight)); in setImageShowSize()
797 return mMaxScaleFactor; in getMaxScaleFactor()
801 mMaxScaleFactor = maxScaleFactor; in setMaxScaleFactor()