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

1 2 3

  /packages/apps/Calendar/src/com/android/calendar/
Navigator.java 31 * @animate enable animation
33 void goTo(Time time, boolean animate);
  /external/skia/src/animator/
SkAnimateActive.cpp 150 SkAnimateBase* animate = fAnimators[index]; local
151 SkMSec duration = animate->dur;
156 // int entries = animate->entries();
158 // value.fOperand = animate->getValues()[entries - 1];
159 // value.fType = animate->getValuesType();
174 SkAnimateBase* animate = fAnimators[index]; local
176 int count = animate->components();
177 if (animate->formula.size() > 0) {
180 bool success = animate->fFieldInfo->setValue(fMaker, &values, 0, 0, NULL,
181 animate->getValuesType(), animate->formula)
204 SkAnimateBase* animate = fAnimators[index]; local
240 SkAnimateBase* animate = fAnimators[index]; local
276 SkAnimateBase* animate = fAnimators[index]; local
304 SkAnimateBase* animate = fAnimators[index]; local
335 SkAnimateBase* animate = fAnimators[index]; local
346 SkAnimateBase* animate = fAnimators[index]; local
    [all...]
SkDisplayApply.cpp 45 SK_MEMBER_PROPERTY(animator, Animate),
463 SkAnimateBase* animate = fActive->fAnimators[index]; local
464 const SkMemberInfo* info = animate->fFieldInfo;
468 SkDisplayable* target = getTarget(animate);
517 SkDrawable* SkApply::getTarget(SkAnimateBase* animate) {
518 if (animate->fTargetIsScope == false || mode != kMode_create)
519 return animate->fTarget;
578 SkAnimateBase* animate = fActive->fAnimators[inner]; local
579 if (animate->fChanged) {
580 animate->fChanged = false
701 SkAnimateBase* animate = *animPtr; local
744 SkAnimateBase* animate = fActive->fAnimators[index]; local
788 SkAnimateBase* animate = (SkAnimateBase*) scriptValue.fOperand.fDisplayable; local
    [all...]
SkDisplayTypes.cpp 28 SkAnimateBase* animate = (SkAnimateBase* ) *depPtr; local
29 animate->setChanged(true);
SkAnimateMaker.cpp 259 void SkAnimateMaker::postOnEnd(SkAnimateBase* animate, SkMSec end) {
261 evt.setS32("time", animate->getStart() + end);
262 evt.setPtr("anim", animate);
SkAnimateMaker.h 96 void postOnEnd(SkAnimateBase* animate, SkMSec end);
  /packages/apps/Launcher2/src/com/android/launcher2/
AllAppsView.java 30 public void zoom(float zoom, boolean animate);
AllApps2D.java 213 public void zoom(float zoom, boolean animate) {
223 if (animate) {
229 if (animate) {
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
KubeRenderer.java 31 void animate(); method in interface:KubeRenderer.AnimationCallback
41 mCallback.animate();
  /packages/apps/Gallery3D/src/com/cooliris/media/
FloatUtils.java 38 public static final float animate(float prevVal, float targetVal, float timeElapsed) { method in class:FloatUtils
63 public static final void animate(Vector3f animVal, Vector3f targetVal, float timeElapsed) { method in class:FloatUtils
DisplayItem.java 192 animatedPosition.x = FloatUtils.animate(animatedPosition.x, targetPosition.x, timeElapsedInSec);
193 animatedPosition.y = FloatUtils.animate(animatedPosition.y, targetPosition.y, timeElapsedInSec);
194 mAnimatedTheta = FloatUtils.animate(mAnimatedTheta, mTargetTheta, timeElapsedInSec);
195 mAnimatedImageTheta = FloatUtils.animate(mAnimatedImageTheta, mImageTheta, timeElapsedInSec);
196 mAnimatedPlaceholderFade = FloatUtils.animate(mAnimatedPlaceholderFade, 1f, timeElapsedInSec);
197 animatedPosition.z = FloatUtils.animate(animatedPosition.z, targetPosition.z, timeElapsedInSec);
GridCamera.java 321 mPosX = FloatUtils.animate(mPosX, mTargetPosX, timeElapsed);
326 mPosY = FloatUtils.animate(mPosY, mTargetPosY, timeElapsed);
327 mPosZ = FloatUtils.animate(mPosZ, mTargetPosZ, timeElapsed);
332 mEyeOffsetAnimX = FloatUtils.animate(mEyeOffsetAnimX, mEyeOffsetX, timeElapsed);
333 mEyeOffsetAnimY = FloatUtils.animate(mEyeOffsetAnimY, mEyeOffsetY, timeElapsed);
334 mEyeEdgeOffsetXAnim = FloatUtils.animate(mEyeEdgeOffsetXAnim, mEyeEdgeOffsetX, timeElapsed);
340 // FloatUtils.animate(eyeX_, targetEyeX_, timeElapsedx -
ImageButton.java 130 private void setImage(int image, boolean animate) {
132 if (animate) {
CrossFadingTexture.java 93 mAnimatedMixRatio = FloatUtils.animate(mAnimatedMixRatio, mMixRatio, timeElapsed * 0.5f);
GridQuad.java 147 mAnimWidth = FloatUtils.animate(mAnimWidth, mWidth, timeElapsed);
148 mAnimHeight = FloatUtils.animate(mAnimHeight, mHeight, timeElapsed);
149 mAnimU = FloatUtils.animate(mAnimU, mU, timeElapsed);
150 mAnimV = FloatUtils.animate(mAnimV, mV, timeElapsed);
  /external/webkit/WebCore/page/animation/
CompositeAnimation.h 59 PassRefPtr<RenderStyle> animate(RenderObject*, RenderStyle* currentStyle, RenderStyle* targetStyle);
ImplicitAnimation.h 54 virtual void animate(CompositeAnimation*, RenderObject*, const RenderStyle* currentStyle, RenderStyle* targetStyle, RefPtr<RenderStyle>& animatedStyle);
KeyframeAnimation.h 49 virtual void animate(CompositeAnimation*, RenderObject*, const RenderStyle* currentStyle, RenderStyle* targetStyle, RefPtr<RenderStyle>& animatedStyle);
AnimationBase.h 127 virtual void animate(CompositeAnimation*, RenderObject*, const RenderStyle* /*currentStyle*/, RenderStyle* /*targetStyle*/, RefPtr<RenderStyle>& /*animatedStyle*/) = 0;
  /frameworks/base/core/java/android/widget/
AbsSpinner.java 265 public void setSelection(int position, boolean animate) {
266 // Animate only if requested position is already on screen somewhere
267 boolean shouldAnimate = animate && mFirstPosition <= position &&
284 * @param animate Should the transition be animated
287 void setSelectionInt(int position, boolean animate) {
292 layout(delta, animate);
297 abstract void layout(int delta, boolean animate);
ViewAnimator.java 230 * Returns the current animation used to animate a View that enters the screen.
242 * Specifies the animation used to animate a View that enters the screen.
254 * Returns the current animation used to animate a View that exits the screen.
266 * Specifies the animation used to animate a View that exit the screen.
278 * Specifies the animation used to animate a View that enters the screen.
291 * Specifies the animation used to animate a View that exit the screen.
307 * @param animate True to animate the current View the first time it is displayed,
310 public void setAnimateFirstView(boolean animate) {
311 mAnimateFirstTime = animate;
    [all...]
  /external/webkit/WebKit/mac/Carbon/
CarbonWindowFrame.m 168 - (void)_showToolbarWithAnimation:(BOOL)animate {}
169 - (void)_hideToolbarWithAnimation:(BOOL)animate {}
  /frameworks/base/core/java/com/android/internal/widget/
SlidingTab.java 249 void show(boolean animate) {
253 if (animate) {
290 void reset(boolean animate) {
301 if (animate) {
552 * Animate them back into place if animate is true.
554 * @param animate
556 public void reset(boolean animate) {
557 mLeftSlider.reset(animate);
558 mRightSlider.reset(animate);
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
AnimationDrawable.java 204 private void setFrame(int frame, boolean unschedule, boolean animate) {
213 if (animate) {
  /external/webkit/WebKit/mac/WebView/
WebFrameView.mm 80 - (BOOL)_scrollTo:(const NSPoint *)newOrigin animate:(BOOL)animate; // need the boolean result from this method
540 return [[self _contentView] _scrollTo:&point animate:YES];
551 return [[self _contentView] _scrollTo:&point animate:YES];
597 return [[self _contentView] _scrollTo:&point animate:YES];
604 return [[self _contentView] _scrollTo:&point animate:YES];
    [all...]

Completed in 934 milliseconds

1 2 3