Home
last modified time | relevance | path

Searched refs:endRadius (Results 1 – 12 of 12) sorted by relevance

/aosp14/frameworks/base/graphics/java/android/graphics/
H A DRadialGradient.java139 float endX, float endY, @FloatRange(from = 0.0f, fromInclusive = false) float endRadius, in RadialGradient()
142 this(startX, startY, startRadius, endX, endY, endRadius, colors.clone(), stops, tileMode, in RadialGradient()
151 float endRadius, @NonNull @ColorLong long[] colors, @Nullable float[] stops, in RadialGradient() argument
161 if (endRadius <= 0) { in RadialGradient()
170 mRadius = endRadius; in RadialGradient()
220 float startRadius, float endX, float endY, float endRadius, @ColorLong long[] colors, in nativeCreate() argument
/aosp14/frameworks/base/core/java/android/view/
H A DViewAnimationUtils.java70 int centerX, int centerY, float startRadius, float endRadius) { in createCircularReveal() argument
71 return new RevealAnimator(view, centerX, centerY, startRadius, endRadius); in createCircularReveal()
H A DRenderNodeAnimator.java43 public RenderNodeAnimator(int x, int y, float startRadius, float endRadius) { in RenderNodeAnimator() argument
44 super(x, y, startRadius, endRadius); in RenderNodeAnimator()
/aosp14/frameworks/base/core/java/android/animation/
H A DRevealAnimator.java34 float startRadius, float endRadius) { in RevealAnimator() argument
35 super(x, y, startRadius, endRadius); in RevealAnimator()
/aosp14/frameworks/base/graphics/java/android/graphics/animation/
H A DRenderNodeAnimator.java127 public RenderNodeAnimator(int x, int y, float startRadius, float endRadius) { in RenderNodeAnimator() argument
128 init(nCreateRevealAnimator(x, y, startRadius, endRadius)); in RenderNodeAnimator()
501 int x, int y, float startRadius, float endRadius); in nCreateRevealAnimator() argument
/aosp14/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_animation_RenderNodeAnimator.cpp131 jint centerX, jint centerY, jfloat startRadius, jfloat endRadius) { in createRevealAnimator() argument
132 BaseRenderNodeAnimator* animator = new RevealAnimator(centerX, centerY, startRadius, endRadius); in createRevealAnimator()
H A DShader.cpp187 jfloat endRadius, in RadialGradient_create() argument
207 endRadius, &colors[0], std::move(colorSpace), pos, colors.size(), skTileMode, in RadialGradient_create()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DLightRevealScrim.kt166 val endRadius: Int
172 val radius = startRadius + ((endRadius - startRadius) * amount)
/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DActivityLaunchAnimator.kt690 val endRadius = regex
701 endState.topCornerRadius = endRadius
702 endState.bottomCornerRadius = endRadius
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DSplashScreenExitAnimationUtils.java114 final int endRadius = (int) (0.5 + (1f / transparentRatio * (int) in createAnimator() local
121 radialVanishAnimation.setRadius(0 /* initRadius */, endRadius); in createAnimator()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
H A DLightRevealScrimRepository.kt171 endRadius =
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...