Home
last modified time | relevance | path

Searched refs:sX (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/libs/hwui/effects/
H A DStretchEffect.h104 auto [sX, sY] = getStretchDirection(); in makeLinearStretch()
105 matrix.setScale(1 + std::abs(sX), 1 + std::abs(sY), sX > 0 ? 0 : width, in makeLinearStretch()
H A DGainmapRenderer.cpp76 float sX = gainmapImage->width() / (float)image->width(); in DrawGainmapBitmap() local
80 gainmapSrc.fLeft *= sX; in DrawGainmapBitmap()
81 gainmapSrc.fRight *= sX; in DrawGainmapBitmap()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/toast/
H A DToastDefaultAnimation.kt41 val sX = ObjectAnimator.ofFloat(view, "scaleX", 0.9f, 1f).apply { regex
66 playTogether(sX, sY, vA, tA, iA)
/aosp14/frameworks/base/libs/hwui/hwui/
H A DImageDecoder.cpp537 float sX = decoder.mTargetSize.width() / (float)mTargetSize.width(); in extractGainmap() local
541 crop.fLeft *= sX; in extractGainmap()
542 crop.fRight *= sX; in extractGainmap()
/aosp14/frameworks/base/core/java/android/widget/
H A DAbsListView.java6063 int sX, sY; // source x, y in getDistance() local
6067 sX = source.right; in getDistance()
6073 sX = source.left + source.width() / 2; in getDistance()
6079 sX = source.left; in getDistance()
6085 sX = source.left + source.width() / 2; in getDistance()
6092 sX = source.right + source.width() / 2; in getDistance()
6102 int deltaX = dX - sX; in getDistance()
/aosp14/frameworks/base/native/graphics/jni/fuzz/corpus/
H A Dsample_raf.raf Error!