HomeSort by relevance Sort by last modified time
    Searched refs:anim (Results 26 - 50 of 93) sorted by null

12 3 4

  /external/webkit/WebCore/platform/graphics/qt/
GraphicsLayerQt.cpp 264 if (QAbstractAnimation* anim = it->data())
265 delete anim;
1130 AnimationQtBase* anim = static_cast<AnimationQtBase*>(it->data()); local
1144 AnimationQtBase* anim = static_cast<AnimationQtBase*>((*it).data()); local
1160 AnimationQtBase* anim = static_cast<AnimationQtBase*>((*it).data()); local
1173 QAbstractAnimation* anim = it->data(); local
1185 QAbstractAnimation* anim = (*it).data(); local
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
Animation1.java 41 Animation shake = AnimationUtils.loadAnimation(this, R.anim.shake);
ImageSwitcher1.java 50 android.R.anim.fade_in));
52 android.R.anim.fade_out));
  /libcore/luni/src/test/resources/
blob.c 2 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  /packages/apps/Camera/src/com/android/camera/ui/
IndicatorBar.java 154 AlphaAnimation anim = new AlphaAnimation(0, 1); local
155 anim.setDuration(200);
156 background.startAnimation(anim);
160 AlphaAnimation anim = new AlphaAnimation(1, 0); local
161 anim.setDuration(200);
162 background.startAnimation(anim);
GLView.java 212 Animation anim = component.mAnimation; local
213 if (anim != null) {
216 if (!anim.getTransformation(now, temp)) {
225 if (anim != null) root.popTransform();
  /external/skia/src/views/
SkImageView.cpp 264 SkAnimator* anim = new SkAnimator; local
266 if (!anim->decodeURI(fUri.c_str()))
268 delete anim;
272 anim->setHostEventSink(this);
274 fData.fAnim = anim;
SkWidgets.cpp 261 SkAnimator* anim = get_skin_animator(kPushButton_SkinType); local
263 if (anim)
273 (void)anim->doUserEvent(evt);
275 anim->draw(canvas, &paint, SkTime::GetMSecs());
  /external/webkit/WebCore/page/animation/
AnimationBase.h 136 void setAnimation(const Animation* anim) { m_animation = const_cast<Animation*>(anim); }
206 static bool blendProperties(const AnimationBase* anim, int prop, RenderStyle* dst, const RenderStyle* a, const RenderStyle* b, double progress);
  /external/webkit/WebCore/platform/graphics/android/
GraphicsLayerAndroid.cpp 534 const Animation* anim,
538 if (!anim || anim->isEmptyOrZeroDuration() || valueList.size() != 2)
544 anim,
550 anim,
576 RefPtr<AndroidOpacityAnimation> anim = AndroidOpacityAnimation::create(startVal->value(), local
581 anim->setName(propertyIdToString(valueList.property()));
583 anim->setName(keyframesName);
585 m_contentLayer->addAnimation(anim.release());
760 RefPtr<AndroidTransformAnimation> anim = AndroidTransformAnimation::create(animation, beginTime) local
    [all...]
GraphicsLayerAndroid.h 79 const Animation* anim,
  /external/skia/src/animator/
SkDisplayApply.cpp 177 SkAnimateBase* anim = (SkAnimateBase*) (*animPtr)->deepCopy(maker); local
178 *result->fAnimators.append() = anim;
179 maker->helperAdd(anim);
678 SkAnimateBase* anim = *animPtr; local
680 if (anim->fTarget == NULL || anim->fTargetIsScope) {
681 anim->fTargetIsScope = true;
683 anim->fTarget = scope;
685 anim->setTarget(maker);
686 anim->onEndElement(maker); // allows animate->fFieldInfo to be se
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
StatusBarService.java 639 setNotificationIconVisibility(false, com.android.internal.R.anim.fade_out);
644 setNotificationIconVisibility(true, com.android.internal.R.anim.fade_in);
696 setDateViewVisibility(true, com.android.internal.R.anim.fade_in);
773 setNotificationIconVisibility(true, com.android.internal.R.anim.fade_in);
776 setDateViewVisibility(false, com.android.internal.R.anim.fade_out);
    [all...]
Ticker.java 150 AnimationUtils.loadAnimation(context, com.android.internal.R.anim.push_up_in));
152 AnimationUtils.loadAnimation(context, com.android.internal.R.anim.push_up_out));
156 AnimationUtils.loadAnimation(context, com.android.internal.R.anim.push_up_in));
158 AnimationUtils.loadAnimation(context, com.android.internal.R.anim.push_up_out));
  /external/skia/include/views/
SkWidgetViews.h 49 void init_skin_anim(const char path[], SkAnimator* anim);
50 void init_skin_anim(SkinEnum se, SkAnimator* anim);
  /packages/apps/Calendar/src/com/android/calendar/
CalendarActivity.java 120 mInAnimationForward = AnimationUtils.loadAnimation(this, R.anim.slide_left_in);
121 mOutAnimationForward = AnimationUtils.loadAnimation(this, R.anim.slide_left_out);
122 mInAnimationBackward = AnimationUtils.loadAnimation(this, R.anim.slide_right_in);
123 mOutAnimationBackward = AnimationUtils.loadAnimation(this, R.anim.slide_right_out);
MonthActivity.java 288 mInAnimationPast = AnimationUtils.loadAnimation(this, R.anim.slide_down_in);
289 mOutAnimationPast = AnimationUtils.loadAnimation(this, R.anim.slide_down_out);
290 mInAnimationFuture = AnimationUtils.loadAnimation(this, R.anim.slide_up_in);
291 mOutAnimationFuture = AnimationUtils.loadAnimation(this, R.anim.slide_up_out);
  /external/webkit/WebCore/platform/graphics/mac/
GraphicsLayerCA.mm 98 - (void)animationDidStart:(CAAnimation *)anim;
566 CAAnimation* anim = [fromLayer animationForKey:animName];
567 if (!anim)
572 [anim retain];
574 [toLayer addAnimation:anim forKey:animName];
575 [anim release];
579 [toLayer addAnimation:anim forKey:animName];
710 bool GraphicsLayerCA::addAnimation(const KeyframeValueList& valueList, const IntSize& boxSize, const Animation* anim, const String& keyframesName, double timeOffset)
712 if (forceSoftwareAnimation() || !anim || anim->isEmptyOrZeroDuration() || valueList.size() < 2
    [all...]
  /packages/apps/Phone/src/com/android/phone/
InCallTouchUi.java 607 AlphaAnimation anim = new AlphaAnimation(1.0f, 0.0f); local
608 anim.setDuration(IN_CALL_WIDGET_TRANSITION_TIME);
609 anim.setAnimationListener(new AnimationListener() {
625 mIncomingCallWidget.startAnimation(anim);
632 Animation anim = mIncomingCallWidget.getAnimation(); local
633 if (anim != null) {
634 anim.reset();
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
SlidingTab.java 639 int holdOffset = holdAfter ? 0 : width; // how much of tab to show at the end of anim
648 int holdOffset = holdAfter ? 0 : height; // how much of tab to show at end of anim
664 Animation anim;
666 anim = new TranslateAnimation(dx, dx, dy, dy);
667 anim.setDuration(1000); // plenty of time for transitions
670 anim = new AlphaAnimation(0.5f, 1.0f);
671 anim.setDuration(ANIM_DURATION);
674 anim.setAnimationListener(mAnimationDoneListener);
677 mLeftSlider.startAnimation(anim, anim);
    [all...]
  /frameworks/base/libs/rs/java/Film/src/com/android/film/
FilmRS.java 58 float anim = ((float)x-50) / 270.f; local
59 mPos.translate = 2f * anim + 0.5f; // translation
60 mPos.rotate = (anim * 40); // rotation
  /cts/tests/tests/view/src/android/view/animation/cts/
AlphaAnimationTest.java 52 XmlResourceParser parser = mContext.getResources().getAnimation(R.anim.alpha);
LayoutAnimationControllerTest.java 76 R.anim.layout_anim_controller_animation);
280 Animation animation = AnimationUtils.loadAnimation(mActivity, R.anim.decelerate_alpha);
297 mController.setAnimation(mActivity, R.anim.layout_anim_controller_animation);
382 mController.setInterpolator(mActivity, android.R.anim.accelerate_interpolator);
415 R.anim.accelerate_decelerate_alpha);
429 Animation animation = AnimationUtils.loadAnimation(mActivity, R.anim.decelerate_alpha);
475 Animation animation = AnimationUtils.loadAnimation(mActivity, R.anim.decelerate_alpha);
534 Animation animation = AnimationUtils.loadAnimation(mActivity, R.anim.decelerate_alpha);
  /external/webkit/WebCore/rendering/
RenderLayerBacking.h 100 bool startAnimation(double timeOffset, const Animation* anim, const KeyframeList& keyframes);
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
LookupActivity.java 91 mSlideIn = AnimationUtils.loadAnimation(this, R.anim.slide_in);
92 mSlideOut = AnimationUtils.loadAnimation(this, R.anim.slide_out);

Completed in 815 milliseconds

12 3 4