Searched refs:scaleX (Results 1 - 25 of 46) sorted by relevance

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DIconPulser.java39 target.animate().scaleX(PULSE_SCALE).scaleY(PULSE_SCALE)
44 target.animate().scaleX(1).scaleY(1).setListener(null);
/frameworks/base/libs/hwui/
H A DTextDropShadowCache.h38 flags(0), italicStyle(0.0f), scaleX(0), text(nullptr), positions(nullptr) {
57 scaleX = paint->getTextScaleX();
92 float scaleX; member in struct:android::uirenderer::ShadowText
H A DTextDropShadowCache.cpp42 hash = JenkinsHashMix(hash, android::hash_type(scaleX));
74 if (lhs.scaleX < rhs.scaleX) return -1;
75 if (lhs.scaleX > rhs.scaleX) return +1;
H A DPathTessellator.h53 * Populates scaleX and scaleY with the 'tessellation scale' of the transform - the effective X
60 static void extractTessellationScales(const Matrix4& transform, float* scaleX, float* scaleY);
H A DTessellationCache.cpp39 , scaleX(1.0f)
54 PathTessellator::extractTessellationScales(transform, &scaleX, &scaleY);
64 hash = JenkinsHashMix(hash, android::hash_type(scaleX));
71 matrix->loadScale(scaleX, scaleY, 1.0f);
H A DTessellationCache.h56 float scaleX; member in struct:android::uirenderer::TessellationCache::Description
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DScaledPathsActivity.java84 private void drawPath(Canvas canvas, float scaleX, float scaleY) { argument
86 canvas.scale(scaleX, scaleY);
89 canvas.translate(mPathBounds.width() * scaleX, 0.0f);
/frameworks/minikin/include/minikin/
H A DMinikinFont.h48 MinikinPaint() : font(0), size(0), scaleX(0), skewX(0), letterSpacing(0), paintFlags(0),
57 float scaleX; member in struct:android::MinikinPaint
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/
H A DUtils.java132 PropertyValuesHolder scaleX = PropertyValuesHolder.ofKeyframe("scaleX", k0, k1, k2, k3);
135 ObjectAnimator.ofPropertyValuesHolder(labelToAnimate, scaleX, scaleY);
/frameworks/support/design/honeycomb-mr1/android/support/design/widget/
H A DFloatingActionButtonHoneycombMr1.java44 .scaleX(0f)
78 .scaleX(1f)
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DScaleFrameLayout.java47 public void setLayoutScaleX(float scaleX) { argument
48 if (scaleX != mLayoutScaleX) {
49 mLayoutScaleX = scaleX;
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicResize.cpp42 float scaleX; member in class:android::renderscript::RsdCpuScriptIntrinsicResize
346 if (gArchUseSIMD && x2 > x1 && cp->scaleX < 4.0f) {
347 float xf = (x1 + 0.5f) * cp->scaleX - 0.5f;
349 uint32_t xinc16 = rint(cp->scaleX * 0x10000);
373 float xf = (x1 + 0.5f) * cp->scaleX - 0.5f;
413 if (gArchUseSIMD && x2 > x1 && cp->scaleX < 4.0f) {
414 float xf = (x1 + 0.5f) * cp->scaleX - 0.5f;
416 uint32_t xinc16 = rint(cp->scaleX * 0x10000);
440 float xf = (x1 + 0.5f) * cp->scaleX - 0.5f;
480 if (gArchUseSIMD && x2 > x1 && cp->scaleX < 4.
[all...]
/frameworks/rs/java/tests/RsCameraDemo/src/com/android/example/rscamera/
H A DMediaStoreSaver.java123 float scaleX = width / source.getWidth();
126 matrix.setScale(scaleX, scaleY);
/frameworks/support/v4/ics/android/support/v4/view/
H A DViewPropertyAnimatorCompatICS.java85 public static void scaleX(View view, float value) { method in class:ViewPropertyAnimatorCompatICS
86 view.animate().scaleX(value);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DSpeedBumpView.java98 .scaleX(endValue)
/frameworks/base/core/java/android/transition/
H A DChangeTransform.java412 float translationZ, float scaleX, float scaleY, float rotationX,
417 view.setScaleX(scaleX);
428 public final float scaleX; field in class:ChangeTransform.Transforms
438 scaleX = view.getScaleX();
446 setTransforms(view, translationX, translationY, translationZ, scaleX, scaleY,
459 thatTransform.scaleX == scaleX &&
411 setTransforms(View view, float translationX, float translationY, float translationZ, float scaleX, float scaleY, float rotationX, float rotationY, float rotationZ) argument
H A DChangeImageTransform.java108 float scaleX = ((float) bounds.width()) / drawableWidth;
111 matrix.setScale(scaleX, scaleY);
/frameworks/base/core/java/android/view/
H A DRenderNode.java598 * @param scaleX The scale value of the display list
603 public boolean setScaleX(float scaleX) { argument
604 return nSetScaleX(mNativeRenderNode, scaleX);
877 private static native boolean nSetScaleX(long renderNode, float scaleX); argument
/frameworks/base/core/jni/android/graphics/
H A DMinikinUtils.cpp47 minikinPaint->scaleX = paint->getTextScaleX();
H A DMinikinSkia.cpp48 skPaint->setTextScaleX(paint.scaleX);
/frameworks/native/cmds/flatland/
H A DGLHelper.cpp239 float scaleX = float(info.w) / float(w); local
241 *scale = scaleX < scaleY ? scaleX : scaleY;
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskViewTransform.java94 anim.scaleX(scale)
/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java106 * <dt><code>android:scaleX</code></dt>
521 float scaleX = viewportWidth / intrinsicWidth;
523 return Math.min(scaleX, scaleY);
1070 final float scaleX = w / mViewportWidth;
1072 final float minScale = Math.min(scaleX, scaleY);
1076 mFinalPathMatrix.postScale(scaleX, scaleY);
1168 float scaleX = MathUtils.mag(unitVectors[0], unitVectors[1]);
1172 float maxScale = MathUtils.max(scaleX, scaleY);
1179 Log.d(LOGTAG, "Scale x " + scaleX + " y " + scaleY + " final " + matrixScale);
1360 public void setScaleX(float scaleX) { argument
[all...]
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java103 * <dt><code>android:scaleX</code></dt>
393 float scaleX = viewportWidth / intrinsicWidth;
395 return Math.min(scaleX, scaleY);
866 final float scaleX = w / mViewportWidth;
868 final float minScale = Math.min(scaleX, scaleY);
871 mFinalPathMatrix.postScale(scaleX, scaleY);
1106 public void setScaleX(float scaleX) { argument
1107 if (scaleX != mScaleX) {
1108 mScaleX = scaleX;
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPropertyAnimatorCompat.java54 public void scaleX(ViewPropertyAnimatorCompat vpa, View view, float value); method in interface:ViewPropertyAnimatorCompat.ViewPropertyAnimatorCompatImpl
181 public void scaleX(ViewPropertyAnimatorCompat vpa, View view, float value) { method in class:ViewPropertyAnimatorCompat.BaseViewPropertyAnimatorCompatImpl
441 public void scaleX(ViewPropertyAnimatorCompat vpa, View view, float value) { method in class:ViewPropertyAnimatorCompat.ICSViewPropertyAnimatorCompatImpl
442 ViewPropertyAnimatorCompatICS.scaleX(view, value);
976 * This method will cause the View's <code>scaleX</code> property to be animated to the
984 public ViewPropertyAnimatorCompat scaleX(float value) { method in class:ViewPropertyAnimatorCompat
987 IMPL.scaleX(this, view, value);
993 * This method will cause the View's <code>scaleX</code> property to be animated by the

Completed in 788 milliseconds

12