HomeSort by relevance Sort by last modified time
    Searched refs:createAnimation (Results 1 - 25 of 26) sorted by null

1 2

  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
AppearAnimationCreator.java 27 void createAnimation(T animatedObject, long delay, long duration,
AppearAnimationUtils.java 85 creator.createAnimation(objects[row], delay, mDuration,
104 creator.createAnimation(objects[row][col], delay, mDuration,
162 public void createAnimation(View view, long delay, long duration, float startTranslationY,
KeyguardPatternView.java 316 mAppearAnimationUtils.createAnimation(mHelpMessage, 0,
344 public void createAnimation(final LockPatternView.CellState animatedCell, long delay,
371 mAppearAnimationUtils.createAnimation(mEcaView, delay, duration, startTranslationY,
  /frameworks/base/core/java/android/transition/
Fade.java 111 private Animator createAnimation(View view, float startAlpha, float endAlpha) {
135 return createAnimation(view, 0, 1);
141 return createAnimation(view, 1, 0);
Explode.java 93 return TranslationAnimationCreator.createAnimation(view, endValues, bounds.left, bounds.top,
122 return TranslationAnimationCreator.createAnimation(view, startValues,
Slide.java 197 .createAnimation(view, endValues, position[0], position[1],
213 .createAnimation(view, startValues, position[0], position[1],
TranslationAnimationCreator.java 50 static Animator createAnimation(View view, TransitionValues values, int viewPosX, int viewPosY,
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
ReversingAnimation.java 78 private void createAnimation() {
88 createAnimation();
93 createAnimation();
98 createAnimation();
AnimationSeeking.java 107 private void createAnimation() {
117 createAnimation();
122 createAnimation();
AnimatorEvents.java 118 private void createAnimation() {
156 createAnimation();
161 createAnimation();
166 createAnimation();
CustomEvaluator.java 125 private void createAnimation() {
137 createAnimation();
AnimationCloning.java 78 private void createAnimation() {
139 createAnimation();
AnimationLoading.java 83 private void createAnimation() {
115 createAnimation();
MultiPropertyAnimation.java 85 private void createAnimation() {
139 createAnimation();
  /external/chromium_org/third_party/WebKit/public/platform/
WebCompositorSupport.h 87 virtual WebAnimation* createAnimation(const WebAnimationCurve&, WebAnimation::TargetProperty, int animationId = 0) { return 0; }
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationTest.cpp 46 static PassRefPtrWillBeRawPtr<Animation> createAnimation(Element* element, Vector<Dictionary> keyframeDictionaryVector, T timingInput, ExceptionState& exceptionState)
50 static PassRefPtrWillBeRawPtr<Animation> createAnimation(Element* element, Vector<Dictionary> keyframeDictionaryVector, ExceptionState& exceptionState)
85 RefPtrWillBeRawPtr<Animation> animation = createAnimation(element.get(), jsKeyframes, 0, exceptionState);
112 RefPtrWillBeRawPtr<Animation> animation = createAnimation(element.get(), jsKeyframes, duration, exceptionState);
120 RefPtrWillBeRawPtr<Animation> animation = createAnimation(element.get(), jsKeyframes, exceptionState);
127 RefPtrWillBeRawPtr<Animation> animation = createAnimation(element.get(), jsKeyframes, -2, exceptionState);
148 createAnimation(element.get(), jsKeyframes, 0, exceptionState);
168 createAnimation(element.get(), jsKeyframes, 0, exceptionState);
188 createAnimation(element.get(), jsKeyframes, 0, exceptionState);
208 createAnimation(element.get(), jsKeyframes, 0, exceptionState)
    [all...]
CompositorAnimationsTestHelper.h 122 MOCK_METHOD3(createAnimation, blink::WebAnimation*(const blink::WebAnimationCurve& curve, blink::WebAnimation::TargetProperty target, int animationId));
CompositorAnimationsTest.cpp 559 usesMockCurve += EXPECT_CALL(mockCompositor, createAnimation(Ref(*mockCurvePtr), blink::WebAnimation::TargetPropertyOpacity, _))
606 usesMockCurve += EXPECT_CALL(mockCompositor, createAnimation(Ref(*mockCurvePtr), blink::WebAnimation::TargetPropertyOpacity, _))
659 usesMockCurve += EXPECT_CALL(mockCompositor, createAnimation(Ref(*mockCurvePtr), blink::WebAnimation::TargetPropertyOpacity, _))
    [all...]
CompositorAnimations.cpp 452 OwnPtr<blink::WebAnimation> animation = adoptPtr(blink::Platform::current()->compositorSupport()->createAnimation(*curve, targetProperty));
  /external/chromium_org/content/renderer/compositor_bindings/
web_compositor_support_impl.h 45 virtual blink::WebAnimation* createAnimation(
web_compositor_support_impl.cc 102 WebAnimation* WebCompositorSupportImpl::createAnimation(
  /frameworks/support/v17/leanback/kitkat/android/support/v17/leanback/transition/
Slide.java 161 private Animator createAnimation(final View view, Property<View, Float> property,
193 return createAnimation(view, slideCalculator.getProperty(), start, end, end, sDecelerate,
212 return createAnimation(view, slideCalculator.getProperty(), start, end, start,
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/banners/
SwipableOverlayView.java 415 createAnimation(1.0f, 0, translationY, duration);
426 createAnimation(1.0f, 0.0f, getTranslationY(), MS_ANIMATION_DURATION);
449 createAnimation(0.0f, finalX, getTranslationY(), duration);
536 private void createAnimation(float alpha, float x, float y, long duration) {
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayerTest.cpp 104 OwnPtr<WebAnimation> floatAnimation(adoptPtr(Platform::current()->compositorSupport()->createAnimation(*curve, WebAnimation::TargetPropertyOpacity)));
  /external/chromium_org/third_party/WebKit/Source/web/
LinkHighlight.cpp 294 OwnPtr<WebAnimation> animation = adoptPtr(compositorSupport->createAnimation(*curve, WebAnimation::TargetPropertyOpacity));

Completed in 1492 milliseconds

1 2