HomeSort by relevance Sort by last modified time
    Searched refs:maxScale (Results 1 - 9 of 9) sorted by null

  /frameworks/base/core/tests/coretests/src/android/webkit/
ZoomManagerTest.java 106 final float maxScale = zoomManager.getMaxZoomScale();
108 assertTrue(maxScale > minScale);
109 assertEquals(maxScale, zoomManager.computeScaleWithLimits(maxScale));
110 assertEquals(maxScale, zoomManager.computeScaleWithLimits(maxScale + .01f));
  /frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
PhotoPagerAdapter.java 39 Context context, android.support.v4.app.FragmentManager fm, Cursor c, float maxScale) {
41 mMaxScale = maxScale;
  /frameworks/opt/photoviewer/src/com/android/ex/photo/
Intents.java 134 public PhotoViewIntentBuilder setMaxInitialScale(float maxScale) {
135 mMaxInitialScale = maxScale;
PhotoViewActivity.java 125 android.support.v4.app.FragmentManager fm, Cursor c, float maxScale) {
126 return new PhotoPagerAdapter(context, fm, c, maxScale);
  /external/webkit/Tools/EWebLauncher/
main.c 145 float maxScale;
277 if (!ewk_view_zoom_range_set(app->browser, app->viewport.minScale, app->viewport.maxScale))
278 info(" Fail to set zoom range. minScale = %f, maxScale = %f\n", app->viewport.minScale, app->viewport.maxScale);
435 float w, h, initScale, minScale, maxScale, devicePixelRatio;
438 ewk_view_viewport_attributes_get(webview, &w, &h, &initScale, &maxScale, &minScale, &devicePixelRatio, &userScalable);
451 if ((int)maxScale == -1)
452 maxScale = ewk_view_zoom_range_max_get(webview);
462 app->viewport.maxScale = maxScale;
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
psy_main.c 261 Word16 maxScale;
264 maxScale = 0;
280 and get maxScale (max mdctScaling) for all channels */
288 maxScale = max(maxScale, mdctScalingArray[ch]);
293 Word16 scaleDiff = maxScale - mdctScalingArray[ch];
302 psyData[ch].mdctScale = maxScale;
  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.cpp     [all...]
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 979 milliseconds