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

1 2

  /development/samples/ApiDemos/src/com/example/android/apis/view/
LayoutAnimation2.java 41 set.addAnimation(animation);
48 set.addAnimation(animation);
  /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);
GraphicsLayerQt.cpp     [all...]
  /frameworks/base/core/java/com/android/internal/widget/
DrawableHolder.java 79 this.addAnimation(anim, replace);
115 private DrawableHolder addAnimation(ObjectAnimator anim, boolean overwrite) {
  /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; }
  /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);
LayerAndroid.cpp 299 void LayerAndroid::addAnimation(PassRefPtr<AndroidAnimation> prpAnim)
    [all...]
  /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...]
  /external/webkit/Source/WebCore/platform/graphics/ca/mac/
PlatformCALayerMac.mm 357 [m_layer.get() addAnimation:animation->m_animation.get() forKey:key];
  /frameworks/support/v4/java/android/support/v4/app/
FragmentManager.java 725 set.addAnimation(scale);
729 set.addAnimation(alpha);
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java     [all...]

Completed in 1157 milliseconds

1 2