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

1 2

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
KubeRenderer.java 31 void animate(); method in interface:KubeRenderer.AnimationCallback
41 mCallback.animate();
Kube.java 243 public void animate() { method in class:Kube
  /build/tools/droiddoc/templates-pdk/assets/
carousel.js 189 function animate() {
208 var timeoutId = window.setInterval(animate, animation.time/animation.fps * 1000);
  /build/tools/droiddoc/templates-sdk/assets/
carousel.js 189 function animate() {
208 var timeoutId = window.setInterval(animate, animation.time/animation.fps * 1000);
  /sdk/layoutlib_api/src/com/android/ide/common/rendering/api/
RenderSession.java 253 * @param targetObject the view object to animate
259 public Result animate(Object targetObject, String animationName, method in class:RenderSession
  /external/skia/src/animator/
SkDisplayTypes.cpp 28 SkAnimateBase* animate = (SkAnimateBase* ) *depPtr; local
29 animate->setChanged(true);
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...]
SkDisplayEvent.cpp 192 SkAnimateBase* animate = (SkAnimateBase*) fTarget; local
193 animate->setHasEndEvent();
  /frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/
AbstractLayoutTest.java 41 animate(v);
50 public void animate(View v) { method in class:AbstractLayoutTest
AlignmentTest.java 50 animate(v);
96 public static void animate(View v) { method in class:AlignmentTest
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
BridgeRenderSession.java 100 public Result animate(Object targetObject, String animationName, method in class:BridgeRenderSession
106 mLastResult = mSession.animate(targetObject, animationName, isFrameworkAnimation,
  /external/webkit/Source/WebCore/page/animation/
ImplicitAnimation.cpp 66 void ImplicitAnimation::animate(CompositeAnimation*, RenderObject*, const RenderStyle*, RenderStyle* targetStyle, RefPtr<RenderStyle>& animatedStyle) function in class:WebCore::ImplicitAnimation
83 // FIXME: we also need to detect cases where we have to software animate for other reasons,
CompositeAnimation.cpp 277 PassRefPtr<RenderStyle> CompositeAnimation::animate(RenderObject* renderer, RenderStyle* currentStyle, RenderStyle* targetStyle) function in class:WebCore::CompositeAnimation
293 anim->animate(this, renderer, currentStyle, targetStyle, resultStyle);
303 keyframeAnim->animate(this, renderer, currentStyle, targetStyle, resultStyle);
KeyframeAnimation.cpp 147 void KeyframeAnimation::animate(CompositeAnimation*, RenderObject*, const RenderStyle*, RenderStyle* targetStyle, RefPtr<RenderStyle>& animatedStyle) function in class:WebCore::KeyframeAnimation
172 // If we have no keyframes, don't animate.
  /packages/apps/Launcher2/src/com/android/launcher2/
InterruptibleInOutAnimator.java 61 private void animate(int direction) { method in class:InterruptibleInOutAnimator
103 * direction and animate for a correspondingly shorter duration.
106 animate(IN);
113 * direction and animate for a correspondingly shorter duration.
116 animate(OUT);
  /external/webkit/Source/WebKit/chromium/src/
WebPopupMenuImpl.cpp 154 void WebPopupMenuImpl::animate() function in class:WebKit::WebPopupMenuImpl
WebViewImpl.cpp 995 void WebViewImpl::animate() function in class:WebKit::WebViewImpl
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/calendar/javascript/
background.js 141 CanvasAnimation.prototype.animate = function() {
147 self.animate();
170 * Calculates the sector which has to be traversed in a single call of animate
512 canvasAnimation_.animate();
604 canvasAnimation_.animate();
  /frameworks/base/graphics/java/android/graphics/drawable/
DrawableContainer.java 101 animate(false);
327 animate(true);
335 animate(true);
343 void animate(boolean schedule) { method in class:DrawableContainer
  /packages/apps/Browser/src/com/android/browser/
PhoneUi.java 254 mTitleBar.animate().translationY(mActionBarHeight);
260 mTitleBar.animate().translationY(0);
315 public void showWeb(boolean animate) {
316 super.showWeb(animate);
317 hideNavScreen(mUiController.getTabControl().getCurrentPosition(), animate); local
400 void hideNavScreen(int position, boolean animate) {
403 if ((tab == null) || !animate) {
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderSessionImpl.java 552 * Animate an object
559 * @see RenderSession#animate(Object, String, boolean, IAnimationListener)
561 public Result animate(Object targetObject, String animationName, method in class:RenderSessionImpl
    [all...]
  /prebuilt/common/layoutlib_api/
layoutlib_api-prebuilt.jar 
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 
  /prebuilt/common/netbeans-visual/
org-netbeans-api-visual.jar 

Completed in 771 milliseconds

1 2