Home
last modified time | relevance | path

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

/aosp12/frameworks/base/graphics/java/android/graphics/
H A DRenderNode.java284 float vecX, float vecY, in applyStretch() argument
332 … float vecX, float vecY, float maxStretchX, float maxStretchY, float childRelativeLeft, in applyStretch() argument
335 pul.applyStretch(frameNumber, width, height, vecX, vecY, maxStretchX, in applyStretch()
727 public boolean stretch(float vecX, float vecY, in stretch() argument
732 if (Float.isInfinite(vecY) || Float.isNaN(vecY)) { in stretch()
733 throw new IllegalArgumentException("vecY must be a finite, non-NaN value " + vecY); in stretch()
747 vecY, in stretch()
1701 private static native boolean nStretch(long renderNode, float vecX, float vecY, in nStretch() argument
/aosp12/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DPositionListenerActivity.java151 float vecX, float vecY, in applyStretch() argument
158 mStretchY = vecY; in applyStretch()
/aosp12/frameworks/base/core/java/android/widget/
H A DEdgeEffect.java650 float vecY = dampStretchVector(Math.max(-1f, Math.min(1f, y / height))); in draw() local
652 boolean hasValidVectors = Float.isFinite(vecX) && Float.isFinite(vecY); in draw()
656 vecY, // vertical stretch intensity in draw()
/aosp12/frameworks/base/core/java/android/view/
H A DSurfaceControl.java150 float width, float height, float vecX, float vecY, in nativeSetStretchEffect() argument
3139 float vecX, float vecY, float maxStretchAmountX, in setStretchEffect() argument
3144 … vecX, vecY, maxStretchAmountX, maxStretchAmountY, childRelativeLeft, childRelativeTop, in setStretchEffect()
H A DSurfaceView.java1505 float vecX, float vecY, float maxStretchX, float maxStretchY, in applyStretch() argument
1508 mRtTransaction.setStretchEffect(mSurfaceControl, width, height, vecX, vecY, in applyStretch()
/aosp12/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp632 jfloat vecX, jfloat vecY, in nativeSetStretchEffect() argument
642 .vectorY = vecY, in nativeSetStretchEffect()