Home
last modified time | relevance | path

Searched defs:scaleX (Results 1 – 25 of 31) sorted by relevance

12

/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DScaledPathsActivity.java84 private void drawPath(Canvas canvas, float scaleX, float scaleY) { in drawPath()
/aosp14/frameworks/base/libs/hwui/jni/
H A DNinePatchPeeker.cpp75 void NinePatchPeeker::scale(float scaleX, float scaleY, int scaledWidth, int scaledHeight) { in scale()
H A DBitmapFactory.cpp267 const float scaleX = scaledWidth / float(decodeBitmap.width()); in decodeGainmap() local
535 const float scaleX = scaledWidth / float(decodingBitmap.width()); in doDecode() local
H A DBitmapRegionDecoder.cpp138 const float scaleX = ((float)mGainmapBRD->width()) / mMainImageBRD->width(); in calculateGainmapRegion() local
H A Dandroid_graphics_drawable_VectorDrawable.cpp175 jfloat pivotY, jfloat scaleX, jfloat scaleY, jfloat translateX, jfloat translateY) { in updateGroupProperties()
234 static void setScaleX(JNIEnv*, jobject, jlong groupPtr, jfloat scaleX) { in setScaleX()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DAnimatableScaleMatrix.java102 public void setScaleX(float scaleX) { in setScaleX()
/aosp14/frameworks/base/libs/hwui/hwui/
H A DImageDecoder.cpp440 float scaleX = (float) targetWidth / mDecodeSize.width(); in decode() local
531 float scaleX = (float)mTargetSize.width() / width(); in extractGainmap() local
/aosp14/frameworks/base/packages/SettingsLib/AdaptiveIcon/src/com/android/settingslib/widget/
H A DAdaptiveOutlineDrawable.java128 final float scaleX = (bounds.right - bounds.left) / pathSize; in draw() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
H A DExitDesktopTaskTransitionHandler.java152 final float scaleX = (float) startBounds.width() / screenWidth; in startChangeTransition() local
/aosp14/frameworks/base/core/java/android/transition/
H A DChangeImageTransform.java103 float scaleX = ((float) bounds.width()) / drawableWidth; in captureValues() local
H A DChangeTransform.java415 float translationZ, float scaleX, float scaleY, float rotationX, in setTransforms()
431 public final float scaleX; field in ChangeTransform.Transforms
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/
H A DUserAspectRatioSettingsLayout.java150 final ObjectAnimator scaleX = in showItem() local
/aosp14/frameworks/base/libs/hwui/
H A DVectorDrawable.h391 float scaleX = 1; member
407 void setScaleX(float scaleX) { VD_SET_PRIMITIVE_FIELD_AND_NOTIFY(scaleX, scaleX); } in setScaleX()
418 void updateProperties(float rotate, float pivotX, float pivotY, float scaleX, float scaleY, in updateProperties()
439 scaleX, enumerator
H A DVectorDrawable.cpp531 float scaleX = cacheWidth / viewportWidth; in updateBitmapCache() local
H A DRenderProperties.h315 bool setScaleX(float scaleX) { return RP_SET_AND_DIRTY(mPrimitiveFields.mScaleX, scaleX); } in setScaleX()
/aosp14/frameworks/base/core/java/android/window/
H A DSnapshotDrawerUtils.java266 final float scaleX = (float) snapshot.getWidth() / mSnapshot.getTaskSize().x; in calculateSnapshotCrop() local
286 final float scaleX = (float) snapshot.getWidth() / mSnapshot.getTaskSize().x; in calculateSnapshotFrame() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/activityembedding/
H A DActivityEmbeddingAnimationSpec.java156 float scaleX = ((float) startBounds.width()) / endBounds.width(); in createChangeBoundsChangeAnimations() local
/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
H A DTaskFragmentAnimationSpec.java153 float scaleX = ((float) startBounds.width()) / endBounds.width(); in createChangeBoundsChangeAnimations() local
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DContentRecorder.java492 float scaleX = surfaceSize.x / (float) recordedContentBounds.width(); in updateMirroredSurface() local
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java673 float scaleX = viewportWidth / intrinsicWidth; in getPixelSize() local
1409 float scaleX = a.getFloat(R.styleable.VectorDrawableGroup_scaleX, in updateStateFromTypedArray() local
1556 public void setScaleX(float scaleX) { in setScaleX()
2321 float pivotY, float scaleX, float scaleY, float translateX, float translateY); in nUpdateGroupProperties()
2348 private static native void nSetScaleX(long groupPtr, float scaleX); in nSetScaleX()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/qrcode/
H A DQrCamera.java346 float scaleX = 1.0f; in setTransformationMatrix() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DViewState.java193 public void setScaleX(float scaleX) { in setScaleX()
/aosp14/frameworks/base/core/java/android/view/
H A DViewPropertyAnimator.java680 public @NonNull ViewPropertyAnimator scaleX(float value) { in scaleX() method in ViewPropertyAnimator
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DTiledImageRenderer.java621 float scaleX = (float) mPreview.getWidth() / mImageWidth; in drawTile() local
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DRenderNode.java1189 public boolean setScaleX(float scaleX) { in setScaleX()
1828 private static native boolean nSetScaleX(long renderNode, float scaleX); in nSetScaleX()

12