HomeSort by relevance Sort by last modified time
    Searched full:objectanimator (Results 151 - 175 of 798) sorted by null

1 2 3 4 5 67 8 91011>>

  /cts/tests/tests/view/res/anim-land/
changing_state_list_animator.xml 18 <objectAnimator android:propertyName="x" android:duration="100" android:valueTo="10" android:valueType="floatType"/>
22 <objectAnimator android:propertyName="x" android:duration="100" android:valueTo="200dp" android:valueType="floatType"/>
  /developers/build/prebuilts/gradle/FloatingActionButtonBasic/Application/src/main/res/animator/
fab_anim.xml 22 <objectAnimator
30 <objectAnimator
  /developers/build/prebuilts/gradle/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/ui/
ScaleTransition.java 4 import android.animation.ObjectAnimator;
32 return ObjectAnimator.ofPropertyValuesHolder(view, holderX, holderY);
  /developers/samples/android/ui/views/FloatingActionButton/FloatingActionButtonBasic/Application/src/main/res/animator/
fab_anim.xml 22 <objectAnimator
30 <objectAnimator
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/ui/
ScaleTransition.java 4 import android.animation.ObjectAnimator;
32 return ObjectAnimator.ofPropertyValuesHolder(view, holderX, holderY);
  /development/samples/ApiDemos/res/anim/
animator_set.xml 18 <objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
25 <objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
object_animator_pvh.xml 18 <objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
24 </objectAnimator>
object_animator_pvh_kf.xml 17 <objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
31 </objectAnimator>
  /development/samples/ApiDemos/res/animator/
fragment_slide_left_enter.xml 20 <objectAnimator
26 <objectAnimator
fragment_slide_left_exit.xml 20 <objectAnimator
26 <objectAnimator
fragment_slide_right_enter.xml 20 <objectAnimator
26 <objectAnimator
fragment_slide_right_exit.xml 20 <objectAnimator
26 <objectAnimator
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
MultiPropertyAnimation.java 89 ObjectAnimator yBouncer = ObjectAnimator.ofFloat(ball, "y",
98 ObjectAnimator yAlphaBouncer = ObjectAnimator.ofPropertyValuesHolder(ball,
114 ObjectAnimator whxyBouncer = ObjectAnimator.ofPropertyValuesHolder(ball, pvhW, pvhH,
126 ObjectAnimator yxBouncer = ObjectAnimator.ofPropertyValuesHolder(ball, pvhY,
  /development/samples/browseable/FloatingActionButtonBasic/res/animator/
fab_anim.xml 22 <objectAnimator
30 <objectAnimator
  /development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/ui/
ScaleTransition.java 4 import android.animation.ObjectAnimator;
32 return ObjectAnimator.ofPropertyValuesHolder(view, holderX, holderY);
  /development/samples/devbytes/animation/PropertyAnimations/res/animator/
scale.xml 17 <objectAnimator
23 <objectAnimator
  /frameworks/base/core/res/res/anim/
ft_avd_toarrow_rectangle_4_animation.xml 20 <objectAnimator
26 <objectAnimator
ft_avd_toarrow_rectangle_6_animation.xml 20 <objectAnimator
26 <objectAnimator
ft_avd_tooverflow_rectangle_1_animation.xml 20 <objectAnimator
26 <objectAnimator
ft_avd_tooverflow_rectangle_3_animation.xml 20 <objectAnimator
26 <objectAnimator
progress_indeterminate_horizontal_rect1.xml 18 <objectAnimator
24 <objectAnimator
progress_indeterminate_horizontal_rect2.xml 18 <objectAnimator
24 <objectAnimator
  /frameworks/base/core/res/res/animator/
leanback_setup_fragment_close_exit.xml 20 <objectAnimator
27 <objectAnimator
leanback_setup_fragment_open_enter.xml 20 <objectAnimator
27 <objectAnimator
  /frameworks/base/core/tests/coretests/src/android/animation/
ObjectAnimatorEventsTest.java 22 * Listener tests for ObjectAnimator.
31 mAnimator = ObjectAnimator.ofFloat(button, "translationX", 0, 100);

Completed in 962 milliseconds

1 2 3 4 5 67 8 91011>>