HomeSort by relevance Sort by last modified time
    Searched refs:getAnimation (Results 1 - 25 of 48) 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 155 assertNull(view.getAnimation());
158 assertSame(animation, view.getAnimation());
161 assertNull(view.getAnimation());
167 assertNull(view.getAnimation());
172 assertSame(animation, view.getAnimation());
176 assertNull(view.getAnimation());
183 assertNull(view.getAnimation());
185 assertNull(view.getAnimation());
188 assertNotNull(view.getAnimation());
190 assertNull(view.getAnimation());
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
AnimateDrawable.java 39 public Animation getAnimation() {
  /development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
ExpandingListView.java 282 animations.add(getAnimation(v, delta, delta));
287 animations.add(getAnimation(v, delta, delta));
294 animations.add(getAnimation(view, -yTranslateTop, yTranslateBottom));
481 animations.add(getAnimation(v, diff, diff));
487 animations.add(getAnimation(view, yTranslateTop, -yTranslateBottom));
526 private Animator getAnimation(final View view, float translateTop, float translateBottom) {
  /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 {
  /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);
  /development/samples/devbytes/animation/ListViewItemAnimations/src/com/example/android/listviewitemanimations/
ListViewItemAnimations.java 350 view.getAnimation().setAnimationListener(new AnimationListenerAdapter() {
  /frameworks/base/core/java/android/animation/
AnimatorInflater.java 71 parser = context.getResources().getAnimation(id);
  /packages/apps/Browser/src/com/android/browser/
TitleBar.java 345 } else if (mAutoLogin.getAnimation() == null) {
  /frameworks/base/core/java/android/view/
ViewGroup.java     [all...]

Completed in 450 milliseconds

1 2