HomeSort by relevance Sort by last modified time
    Searched full:scaley (Results 1 - 25 of 164) sorted by null

1 2 3 4 5 6 7

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
animator1-expected-completion60.txt 3 scaleY : scale of the view in the y direction.
animator1.xml 21 android:propertyName="scaleY"/>
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowMatrix.java 15 private float scaleY = 1;
19 // skewY=3, scaleY=4, transY=5
37 scaleY = shadowOf(src).scaleY;
63 scaleY *= sy;
72 return scaleY;
ShadowCanvas.java 30 private float scaleY = 1;
53 this.scaleY = sy;
59 this.scaleY = sy;
82 if (scaleX != 1 && scaleY != 1) {
83 appendDescription(" scaled by (" + scaleX + "," + scaleY + ")");
  /external/proguard/src/proguard/gui/splash/
ImageSprite.java 36 private final VariableDouble scaleY;
45 * @param scaleY the variable y-scale of the image.
51 VariableDouble scaleY)
57 this.scaleY = scaleY;
69 double scale_y = scaleY.getDouble(time);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
Matrix3fTest.java 148 float scaleY = 3.0f;
153 expectedData[3] *= scaleY;
154 expectedData[4] *= scaleY;
155 expectedData[5] *= scaleY;
161 m.scale(scaleX, scaleY, scaleZ);
168 expectedData[3] *= scaleY;
169 expectedData[4] *= scaleY;
170 expectedData[5] *= scaleY;
173 m.scale(scaleX, scaleY);
Matrix4fTest.java 143 float scaleY = 3.0f;
149 expectedData[4] *= scaleY;
150 expectedData[5] *= scaleY;
151 expectedData[6] *= scaleY;
152 expectedData[7] *= scaleY;
159 m.scale(scaleX, scaleY, scaleZ);
Matrix2fTest.java 157 float scaleY = 3.0f;
160 expectedData[2] *= scaleY;
161 expectedData[3] *= scaleY;
164 m.scale(scaleX, scaleY);
  /external/replicaisland/src/com/replica/replicaisland/
ScrollableBitmap.java 37 public void draw(float x, float y, float scaleX, float scaleY) {
38 super.draw(x - mScrollOriginX, y - mScrollOriginY, scaleX, scaleY);
TiledBackgroundVertexGrid.java 37 public void draw(float x, float y, float scaleX, float scaleY) {
DrawableBitmap.java 97 * @param scaleY The vertical scale factor between the bitmap resolution and the display resolution.
100 public void draw(float x, float y, float scaleX, float scaleY) {
138 ((GL11Ext) gl).glDrawTexfOES(snappedX * scaleX, snappedY * scaleY,
139 getPriority(), width * scaleX, height * scaleY);
DrawableObject.java 29 public abstract void draw(float x, float y, float scaleX, float scaleY);
  /external/skia/legacy/src/animator/
SkDrawMatrix.h 53 void scale(SkScalar scaleX, SkScalar scaleY, SkPoint& center) {
54 fMatrix.preScale(scaleX, scaleY, center.fX, center.fY);
  /external/skia/src/animator/
SkDrawMatrix.h 53 void scale(SkScalar scaleX, SkScalar scaleY, SkPoint& center) {
54 fMatrix.preScale(scaleX, scaleY, center.fX, center.fY);
  /cts/tests/tests/textureview/src/android/textureview/cts/
TextureViewTestActivity.java 48 ObjectAnimator scaleY = ObjectAnimator.ofFloat(mTexView, "scaleY", 0.3f, 1f);
50 animSet.play(rotate).with(fadeIn).with(scaleY);
  /external/webkit/Source/WebCore/platform/
DragImage.cpp 59 float scaley = srcSize.height() / (float)originalSize.height(); local
62 scaley *= resizeRatio;
65 return scaleDragImage(image, FloatSize(scalex, scaley));
  /packages/apps/Gallery2/jni/filters/
vignette.c 35 float scaley = 1/radiusy; local
41 float y = ((p/width)-centery)*scaley;
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
TiledTexture.java 254 // | | by (scaleX, scaleY) | +----+ |
260 float scaleY) {
262 y + (src.top - y0) * scaleY,
264 y + (src.bottom - y0) * scaleY);
274 float scaleY = (float) height / mHeight;
280 mapRect(dest, src, 0, 0, x, y, scaleX, scaleY);
293 float scaleY = (float) height / mHeight;
299 mapRect(dest, src, 0, 0, x, y, scaleX, scaleY);
315 float scaleY = target.height() / source.height();
323 mapRect(dest, src, x0, y0, x, y, scaleX, scaleY);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
Image.cpp 92 float scaleX = 1.0f, scaleY = 1.0f;
97 scaleY = dstRect.height() / srcRect.height();
100 scaleX = scaleY;
102 scaleY = scaleX;
104 return FloatSize(scaleX, scaleY);
  /development/samples/devbytes/animation/LiveButton/src/com/example/android/livebutton/
LiveButton.java 55 scaleX(.7f).scaleY(.7f);
58 scaleX(1f).scaleY(1f);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ScaledPathsActivity.java 84 private void drawPath(Canvas canvas, float scaleX, float scaleY) {
86 canvas.scale(scaleX, scaleY);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PointTestCases.java 55 public TestLayoutCanvas(float scaleX, float scaleY, float translateX, float translateY) {
59 this.mScaleY = scaleY;
  /frameworks/base/core/java/com/android/internal/widget/
WaveView.java 223 mUnlockRing.addAnimTo(DURATION, 0, "scaleY", 0.1f, true);
229 mUnlockDefault.removeAnimationFor("scaleY");
237 mUnlockDefault.addAnimTo(DURATION, SHORT_DELAY, "scaleY", 1.0f, true);
243 mUnlockHalo.removeAnimationFor("scaleY");
253 mUnlockHalo.addAnimTo(DURATION, SHORT_DELAY, "scaleY", 1.0f, true);
271 mUnlockDefault.removeAnimationFor("scaleY");
280 mUnlockDefault.addAnimTo(DURATION, SHORT_DELAY, "scaleY", 1.0f, false);
284 mUnlockRing.addAnimTo(DURATION, 0, "scaleY", 1.0f, true);
298 mUnlockHalo.addAnimTo(0, 0, "scaleY", 1.0f, true);
315 mUnlockHalo.addAnimTo(0, 0, "scaleY", 1.0f, true)
    [all...]
  /development/samples/devbytes/animation/PropertyAnimations/res/animator/
combo.xml 31 android:propertyName="scaleY"
scale.xml 24 android:propertyName="scaleY"

Completed in 890 milliseconds

1 2 3 4 5 6 7