/frameworks/base/graphics/java/android/graphics/ |
D | RenderNode.java | 328 float vecX, float vecY, in applyStretch() argument 338 float vecX, float vecY, in callApplyStretch() argument 343 listener.applyStretch(frameNumber, width, height, vecX, vecY, maxStretchX, in callApplyStretch() 420 … float vecX, float vecY, float maxStretchX, float maxStretchY, float childRelativeLeft, in applyStretch() argument 423 pul.applyStretch(frameNumber, width, height, vecX, vecY, maxStretchX, in applyStretch() 815 public boolean stretch(float vecX, float vecY, in stretch() argument 817 if (Float.isInfinite(vecX) || Float.isNaN(vecX)) { in stretch() 818 throw new IllegalArgumentException("vecX must be a finite, non-NaN value " + vecX); in stretch() 834 vecX, in stretch() 1823 private static native boolean nStretch(long renderNode, float vecX, float vecY, in nStretch() argument
|
/frameworks/base/tests/graphics/HwAccelerationTest/src/com/android/test/hwui/ |
D | PositionListenerActivity.java | 151 float vecX, float vecY, in applyStretch() argument 157 mStretchX = vecX; in applyStretch()
|
/frameworks/base/core/java/android/widget/ |
D | EdgeEffect.java | 646 float vecX = dampStretchVector(Math.max(-1f, Math.min(1f, x / width))); in draw() local 652 boolean hasValidVectors = Float.isFinite(vecX) && Float.isFinite(vecY); in draw() 655 vecX, // horizontal stretch intensity in draw()
|
/frameworks/base/core/java/android/view/ |
D | SurfaceView.java | 1648 float vecX, float vecY, float maxStretchX, float maxStretchY, in applyStretch() argument 1651 mRtTransaction.setStretchEffect(mSurfaceControl, width, height, vecX, vecY, in applyStretch()
|
D | SurfaceControl.java | 165 float width, float height, float vecX, float vecY, in nativeSetStretchEffect() argument 3436 float vecX, float vecY, float maxStretchAmountX, in setStretchEffect() argument 3441 … vecX, vecY, maxStretchAmountX, maxStretchAmountY, childRelativeLeft, childRelativeTop, in setStretchEffect()
|
/frameworks/base/core/jni/ |
D | android_view_SurfaceControl.cpp | 782 jfloat vecX, jfloat vecY, in nativeSetStretchEffect() argument 791 .vectorX = vecX, in nativeSetStretchEffect()
|