Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
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
/frameworks/base/core/java/android/view/
DViewAnimationUtils.java70 int centerX, int centerY, float startRadius, float endRadius) { in createCircularReveal() argument
71 return new RevealAnimator(view, centerX, centerY, startRadius, endRadius); in createCircularReveal()
DRenderNodeAnimator.java43 public RenderNodeAnimator(int x, int y, float startRadius, float endRadius) { in RenderNodeAnimator() argument
44 super(x, y, startRadius, endRadius); in RenderNodeAnimator()
/frameworks/base/core/java/android/animation/
DRevealAnimator.java34 float startRadius, float endRadius) { in RevealAnimator() argument
35 super(x, y, startRadius, endRadius); in RevealAnimator()
/frameworks/base/graphics/java/android/graphics/animation/
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
/frameworks/base/libs/hwui/jni/
Dandroid_graphics_animation_RenderNodeAnimator.cpp129 jint centerX, jint centerY, jfloat startRadius, jfloat endRadius) { in createRevealAnimator() argument
130 BaseRenderNodeAnimator* animator = new RevealAnimator(centerX, centerY, startRadius, endRadius); in createRevealAnimator()
DShader.cpp165 jfloat endRadius, in RadialGradient_create() argument
185 endRadius, &colors[0], std::move(colorSpace), pos, colors.size(), skTileMode, in RadialGradient_create()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DLightRevealScrim.kt215 val endRadius: Int constant in com.android.systemui.statusbar.CircleReveal
221 val radius = startRadius + ((endRadius - startRadius) * amount) in setRevealAmountOnScrim()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
DLightRevealScrimRepository.kt186 endRadius = max(max(x, display.width - x), max(y, display.height - y)), in constructCircleRevealFromPoint()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashScreenExitAnimationUtils.java144 final int endRadius = (int) (0.5 + (1f / transparentRatio * (int) in createRadialVanishSlideUpAnimator() local
151 radialVanishAnimation.setRadius(0 /* initRadius */, endRadius); in createRadialVanishSlideUpAnimator()
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DActivityTransitionAnimator.kt1008 val endRadius = getWindowRadius(isExpandingFullyAbove) in startAnimation() constant
1009 endState.topCornerRadius = endRadius in startAnimation()
1010 endState.bottomCornerRadius = endRadius in startAnimation()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...