HomeSort by relevance Sort by last modified time
    Searched full:setanimation (Results 1 - 19 of 19) sorted by null

  /cts/tests/tests/view/src/android/view/cts/
View_AnimationTest.java 63 method = "setAnimation",
70 view.setAnimation(null);
73 view.setAnimation(mAnimation);
126 view.setAnimation(mAnimation);
ViewGroupTest.java 480 son.setAnimation(new MockAnimation());
488 son.setAnimation(new MockAnimation());
495 son.setAnimation(new MockAnimation());
975 textView.setAnimation(new AlphaAnimation(mContext, null));
    [all...]
ViewTest.java 187 view.setAnimation(animation);
196 method = "setAnimation",
206 view.setAnimation(animation);
210 view.setAnimation(null);
227 view.setAnimation(animation);
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
FixedAnimationComponent.java 43 public void setAnimation(int index) {
MainMenuActivity.java 303 mTicker.setAnimation(mFadeInAnimation);
  /frameworks/base/core/java/android/view/animation/
LayoutAnimationController.java 114 setAnimation(context, resource);
144 setAnimation(animation);
178 * @see #setAnimation(Animation)
183 public void setAnimation(Context context, int resourceID) {
184 setAnimation(AnimationUtils.loadAnimation(context, resourceID));
193 * @see #setAnimation(android.content.Context, int)
198 public void setAnimation(Animation animation) {
209 * @see #setAnimation(android.content.Context, int)
210 * @see #setAnimation(Animation)
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
AnimateDrawable.java 43 public void setAnimation(Animation anim) {
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
MovieControllerOverlay.java 243 background.setAnimation(null);
244 timeBar.setAnimation(null);
245 playPauseReplayView.setAnimation(null);
  /frameworks/base/docs/html/guide/topics/graphics/
view-animation.jd 106 android.view.View#setAnimation(android.view.animation.Animation) View.setAnimation()}</code>.</p>
  /cts/tests/tests/view/src/android/view/animation/cts/
LayoutAnimationControllerTest.java 270 method = "setAnimation",
275 method = "setAnimation",
284 mController.setAnimation(animation);
297 mController.setAnimation(mActivity, R.anim.layout_anim_controller_animation);
536 mController.setAnimation(animation);
  /external/webkit/Source/WebCore/page/animation/
AnimationBase.h 140 void setAnimation(const Animation* anim) { m_animation = const_cast<Animation*>(anim); }
CompositeAnimation.cpp 246 keyframeAnim->setAnimation(anim);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsPanelView.java 424 h.thumbnailView.setAnimation(
  /frameworks/base/services/java/com/android/server/wm/
AppWindowToken.java 118 public void setAnimation(Animation anim) {
WindowState.java 620 public void setAnimation(Animation anim) {
    [all...]
WindowManagerService.java     [all...]
  /packages/apps/Gallery/src/com/android/camera/
ViewImage.java 739 mActionIconPanel.setAnimation(animation);
    [all...]
  /frameworks/base/core/java/android/view/
View.java 538 * {@link #setAnimation(Animation)} or
    [all...]
ViewGroup.java     [all...]

Completed in 1728 milliseconds