Searched defs:maxScale (Results 1 - 5 of 5) sorted by relevance

/frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
H A DPhotoPagerAdapter.java43 float maxScale, boolean thumbsFullScreen) {
45 mMaxScale = maxScale;
41 PhotoPagerAdapter( Context context, android.support.v4.app.FragmentManager fm, Cursor c, float maxScale, boolean thumbsFullScreen) argument
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dpsy_main.c265 Word16 maxScale; local
268 maxScale = 0;
284 and get maxScale (max mdctScaling) for all channels */
292 maxScale = max(maxScale, mdctScalingArray[ch]);
297 Word16 scaleDiff = maxScale - mdctScalingArray[ch];
306 psyData[ch].mdctScale = maxScale;
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DIntents.java222 public PhotoViewIntentBuilder setMaxInitialScale(float maxScale) { argument
223 mMaxInitialScale = maxScale;
H A DPhotoViewController.java229 android.support.v4.app.FragmentManager fm, Cursor c, float maxScale) {
230 return new PhotoPagerAdapter(context, fm, c, maxScale, mDisplayThumbsFullScreen);
228 createPhotoPagerAdapter(Context context, android.support.v4.app.FragmentManager fm, Cursor c, float maxScale) argument
/frameworks/base/libs/hwui/
H A DVectorDrawable.cpp86 float maxScale = fmax(scaleX, scaleY); local
89 if (maxScale > 0) {
90 matrixScale = fabs(crossProduct) / maxScale;

Completed in 304 milliseconds