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

1 2

  /cts/tests/tests/view/src/android/view/animation/cts/
LayoutAnimationControllerTest.java 82 Animation childAnimation1 = mListView.getChildAt(INDEX_OF_CHILD1).getAnimation();
83 Animation childAnimation2 = mListView.getChildAt(INDEX_OF_CHILD2).getAnimation();
84 Animation childAnimation3 = mListView.getChildAt(INDEX_OF_CHILD3).getAnimation();
129 childAnimation1 = mListView.getChildAt(INDEX_OF_CHILD1).getAnimation();
130 childAnimation2 = mListView.getChildAt(INDEX_OF_CHILD2).getAnimation();
131 childAnimation3 = mListView.getChildAt(INDEX_OF_CHILD3).getAnimation();
171 Animation childAnimation1 = mListView.getChildAt(INDEX_OF_CHILD1).getAnimation();
172 Animation childAnimation2 = mListView.getChildAt(INDEX_OF_CHILD2).getAnimation();
173 Animation childAnimation3 = mListView.getChildAt(INDEX_OF_CHILD3).getAnimation();
238 assertSame(animation, mController.getAnimation());
    [all...]
GridLayoutAnimationControllerTest.java 76 XmlResourceParser parser = mActivity.getResources().getAnimation(
96 Animation childAnimation1 = mGridView.getChildAt(INDEX_OF_CHILD1).getAnimation();
97 Animation childAnimation4 = mGridView.getChildAt(INDEX_OF_CHILD4).getAnimation();
98 Animation childAnimation7 = mGridView.getChildAt(INDEX_OF_CHILD7).getAnimation();
106 childAnimation1 = mGridView.getChildAt(INDEX_OF_CHILD1).getAnimation();
107 Animation childAnimation2 = mGridView.getChildAt(INDEX_OF_CHILD2).getAnimation();
108 Animation childAnimation3 = mGridView.getChildAt(INDEX_OF_CHILD3).getAnimation();
184 Animation childAnimation1 = mGridView.getChildAt(INDEX_OF_CHILD1).getAnimation();
185 Animation childAnimation4 = mGridView.getChildAt(INDEX_OF_CHILD4).getAnimation();
186 Animation childAnimation7 = mGridView.getChildAt(INDEX_OF_CHILD7).getAnimation();
    [all...]
AlphaAnimationTest.java 33 XmlResourceParser parser = mContext.getResources().getAnimation(R.anim.alpha);
AnimationUtilsTest.java 73 assertEquals(duration, controller.getAnimation().getDuration());
AccelerateDecelerateInterpolatorTest.java 56 XmlResourceParser parser = mActivity.getResources().getAnimation(
DecelerateInterpolatorTest.java 62 XmlResourceParser parser = mActivity.getResources().getAnimation(R.anim.decelerate_alpha);
AccelerateInterpolatorTest.java 59 XmlResourceParser parser = mActivity.getResources().getAnimation(R.anim.accelerate_alpha);
RotateAnimationTest.java 59 final XmlResourceParser parser = mActivity.getResources().getAnimation(
ScaleAnimationTest.java 57 final XmlResourceParser parser = mActivity.getResources().getAnimation(
TranslateAnimationTest.java 65 final XmlResourceParser parser = mActivity.getResources().getAnimation(
CycleInterpolatorTest.java 60 XmlResourceParser parser = mActivity.getResources().getAnimation(R.anim.cycle_alpha);
AnimationSetTest.java 66 final XmlResourceParser parser = mActivity.getResources().getAnimation(
  /cts/tests/tests/view/src/android/view/cts/
View_AnimationTest.java 58 assertNull(view.getAnimation());
95 assertSame(mAnimation, view.getAnimation());
106 assertNull(view.getAnimation());
114 assertNotNull(view.getAnimation());
132 assertNull(view.getAnimation());
ViewTest.java 146 assertNull(view.getAnimation());
149 assertSame(animation, view.getAnimation());
152 assertNull(view.getAnimation());
158 assertNull(view.getAnimation());
163 assertSame(animation, view.getAnimation());
167 assertNull(view.getAnimation());
174 assertNull(view.getAnimation());
176 assertNull(view.getAnimation());
179 assertNotNull(view.getAnimation());
181 assertNull(view.getAnimation());
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
AnimateDrawable.java 39 public Animation getAnimation() {
  /packages/apps/Email/src/com/android/email/view/
NonLockingScrollView.java 137 return child.getVisibility() == VISIBLE || (child.getAnimation() != null);
  /frameworks/base/core/java/android/view/animation/
AnimationUtils.java 71 parser = context.getResources().getAnimation(id);
149 parser = context.getResources().getAnimation(id);
270 parser = context.getResources().getAnimation(id);
LayoutAnimationController.java 179 * @see #getAnimation()
194 * @see #getAnimation()
212 public Animation getAnimation() {
  /frameworks/base/test-runner/src/android/test/mock/
MockResources.java 152 public XmlResourceParser getAnimation(int id) throws NotFoundException {
  /gdk/samples/PhotoEditor/src/com/android/photoeditor/
PhotoView.java 116 } else if (getAnimation() != null) {
  /frameworks/base/core/java/android/widget/
ViewAnimator.java 164 } else if (child.getAnimation() == mInAnimation)
  /cts/tests/tests/content/src/android/content/res/cts/
ResourcesTest.java 262 mResources.getAnimation(-1);
268 final XmlResourceParser ani = mResources.getAnimation(R.anim.anim_rotate);
  /frameworks/base/core/java/android/animation/
AnimatorInflater.java 71 parser = context.getResources().getAnimation(id);
  /packages/apps/Browser/src/com/android/browser/
TitleBar.java 355 } else if (mAutoLogin.getAnimation() == null) {
  /frameworks/base/core/java/android/view/
ViewGroup.java     [all...]

Completed in 160 milliseconds

1 2