HomeSort by relevance Sort by last modified time
    Searched full:scaley (Results 76 - 100 of 222) sorted by null

1 2 34 5 6 7 8 9

  /frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
PhotoViewActivity.java 812 final float scaleY = (float) mAnimationStartHeight / totalHeight;
813 final float scale = Math.max(scaleW, scaleY);
    [all...]
  /frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
PhotoViewActivity.java 811 final float scaleY = (float) mAnimationStartHeight / totalHeight;
812 final float scale = Math.max(scaleW, scaleY);
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/
image_util.js 360 * @param {number} scaleY X scale transformation.
363 ImageUtil.drawImageTransformed = function(dst, src, scaleX, scaleY, angle) {
368 context.scale(scaleX, scaleY);
458 image, transform || { scaleX: 1, scaleY: 1, rotate90: 0});
608 context.scale(transform.scaleX, transform.scaleY);
image_view.js 229 var scaleY = canvas.height / bounds.height;
230 imageRect = new Rect(imageRect.left * scaleX, imageRect.top * scaleY,
231 imageRect.width * scaleX, imageRect.height * scaleY);
    [all...]
  /frameworks/base/core/java/android/view/
DisplayList.java 500 * @param scaleY The scale value of the display list
505 public abstract void setScaleY(float scaleY);
524 * @param scaleY The scaleY value of the display list
529 float rotation, float rotationX, float rotationY, float scaleX, float scaleY);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
TouchPaint.java 349 final float scaleY = event.getYPrecision() * TRACKBALL_SCALE;
352 event.getHistoricalY(i) * scaleY);
354 moveTrackball(event.getX() * scaleX, event.getY() * scaleY);
  /external/chromium_org/third_party/skia/src/effects/
SkDisplacementMapEffect.cpp 533 SkScalar scaleY = SkScalarDiv(displacementMap.scale(), SkIntToScalar(colorTex->height()));
536 SkScalarToFloat(scaleY) : SkScalarToFloat(-scaleY));
  /external/skia/src/effects/
SkDisplacementMapEffect.cpp 533 SkScalar scaleY = SkScalarDiv(displacementMap.scale(), SkIntToScalar(colorTex->height()));
536 SkScalarToFloat(scaleY) : SkScalarToFloat(-scaleY));
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
CameraWidgetFrame.java 303 .scaleY(1)
334 .scaleY(1f)
335 .scaleY(1f)
  /packages/apps/Browser/src/com/android/browser/
TabBar.java 429 ObjectAnimator scaley = ObjectAnimator.ofFloat(tv, "scaleY", 1.0f, 0.0f); local
432 animator.playTogether(scalex, scaley, alpha);
  /packages/apps/Launcher2/src/com/android/launcher2/
Folder.java 422 PropertyValuesHolder scaleY = PropertyValuesHolder.ofFloat("scaleY", 1.0f);
424 LauncherAnimUtils.ofPropertyValuesHolder(this, alpha, scaleX, scaleY);
472 PropertyValuesHolder scaleY = PropertyValuesHolder.ofFloat("scaleY", 0.9f);
474 LauncherAnimUtils.ofPropertyValuesHolder(this, alpha, scaleX, scaleY);
    [all...]
DragLayer.java 459 float scaleX, float scaleY, int animationEndStyle, Runnable onFinishRunnable,
466 animateViewIntoPosition(dragView, fromX, fromY, pos[0], pos[1], alpha, 1, 1, scaleX, scaleY,
610 float scaleY = finalScaleY * percent + initialScaleY * (1 - percent);
626 mDropView.setScaleY(scaleY);
  /development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/
PictureDetailsActivity.java 149 scaleX(1).scaleY(1).
218 scaleX(mWidthScale).scaleY(mHeightScale).
  /external/chromium_org/third_party/skia/src/core/
SkPicture.cpp 99 SkScalar scaleY = matrix->getScaleY();
107 SkASSERT(scaleY == 0 || skewY == 0);
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
Feature.java 204 float scaleY = (float) Math.sqrt(m.m01 * m.m01 + m.m11 * m.m11 + m.m21 * m.m21);
209 transform.setScale(scaleX, scaleY, scaleZ);
  /external/skia/src/core/
SkPicture.cpp 99 SkScalar scaleY = matrix->getScaleY();
107 SkASSERT(scaleY == 0 || skewY == 0);
  /frameworks/base/core/jni/
android_view_GLES20DisplayList.cpp 140 float scaleX, float scaleY) {
148 displayList->setScaleY(scaleY);
  /packages/apps/Camera2/src/com/android/camera/ui/
ModuleSwitcher.java 361 .scaleX(0.3f).scaleY(0.3f)
391 .scaleX(1f).scaleY(1f)
  /packages/apps/Launcher3/src/com/android/launcher3/
Folder.java 449 PropertyValuesHolder scaleY = PropertyValuesHolder.ofFloat("scaleY", 1.0f);
451 LauncherAnimUtils.ofPropertyValuesHolder(this, alpha, scaleX, scaleY);
522 PropertyValuesHolder scaleY = PropertyValuesHolder.ofFloat("scaleY", 0.9f);
524 LauncherAnimUtils.ofPropertyValuesHolder(this, alpha, scaleX, scaleY);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
PropertyMetadata.java 148 sAdvanced.add("scaleY");
290 sCategories.put("scaleY", "Transforms");
  /development/samples/ApiDemos/res/layout/
rotating_view.xml 96 android:id="@+id/scaleY"
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
LayoutAnimations.java 161 PropertyValuesHolder.ofFloat("scaleY", 1f, 0f, 1f);
LayoutAnimationsHideShow.java 125 PropertyValuesHolder.ofFloat("scaleY", 1f, 0f, 1f);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
NativeImageSkia.cpp 189 SkBitmap NativeImageSkia::extractScaledImageFragment(const SkRect& srcRect, float scaleX, float scaleY, SkRect* scaledSrcRect) const
193 clampToInteger(roundf(imageSize.height() * scaleY)));
444 float scaleY = destBitmapHeight / normSrcRect.height();
451 SkBitmap resampled = extractScaledImageFragment(normSrcRect, scaleX, scaleY, &scaledSrcRect);
  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
AffineTransform.h 162 double scaleX, scaleY;

Completed in 656 milliseconds

1 2 34 5 6 7 8 9