HomeSort by relevance Sort by last modified time
    Searched refs:startRadius (Results 1 - 21 of 21) sorted by null

  /frameworks/base/core/java/android/animation/
RevealAnimator.java 34 float startRadius, float endRadius) {
35 super(x, y, startRadius, endRadius);
  /frameworks/base/core/java/android/view/
ViewAnimationUtils.java 51 * public static Animator createRevealWithDelay(View view, int centerX, int centerY, float startRadius, float endRadius) {
52 * Animator delayAnimator = ViewAnimationUtils.createCircularReveal(view, centerX, centerY, startRadius, startRadius);
54 * Animator revealAnimator = ViewAnimationUtils.createCircularReveal(view, centerX, centerY, startRadius, endRadius);
66 * @param startRadius The starting radius of the animating circle.
70 int centerX, int centerY, float startRadius, float endRadius) {
71 return new RevealAnimator(view, centerX, centerY, startRadius, endRadius);
RenderNodeAnimator.java 138 public RenderNodeAnimator(int x, int y, float startRadius, float endRadius) {
139 init(nCreateRevealAnimator(x, y, startRadius, endRadius));
507 int x, int y, float startRadius, float endRadius);
  /packages/apps/Launcher3/src/com/android/launcher3/anim/
RoundedRectRevealOutlineProvider.java 42 public RoundedRectRevealOutlineProvider(float startRadius, float endRadius, Rect startRect,
44 this(startRadius, endRadius, startRect, endRect,
48 public RoundedRectRevealOutlineProvider(float startRadius, float endRadius, Rect startRect,
50 mStartRadius = startRadius;
  /external/skia/include/c/
sk_shader.h 113 @param start, startRadius Defines the first circle.
132 float startRadius,
  /external/skia/include/effects/
SkGradientShader.h 125 static sk_sp<SkShader> MakeTwoPointConical(const SkPoint& start, SkScalar startRadius,
130 static sk_sp<SkShader> MakeTwoPointConical(const SkPoint& start, SkScalar startRadius,
134 return MakeTwoPointConical(start, startRadius, end, endRadius, colors, pos, count, mode,
144 static sk_sp<SkShader> MakeTwoPointConical(const SkPoint& start, SkScalar startRadius,
150 static sk_sp<SkShader> MakeTwoPointConical(const SkPoint& start, SkScalar startRadius,
155 return MakeTwoPointConical(start, startRadius, end, endRadius, colors,
  /external/skia/src/shaders/gradients/
SkTwoPointConicalGradient.h 16 SkTwoPointConicalGradient(const SkPoint& start, SkScalar startRadius,
SkTwoPointConicalGradient.cpp 14 const SkPoint& start, SkScalar startRadius,
20 , fRadius1(startRadius)
SkGradientShader.cpp     [all...]
  /external/skia/src/c/
sk_effects.cpp 118 float startRadius,
138 return (sk_shader_t*)SkGradientShader::MakeTwoPointConical(skstart, (SkScalar)startRadius,
  /external/skia/fuzz/
FuzzGradients.cpp 184 SkScalar startRadius, endRadius;
186 fuzz->next(&startRadius, &endRadius, &useLocalMatrix, &useGlobalMatrix);
201 p.setShader(SkGradientShader::MakeTwoPointConical(start, startRadius,
FuzzCanvas.cpp 430 SkScalar startRadius, endRadius;
435 fuzz->next(&tmX, &useMatrix, &usePos, &startRadius, &endRadius, &start, &end);
444 return SkGradientShader::MakeTwoPointConical(start, startRadius, end, endRadius, colors,
    [all...]
  /frameworks/base/core/jni/
android_view_RenderNodeAnimator.cpp 136 jint centerX, jint centerY, jfloat startRadius, jfloat endRadius) {
137 BaseRenderNodeAnimator* animator = new RevealAnimator(centerX, centerY, startRadius, endRadius);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
TrustDrawable.java 221 private Animator makeAnimators(float startRadius, float endRadius,
228 ValueAnimator.ofFloat(startRadius, endRadius),
  /frameworks/base/graphics/java/android/graphics/drawable/
RippleForeground.java 285 final float startRadius = getCurrentRadius();
290 mPropRadius = CanvasProperty.createFloat(startRadius);
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmActivity.java 605 final float startRadius = Math.max(sourceBounds.width(), sourceBounds.height()) / 2.0f;
617 revealView, CircleView.RADIUS, startRadius, endRadius);
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherStateTransitionAnimation.java 298 float startRadius = pCb.getMaterialRevealViewStartFinalRadius();
302 startRadius, revealRadius).createRevealAnimator(revealView);
  /packages/apps/Dialer/java/com/android/dialer/callcomposer/
CallComposerActivity.java 648 int startRadius = shouldHide ? centerX : 0;
660 sendAndCall, centerX, centerY, startRadius, endRadius);
  /packages/apps/Camera2/src/com/android/camera/ui/
ModeListView.java     [all...]
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/27/
android.jar 

Completed in 2040 milliseconds