Home
last modified time | relevance | path

Searched defs:scaleY (Results 1 – 25 of 53) sorted by relevance

123

/frameworks/layoutlib/bridge/src/android/graphics/
DLayoutlibRenderer.java24 private float scaleY = 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.java106 float scaleY) { in validate()
131 float scaleY) { in buildHierarchy()
DAtfBufferedImage.java60 float scaleY) { in AtfBufferedImage()
88 float scaleY) { in AtfBufferedImage()
DValidatorUtil.java121 float scaleY) { in buildHierarchy()
/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/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/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.java150 float scaleY = drawableHeight / VIEWBOX_HEIGHT; in createBitmapCache() local
248 float scaleY = drawableBounds.height() / (float) bitmapHeight; in scaleCanvasToBounds() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/decor/
DDebugRoundedCornerDelegate.kt166 val scaleY: Float, constant in com.android.systemui.decor.DebugRoundedCornerModel
190 val scaleY: Float = 1f, in size() constant in com.android.systemui.decor.PathDrawable
DScreenDecorCommand.kt121 val scaleY: Float constant
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DAnimatableScaleMatrix.java107 public void setScaleY(float scaleY) { in setScaleY()
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
DMediaStoreSaver.java124 float scaleY = height / source.getHeight(); in storeThumbnail() local
/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
DMediaStoreSaver.java124 float scaleY = height / source.getHeight(); in storeThumbnail() local
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DProjectionSpace.h60 const float scaleY = static_cast<float>(orientedDestContent.height()) / mContent.height(); in getTransform() local
/frameworks/libs/systemui/viewcapturelib/src/com/android/app/viewcapture/proto/
Dview_capture.proto75 optional float scaleY = 14 [default = 1]; field
/frameworks/base/libs/hwui/hwui/
DImageDecoder.cpp441 float scaleY = (float) targetHeight / mDecodeSize.height(); in decode() local
532 float scaleY = (float)mTargetSize.height() / height(); in extractGainmap() local
/frameworks/base/packages/SettingsLib/AdaptiveIcon/src/com/android/settingslib/widget/
DAdaptiveOutlineDrawable.java129 final float scaleY = (bounds.bottom - bounds.top) / pathSize; in draw() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
DExitDesktopTaskTransitionHandler.java153 final float scaleY = (float) startBounds.height() / screenHeight; in startChangeTransition() local
/frameworks/base/core/java/android/transition/
DChangeImageTransform.java104 float scaleY = ((float) bounds.height()) / drawableHeight; in captureValues() local
DChangeTransform.java415 float translationZ, float scaleX, float scaleY, float rotationX, in setTransforms()
432 public final float scaleY; field in ChangeTransform.Transforms
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/
DUserAspectRatioSettingsLayout.java148 final ObjectAnimator scaleY = in showItem() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/activityembedding/
DActivityEmbeddingAnimationSpec.java157 float scaleY = ((float) startBounds.height()) / endBounds.height(); in createChangeBoundsChangeAnimations() local
/frameworks/base/core/java/android/window/
DSnapshotDrawerUtils.java267 final float scaleY = (float) snapshot.getHeight() / mSnapshot.getTaskSize().y; in calculateSnapshotCrop() local
287 final float scaleY = (float) snapshot.getHeight() / mSnapshot.getTaskSize().y; in calculateSnapshotFrame() local

123