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

1 2

  /cts/tests/tests/view/src/android/view/animation/cts/
GridLayoutAnimationControllerTest.java 98 XmlResourceParser parser = mActivity.getResources().getAnimation(
140 Animation childAnimation1 = mGridView.getChildAt(INDEX_OF_CHILD1).getAnimation();
141 Animation childAnimation4 = mGridView.getChildAt(INDEX_OF_CHILD4).getAnimation();
142 Animation childAnimation7 = mGridView.getChildAt(INDEX_OF_CHILD7).getAnimation();
150 childAnimation1 = mGridView.getChildAt(INDEX_OF_CHILD1).getAnimation();
151 Animation childAnimation2 = mGridView.getChildAt(INDEX_OF_CHILD2).getAnimation();
152 Animation childAnimation3 = mGridView.getChildAt(INDEX_OF_CHILD3).getAnimation();
240 Animation childAnimation1 = mGridView.getChildAt(INDEX_OF_CHILD1).getAnimation();
241 Animation childAnimation4 = mGridView.getChildAt(INDEX_OF_CHILD4).getAnimation();
242 Animation childAnimation7 = mGridView.getChildAt(INDEX_OF_CHILD7).getAnimation();
    [all...]
LayoutAnimationControllerTest.java 100 Animation childAnimation1 = mListView.getChildAt(INDEX_OF_CHILD1).getAnimation();
101 Animation childAnimation2 = mListView.getChildAt(INDEX_OF_CHILD2).getAnimation();
102 Animation childAnimation3 = mListView.getChildAt(INDEX_OF_CHILD3).getAnimation();
147 childAnimation1 = mListView.getChildAt(INDEX_OF_CHILD1).getAnimation();
148 childAnimation2 = mListView.getChildAt(INDEX_OF_CHILD2).getAnimation();
149 childAnimation3 = mListView.getChildAt(INDEX_OF_CHILD3).getAnimation();
201 Animation childAnimation1 = mListView.getChildAt(INDEX_OF_CHILD1).getAnimation();
202 Animation childAnimation2 = mListView.getChildAt(INDEX_OF_CHILD2).getAnimation();
203 Animation childAnimation3 = mListView.getChildAt(INDEX_OF_CHILD3).getAnimation();
265 method = "getAnimation",
    [all...]
AlphaAnimationTest.java 52 XmlResourceParser parser = mContext.getResources().getAnimation(R.anim.alpha);
AnimationUtilsTest.java 95 assertEquals(duration, controller.getAnimation().getDuration());
AccelerateDecelerateInterpolatorTest.java 73 XmlResourceParser parser = mActivity.getResources().getAnimation(
AccelerateInterpolatorTest.java 81 XmlResourceParser parser = mActivity.getResources().getAnimation(R.anim.accelerate_alpha);
DecelerateInterpolatorTest.java 87 XmlResourceParser parser = mActivity.getResources().getAnimation(R.anim.decelerate_alpha);
ScaleAnimationTest.java 85 final XmlResourceParser parser = mActivity.getResources().getAnimation(
CycleInterpolatorTest.java 77 XmlResourceParser parser = mActivity.getResources().getAnimation(R.anim.cycle_alpha);
RotateAnimationTest.java 91 final XmlResourceParser parser = mActivity.getResources().getAnimation(
TranslateAnimationTest.java 93 final XmlResourceParser parser = mActivity.getResources().getAnimation(
AnimationSetTest.java 84 final XmlResourceParser parser = mActivity.getResources().getAnimation(
AnimationTest.java 83 XmlResourceParser parser = mActivity.getResources().getAnimation(R.anim.alpha);
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
View_AnimationTest.java 71 assertNull(view.getAnimation());
118 method = "getAnimation",
128 assertSame(mAnimation, view.getAnimation());
139 assertNull(view.getAnimation());
154 assertNotNull(view.getAnimation());
169 assertNull(view.getAnimation());
ViewTest.java 177 method = "getAnimation",
183 assertNull(view.getAnimation());
186 assertSame(animation, view.getAnimation());
189 assertNull(view.getAnimation());
200 assertNull(view.getAnimation());
205 assertSame(animation, view.getAnimation());
209 assertNull(view.getAnimation());
221 assertNull(view.getAnimation());
223 assertNull(view.getAnimation());
226 assertNotNull(view.getAnimation());
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
AnimateDrawable.java 39 public Animation getAnimation() {
  /frameworks/base/core/java/android/view/animation/
AnimationUtils.java 63 parser = context.getResources().getAnimation(id);
133 parser = context.getResources().getAnimation(id);
254 parser = context.getResources().getAnimation(id);
LayoutAnimationController.java 179 * @see #getAnimation()
194 * @see #getAnimation()
212 public Animation getAnimation() {
  /frameworks/base/core/java/android/widget/
ViewAnimator.java 151 } else if (child.getAnimation() == mInAnimation)
  /frameworks/base/test-runner/src/android/test/mock/
MockResources.java 152 public XmlResourceParser getAnimation(int id) throws NotFoundException {
  /frameworks/base/core/java/android/view/
ViewGroup.java 861 || child.getAnimation() != null) {
    [all...]
  /packages/apps/Phone/src/com/android/phone/
InCallTouchUi.java 602 || mIncomingCallWidget.getAnimation() != null) {
632 Animation anim = mIncomingCallWidget.getAnimation();
    [all...]
  /cts/tests/tests/content/src/android/content/res/cts/
ResourcesTest.java 384 method = "getAnimation",
389 mResources.getAnimation(-1);
395 final XmlResourceParser ani = mResources.getAnimation(R.anim.anim_rotate);
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java 176 if ((child.getVisibility()) == VISIBLE || child.getAnimation() != null) {
    [all...]
  /frameworks/base/core/java/android/content/res/
Resources.java 754 public XmlResourceParser getAnimation(int id) throws NotFoundException {
    [all...]

Completed in 380 milliseconds

1 2