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

1 2

  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAnimationSet.java 7 import android.view.animation.AnimationSet;
13 @Implements(AnimationSet.class)
18 private AnimationSet realAnimationSet;
  /development/samples/ApiDemos/src/com/example/android/apis/view/
LayoutAnimation2.java 23 import android.view.animation.AnimationSet;
37 AnimationSet set = new AnimationSet(true);
  /cts/tests/tests/view/src/android/view/animation/cts/
AnimationSetTest.java 31 import android.view.animation.AnimationSet;
64 new AnimationSet(true);
71 new AnimationSet(mActivity, attr);
75 final AnimationSet animationSet = createAnimationSet();
76 animationSet.setDuration(ANIMATIONSET_DURATION);
78 List<Animation> children = animationSet.getAnimations();
83 // After initialize, AnimationSet override the child values.
84 assertFalse(animationSet.isInitialized());
85 animationSet.initialize(INITIAL_SIZE, INITIAL_SIZE, INITIAL_SIZE, INITIAL_SIZE)
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListWithDisappearingItemBug.java 27 import android.view.animation.AnimationSet;
61 AnimationSet set = new AnimationSet(true);
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
AnimationSetTest.java 19 private AnimationSet set;
24 set = new AnimationSet(true);
  /development/samples/devbytes/animation/ViewAnimations/src/com/example/android/viewanimations/
ViewAnimations.java 24 import android.view.animation.AnimationSet;
77 final AnimationSet setAnimation = new AnimationSet(true);
  /frameworks/base/core/java/android/view/animation/
AnimationSet.java 32 * If AnimationSet sets any properties that its children also set
33 * (for example, duration or fillBefore), the values of AnimationSet
36 * <p>The way that AnimationSet inherits behavior from Animation is important to
37 * understand. Some of the Animation attributes applied to AnimationSet affect the
38 * AnimationSet itself, some are pushed down to the children, and some are ignored,
42 * on an AnimationSet object, will be pushed down to all child animations.</li>
43 * <li>repeatCount, fillEnabled: These properties are ignored for AnimationSet.</li>
44 * <li>startOffset, shareInterpolator: These properties apply to the AnimationSet itself.</li>
48 * release, the values set in XML were ignored for AnimationSet). That is, calling
49 * <code>setDuration(500)</code> on an AnimationSet has the same effect as declarin
    [all...]
AnimationUtils.java 97 AnimationSet parent, AttributeSet attrs) throws XmlPullParserException, IOException {
115 anim = new AnimationSet(c, attrs);
116 createAnimationFromXml(c, parser, (AnimationSet)anim, attrs);
  /development/samples/devbytes/animation/ListViewItemAnimations/src/com/example/android/listviewitemanimations/
ListViewItemAnimations.java 35 import android.view.animation.AnimationSet;
211 AnimationSet set = new AnimationSet(true);
249 AnimationSet set = new AnimationSet(true);
  /frameworks/base/services/core/java/com/android/server/wm/
AppTransition.java 30 import android.view.animation.AnimationSet;
412 AnimationSet set = new AnimationSet(false);
535 // This AnimationSet uses the Interpolators assigned above.
536 AnimationSet set = new AnimationSet(false);
556 // This AnimationSet uses the Interpolators assigned above.
557 AnimationSet set = new AnimationSet(false);
621 AnimationSet set = new AnimationSet(true)
    [all...]
WindowStateAnimator.java 58 import android.view.animation.AnimationSet;
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
ViewAnimatorTest.java 34 import android.view.animation.AnimationSet;
71 AnimationSet expected = new AnimationSet(mActivity, mAttributeSet);
303 AnimationSet expected = new AnimationSet(mActivity, mAttributeSet);
AdapterViewTest.java 30 import android.view.animation.AnimationSet;
418 LayoutAnimationController lAC = new LayoutAnimationController(new AnimationSet(true));
  /packages/apps/TvSettings/QuickSettings/src/com/android/tv/quicksettings/
SettingsDialog.java 28 import android.view.animation.AnimationSet;
  /frameworks/opt/photoviewer/src/com/android/ex/photo/
PhotoViewController.java 33 import android.view.animation.AnimationSet;
    [all...]
  /frameworks/support/v4/java/android/support/v4/app/
FragmentManager.java 40 import android.view.animation.AnimationSet;
757 AnimationSet set = new AnimationSet(false);
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/
Robolectric.java 444 public static ShadowAnimationSet shadowOf(AnimationSet instance) {
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java 102 import android.view.animation.AnimationSet;
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 

Completed in 1190 milliseconds

1 2