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

1 2

  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
AnimationSetTest.java 34 set.addAnimation(alpha);
35 set.addAnimation(translate);
36 set.addAnimation(rotate);
  /development/samples/devbytes/animation/ViewAnimations/src/com/example/android/viewanimations/
ViewAnimations.java 78 setAnimation.addAnimation(alphaAnimation);
79 setAnimation.addAnimation(translateAnimation);
80 setAnimation.addAnimation(rotateAnimation);
81 setAnimation.addAnimation(scaleAnimation);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
LayoutAnimation2.java 41 set.addAnimation(animation);
48 set.addAnimation(animation);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAnimationSet.java 22 public void addAnimation(Animation anim) {
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListWithDisappearingItemBug.java 65 set.addAnimation(animation);
72 set.addAnimation(animation);
  /cts/tests/tests/view/src/android/view/animation/cts/
AnimationSetTest.java 98 animationSet.addAnimation(animation1);
102 animationSet.addAnimation(animation2);
106 animationSet.addAnimation(animation3);
172 animationSet.addAnimation(child);
331 animationSet.addAnimation(animation1);
333 animationSet.addAnimation(animation2);
335 animationSet.addAnimation(animation3);
350 animationSet.addAnimation(new AlphaAnimation(0.0f, 1.0f));
356 animationSet.addAnimation(new ScaleAnimation(1.0f, 2.0f, 1.0f, 2.0f));
368 animationSet.addAnimation(alpha)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsLayerQt.h 68 virtual bool addAnimation(const KeyframeValueList&, const IntSize& boxSize, const Animation*, const String& keyframesName, double timeOffset);
  /frameworks/base/core/java/com/android/internal/widget/
DrawableHolder.java 79 this.addAnimation(anim, replace);
115 private DrawableHolder addAnimation(ObjectAnimator anim, boolean overwrite) {
  /development/samples/devbytes/animation/ListViewItemAnimations/src/com/example/android/listviewitemanimations/
ListViewItemAnimations.java 212 set.addAnimation(swipeAnim);
213 set.addAnimation(alphaAnim);
250 set.addAnimation(swipeAnim);
251 set.addAnimation(alphaAnim);
  /external/webkit/Source/WebCore/platform/graphics/texmap/
GraphicsLayerTextureMapper.h 86 virtual bool addAnimation(const KeyframeValueList&, const IntSize& /*boxSize*/, const Animation*, const String& /*keyframesName*/, double /*timeOffset*/) { return false; }
  /frameworks/base/services/java/com/android/server/wm/
AppTransition.java 350 set.addAnimation(scale);
351 set.addAnimation(alpha);
410 set.addAnimation(scale);
411 set.addAnimation(alpha);
454 set.addAnimation(scale);
455 set.addAnimation(alpha);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.h 95 virtual bool addAnimation(const KeyframeValueList& valueList,
GraphicsLayerAndroid.cpp 885 bool GraphicsLayerAndroid::addAnimation(const KeyframeValueList& valueList,
    [all...]
  /external/webkit/Tools/QtTestBrowser/
webview.cpp 203 t1->addAnimation(yRotationAnim);
213 t2->addAnimation(yRotationAnim);
  /external/replicaisland/src/com/replica/replicaisland/
SpriteComponent.java 153 public final void addAnimation(SpriteAnimation anim) {
  /external/webkit/Source/WebKit2/WebProcess/FullScreen/mac/
WebFullScreenManagerMac.mm 218 [caLayer addAnimation:zoomAnimation forKey:@"zoom"];
270 [caLayer addAnimation:zoomAnimation forKey:@"zoom"];
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
CandidatesContainer.java 448 animSet.addAnimation(trans);
449 animSet.addAnimation(alpha);
  /external/chromium/chrome/browser/resources/
print_preview_animations.js 185 function addAnimation(code) {
220 var animName = addAnimation(
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
LayerAndroid.h 193 void addAnimation(PassRefPtr<AndroidAnimation> anim);
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsLayer.h 304 virtual bool addAnimation(const KeyframeValueList&, const IntSize& /*boxSize*/, const Animation*, const String& /*animationName*/, double /*timeOffset*/) { return false; }
  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.h 105 virtual bool addAnimation(const KeyframeValueList&, const IntSize& boxSize, const Animation*, const String& animationName, double timeOffset);
  /external/webkit/Source/WebCore/rendering/
RenderLayerBacking.cpp     [all...]
  /frameworks/base/core/java/android/view/animation/
AnimationUtils.java 128 parent.addAnimation(anim);
AnimationSet.java 218 public void addAnimation(Animation a) {
  /external/webkit/Source/WebKit/mac/WebView/
WebFullScreenController.mm 489 [rendererLayer addAnimation:zoomAnimation forKey:@"zoom"];
620 [rendererLayer addAnimation:zoomAnimation forKey:@"zoom"];
    [all...]

Completed in 623 milliseconds

1 2