Home
last modified time | relevance | path

Searched defs:sY (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/toast/
H A DToastDefaultAnimation.kt45 val sY = ObjectAnimator.ofFloat(view, "scaleY", 0.9f, 1f).apply { regex
/aosp14/frameworks/base/libs/hwui/tests/common/scenes/
H A DStretchyListViewAnimation.cpp209 const float sY = (frameNr > 75 ? 150 - frameNr : frameNr) / 1500.f; in doFrame() local
/aosp14/frameworks/base/libs/hwui/effects/
H A DGainmapRenderer.cpp77 float sY = gainmapImage->height() / (float)image->height(); in DrawGainmapBitmap() local
/aosp14/frameworks/base/libs/hwui/hwui/
H A DImageDecoder.cpp538 float sY = decoder.mTargetSize.height() / (float)mTargetSize.height(); in extractGainmap() local
/aosp14/frameworks/base/core/java/android/widget/
H A DAbsListView.java6063 int sX, sY; // source x, y in getDistance() local