HomeSort by relevance Sort by last modified time
    Searched refs:getAnimation (Results 1 - 25 of 38) 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(
  /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 179 method = "getAnimation",
185 assertNull(view.getAnimation());
188 assertSame(animation, view.getAnimation());
191 assertNull(view.getAnimation());
202 assertNull(view.getAnimation());
207 assertSame(animation, view.getAnimation());
211 assertNull(view.getAnimation());
223 assertNull(view.getAnimation());
225 assertNull(view.getAnimation());
228 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 71 parser = context.getResources().getAnimation(id);
141 parser = context.getResources().getAnimation(id);
262 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 162 } else if (child.getAnimation() == mInAnimation)
  /frameworks/base/core/java/android/view/
ViewGroup.java     [all...]
  /packages/apps/Phone/src/com/android/phone/
InCallTouchUi.java     [all...]
  /frameworks/base/core/java/android/animation/
AnimatorInflater.java 71 parser = context.getResources().getAnimation(id);
  /packages/apps/Browser/src/com/android/browser/
TitleBar.java 311 } else if (mAutoLogin.getAnimation() == null) {
  /cts/tests/tests/content/src/android/content/res/cts/
ResourcesTest.java 360 method = "getAnimation",
365 mResources.getAnimation(-1);
371 final XmlResourceParser ani = mResources.getAnimation(R.anim.anim_rotate);
  /frameworks/base/tools/layoutlib/bridge/src/android/content/res/
BridgeResources.java 280 public XmlResourceParser getAnimation(int id) throws NotFoundException {

Completed in 3328 milliseconds

1 2