HomeSort by relevance Sort by last modified time
    Searched refs:anims (Results 1 - 18 of 18) sorted by null

  /external/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/
AnimData.java 42 public final ArrayList<Animation> anims; field in class:AnimData
44 public AnimData(Skeleton skeleton, ArrayList<Animation> anims) {
46 this.anims = anims;
MeshLoader.java 790 HashMap<String, Animation> anims = new HashMap<String, Animation>();
791 ArrayList<Animation> animList = animData.anims;
794 anims.put(anim.getName(), anim);
798 ctrl.setAnimations(anims);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBarTransitions.java 89 AnimatorSet anims = new AnimatorSet(); local
90 anims.playTogether(
98 anims.setDuration(LIGHTS_OUT_DURATION);
100 anims.start();
101 mCurrentAnimation = anims;
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/modifiers/
ObjectAnimationModifier.java 71 ArrayList<Animation> animList = animData.anims;
73 HashMap<String, Animation> anims = new HashMap<String, Animation>(); local
76 anims.put(animation.getName(), animation);
80 control.setAnimations(anims);
ArmatureModifier.java 204 ArrayList<Animation> animList = animData.anims;
206 HashMap<String, Animation> anims = new HashMap<String, Animation>(animList.size()); local
209 anims.put(animation.getName(), animation);
211 control.setAnimations(anims);
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
RadialPickerLayout.java 532 ObjectAnimator[] anims = new ObjectAnimator[4]; local
534 anims[0] = mHourRadialTextsView.getDisappearAnimator();
535 anims[1] = mHourRadialSelectorView.getDisappearAnimator();
536 anims[2] = mMinuteRadialTextsView.getReappearAnimator();
537 anims[3] = mMinuteRadialSelectorView.getReappearAnimator();
539 anims[0] = mHourRadialTextsView.getReappearAnimator();
540 anims[1] = mHourRadialSelectorView.getReappearAnimator();
541 anims[2] = mMinuteRadialTextsView.getDisappearAnimator();
542 anims[3] = mMinuteRadialSelectorView.getDisappearAnimator();
549 mTransition.playTogether(anims);
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
ConstraintShrinkWrap.java 65 for(Animation animation : animData.anims) {
ConstraintDistLimit.java 55 for(Animation animation : animData.anims) {
ConstraintLocLike.java 70 for(Animation animation : animData.anims) {
ConstraintLocLimit.java 81 for(Animation animation : animData.anims) {
ConstraintRotLike.java 57 for(Animation animation : animData.anims) {
ConstraintSizeLike.java 62 for(Animation animation : animData.anims) {
ConstraintSizeLimit.java 81 for(Animation animation : animData.anims) {
ConstraintRotLimit.java 86 for (Animation animation : animData.anims) {
  /frameworks/base/tools/aapt/
Resource.cpp 1205 sp<ResourceTypeSet> anims; local
    [all...]
  /frameworks/support/v4/java/android/support/v4/app/
FragmentManager.java 491 List<Animation> anims = ((AnimationSet) anim).getAnimations(); local
492 for (int i = 0; i < anims.size(); i++) {
493 if (anims.get(i) instanceof AlphaAnimation) {
    [all...]
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 

Completed in 3604 milliseconds