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

1 23 4 5 6 7

  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherViewPropertyAnimator.java 213 mViewPropertyAnimator.scaleY(mScaleY);
250 public LauncherViewPropertyAnimator scaleY(float value) {
Folder.java 423 PropertyValuesHolder scaleY = PropertyValuesHolder.ofFloat("scaleY", 1.0f);
425 LauncherAnimUtils.ofPropertyValuesHolder(this, alpha, scaleX, scaleY);
476 PropertyValuesHolder scaleY = PropertyValuesHolder.ofFloat("scaleY", 0.9f);
478 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/ToonGame/src/com/example/android/toongame/
PlayerSetupActivity.java 117 scaleX(.8f).scaleY(.8f).setInterpolator(sDecelerator);
121 scaleX(1).scaleY(1).setInterpolator(sAccelerator);
277 mContainer.animate().scaleX(1).scaleY(1).setInterpolator(new OvershootInterpolator());
  /frameworks/base/libs/hwui/
DisplayList.h 278 void setScaleY(float scaleY) {
279 if (scaleY != mScaleY) {
280 mScaleY = scaleY;
  /frameworks/native/cmds/flatland/
GLHelper.cpp 235 float scaleY = float(info.h) / float(h);
236 *scale = scaleX < scaleY ? scaleX : scaleY;
  /development/samples/ApiDemos/src/com/example/android/apis/view/
RotatingButton.java 87 seekBar = (SeekBar) findViewById(R.id.scaleY);
  /external/webkit/Source/WebCore/platform/graphics/ca/
PlatformCAAnimation.h 62 enum ValueFunctionType { NoValueFunction, RotateX, RotateY, RotateZ, ScaleX, ScaleY, ScaleZ, Scale, TranslateX, TranslateY, TranslateZ, Translate };
  /external/skia/src/core/
SkPicture.cpp 90 SkScalar scaleY = matrix->getScaleY();
98 SkASSERT(scaleY == 0 || skewY == 0);
  /external/webkit/Source/WebCore/css/
WebKitCSSMatrix.h 115 // Passing scaleX or scaleZ as NaN uses a value of 1, but passing scaleY of NaN
119 PassRefPtr<WebKitCSSMatrix> scale(double scaleX, double scaleY, double scaleZ) const;
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
Gallery.java 263 float scaleY = decor.getHeight() / maxY;
266 float y = event.getY() * scaleY;
  /packages/apps/Nfc/src/com/android/nfc/
SendUi.java 225 PropertyValuesHolder preY = PropertyValuesHolder.ofFloat("scaleY", PRE_SCREENSHOT_SCALE);
232 PropertyValuesHolder postY = PropertyValuesHolder.ofFloat("scaleY", SEND_SCREENSHOT_SCALE);
247 PropertyValuesHolder scaleUpY = PropertyValuesHolder.ofFloat("scaleY", SCALE_UP_SCREENSHOT_SCALE);
385 PropertyValuesHolder postY = PropertyValuesHolder.ofFloat("scaleY",
447 PropertyValuesHolder scaleUpY = PropertyValuesHolder.ofFloat("scaleY",
458 PropertyValuesHolder postY = PropertyValuesHolder.ofFloat("scaleY",
  /frameworks/base/core/java/android/view/
DisplayList.java 487 * @param scaleY The scale value of the display list
492 public abstract void setScaleY(float scaleY);
511 * @param scaleY The scaleY value of the display list
516 float rotation, float rotationX, float rotationY, float scaleX, float scaleY);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
TouchPaint.java 316 final float scaleY = event.getYPrecision() * TRACKBALL_SCALE;
319 event.getHistoricalY(i) * scaleY);
321 moveTrackball(event.getX() * scaleX, event.getY() * scaleY);
  /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);
  /development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/
PictureDetailsActivity.java 149 scaleX(1).scaleY(1).
218 scaleX(mWidthScale).scaleY(mHeightScale).
  /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);
  /frameworks/base/core/jni/
android_view_GLES20DisplayList.cpp 140 float scaleX, float scaleY) {
148 displayList->setScaleY(scaleY);
  /packages/apps/Gallery2/src/com/android/camera/ui/
CameraSwitcher.java 341 .scaleX(0.3f).scaleY(0.3f)
373 .scaleX(1f).scaleY(1f)
  /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);
  /frameworks/base/core/java/com/android/internal/widget/multiwaveview/
GlowPadView.java 511 "scaleY", targetScale,
523 "scaleY", ringScaleTarget,
544 "scaleY", 1.0f,
554 "scaleY", ringScale,
    [all...]
MultiWaveView.java 444 "scaleY", new float[] {startScale, endScale},
550 "scaleY", targetScale,
560 "scaleY", ringScaleTarget,
581 "scaleY", 1.0f,
589 "scaleY", 1.0f,
    [all...]

Completed in 819 milliseconds

1 23 4 5 6 7