Home
last modified time | relevance | path

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

12

/frameworks/layoutlib/bridge/src/android/graphics/
DLayoutlibRenderer.java23 private float scaleX = 1.0f; field in LayoutlibRenderer
44 public void setScale(float scaleX, float scaleY) { in setScale()
/frameworks/layoutlib/validator/src/com/android/tools/idea/validator/
DLayoutValidator.java105 float scaleX, in validate()
130 float scaleX, in buildHierarchy()
DAtfBufferedImage.java59 float scaleX, in AtfBufferedImage()
87 float scaleX, in AtfBufferedImage()
DValidatorUtil.java112 float scaleX, in buildHierarchy()
/frameworks/native/include/ui/
DRect.h206 Rect scale(float scaleX, float scaleY) const { in scale()
210 Rect& scaleSelf(float scaleX, float scaleY) { in scaleSelf()
/frameworks/native/libs/ui/include_vndk/ui/
DRect.h206 Rect scale(float scaleX, float scaleY) const { in scale()
210 Rect& scaleSelf(float scaleX, float scaleY) { in scaleSelf()
/frameworks/native/libs/ui/include/ui/
DRect.h206 Rect scale(float scaleX, float scaleY) const { in scale()
210 Rect& scaleSelf(float scaleX, float scaleY) { in scaleSelf()
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DScaledPathsActivity.java84 private void drawPath(Canvas canvas, float scaleX, float scaleY) { in drawPath()
/frameworks/base/libs/hwui/jni/
DNinePatchPeeker.cpp75 void NinePatchPeeker::scale(float scaleX, float scaleY, int scaledWidth, int scaledHeight) { in scale()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
DGlifPatternDrawable.java149 float scaleX = drawableWidth / VIEWBOX_WIDTH; in createBitmapCache() local
247 float scaleX = drawableBounds.width() / (float) bitmapWidth; in scaleCanvasToBounds() local
/frameworks/libs/systemui/viewcapturelib/src/com/android/app/viewcapture/proto/
Dview_capture.proto50 optional float scaleX = 13 [default = 1]; field
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DAnimatableScaleMatrix.java102 public void setScaleX(float scaleX) { in setScaleX()
/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
DMediaStoreSaver.java123 float scaleX = width / source.getWidth(); in storeThumbnail() local
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
DMediaStoreSaver.java123 float scaleX = width / source.getWidth(); in storeThumbnail() local
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DProjectionSpace.h59 const float scaleX = static_cast<float>(orientedDestContent.width()) / mContent.width(); in getTransform() local
/frameworks/base/packages/SettingsLib/AdaptiveIcon/src/com/android/settingslib/widget/
DAdaptiveOutlineDrawable.java128 final float scaleX = (bounds.right - bounds.left) / pathSize; in draw() local
/frameworks/minikin/include/minikin/
DMinikinPaint.h65 float scaleX; member
/frameworks/base/core/java/android/transition/
DChangeImageTransform.java103 float scaleX = ((float) bounds.width()) / drawableWidth; in captureValues() local
DChangeTransform.java415 float translationZ, float scaleX, float scaleY, float rotationX, in setTransforms()
431 public final float scaleX; field in ChangeTransform.Transforms
/frameworks/base/services/core/java/com/android/server/wm/
DContentRecorder.java415 float scaleX = surfaceSize.x / (float) recordedContentBounds.width(); in updateMirroredSurface() local
/frameworks/base/libs/hwui/
DVectorDrawable.h390 float scaleX = 1; member
406 void setScaleX(float scaleX) { VD_SET_PRIMITIVE_FIELD_AND_NOTIFY(scaleX, scaleX); } in setScaleX()
417 void updateProperties(float rotate, float pivotX, float pivotY, float scaleX, float scaleY, in updateProperties()
438 scaleX, enumerator
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
DTaskFragmentAnimationSpec.java153 float scaleX = ((float) startBounds.width()) / endBounds.width(); in createChangeBoundsChangeAnimations() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/activityembedding/
DActivityEmbeddingAnimationSpec.java148 float scaleX = ((float) startBounds.width()) / endBounds.width(); in createChangeBoundsChangeAnimations() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DTaskSnapshotWindow.java456 final float scaleX = (float) snapshot.getWidth() / mSnapshot.getTaskSize().x; in calculateSnapshotCrop() local
476 final float scaleX = (float) snapshot.getWidth() / mSnapshot.getTaskSize().x; in calculateSnapshotFrame() local
/frameworks/av/services/camera/libcameraservice/device3/
DDistortionMapper.cpp332 float scaleX = mapperInfo->mActiveWidth / mapperInfo->mArrayWidth; in mapRawToCorrectedSimple() local
418 float scaleX = mapperInfo->mArrayWidth / mapperInfo->mActiveWidth; in mapCorrectedToRawImplSimple() local

12