/aosp14/frameworks/base/graphics/java/android/graphics/ |
H A D | RadialGradient.java | 139 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 D | ViewAnimationUtils.java | 70 int centerX, int centerY, float startRadius, float endRadius) { in createCircularReveal() argument 71 return new RevealAnimator(view, centerX, centerY, startRadius, endRadius); in createCircularReveal()
|
H A D | RenderNodeAnimator.java | 43 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 D | RevealAnimator.java | 34 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 D | RenderNodeAnimator.java | 127 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 D | android_graphics_animation_RenderNodeAnimator.cpp | 131 jint centerX, jint centerY, jfloat startRadius, jfloat endRadius) { in createRevealAnimator() argument 132 BaseRenderNodeAnimator* animator = new RevealAnimator(centerX, centerY, startRadius, endRadius); in createRevealAnimator()
|
H A D | Shader.cpp | 187 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 D | LightRevealScrim.kt | 166 val endRadius: Int 172 val radius = startRadius + ((endRadius - startRadius) * amount)
|
/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
H A D | ActivityLaunchAnimator.kt | 690 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 D | SplashScreenExitAnimationUtils.java | 114 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 D | LightRevealScrimRepository.kt | 171 endRadius =
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |