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

1 2

  /developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/cardstream/
DefaultCardStreamAnimator.java 36 ObjectAnimator animator = ObjectAnimator.ofPropertyValuesHolder(new Object(),
54 ObjectAnimator animator = ObjectAnimator.ofPropertyValuesHolder(new Object(),
67 ObjectAnimator animator = ObjectAnimator.ofPropertyValuesHolder(new Object(),
86 ObjectAnimator animator = ObjectAnimator.ofPropertyValuesHolder(view,
115 return ObjectAnimator.ofPropertyValuesHolder(view,
  /development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
DefaultCardStreamAnimator.java 36 ObjectAnimator animator = ObjectAnimator.ofPropertyValuesHolder(new Object(),
54 ObjectAnimator animator = ObjectAnimator.ofPropertyValuesHolder(new Object(),
67 ObjectAnimator animator = ObjectAnimator.ofPropertyValuesHolder(new Object(),
86 ObjectAnimator animator = ObjectAnimator.ofPropertyValuesHolder(view,
115 return ObjectAnimator.ofPropertyValuesHolder(view,
  /development/samples/devbytes/animation/SquashAndStretch/src/com/example/squashandstretch/
SquashAndStretch.java 86 ObjectAnimator downAnim = ObjectAnimator.ofPropertyValuesHolder(
95 ObjectAnimator.ofPropertyValuesHolder(view, pvhSX, pvhSY);
106 ObjectAnimator.ofPropertyValuesHolder(view, pvhTY, pvhSX, pvhSY);
  /cts/tests/tests/view/src/android/view/cts/
SurfaceViewSyncTest.java 164 return makeInfinite(ObjectAnimator.ofPropertyValuesHolder(view, pvhX, pvhY));
174 return makeInfinite(ObjectAnimator.ofPropertyValuesHolder(view, pvhX, pvhY));
180 return makeInfinite(ObjectAnimator.ofPropertyValuesHolder(view, pvhX, pvhY));
282 view -> makeInfinite(ObjectAnimator.ofPropertyValuesHolder(view,
305 return makeInfinite(ObjectAnimator.ofPropertyValuesHolder(view,
328 return makeInfinite(ObjectAnimator.ofPropertyValuesHolder(view,
  /developers/build/prebuilts/gradle/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/ui/
ScaleTransition.java 32 return ObjectAnimator.ofPropertyValuesHolder(view, holderX, holderY);
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/ui/
ScaleTransition.java 32 return ObjectAnimator.ofPropertyValuesHolder(view, holderX, holderY);
  /development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/ui/
ScaleTransition.java 32 return ObjectAnimator.ofPropertyValuesHolder(view, holderX, holderY);
  /development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
RoundView.java 78 .ofPropertyValuesHolder(this, imgViewScaleX, imgViewScaleY);
InsertionListView.java 177 .ofPropertyValuesHolder(copyImgView, imgViewScaleX, imgViewScaleY);
  /development/samples/devbytes/animation/MultiPropertyAnimations/src/com/example/android/multipropertyanimations/
MultiPropertyAnimations.java 90 ObjectAnimator.ofPropertyValuesHolder(view, pvhTX, pvhTY).start();
  /cts/tests/tests/animation/src/android/animation/cts/
PropertyValuesHolderTest.java 126 ObjectAnimator objAnimator = ObjectAnimator.ofPropertyValuesHolder(mObject,pVHolder);
138 ObjectAnimator objAnimator = ObjectAnimator.ofPropertyValuesHolder(mObject,pVHolder);
235 ObjectAnimator objAnimator = ObjectAnimator.ofPropertyValuesHolder(mObject,pVHolder);
252 ObjectAnimator objAnimator = ObjectAnimator.ofPropertyValuesHolder(mObject,pVHolder);
269 final ObjectAnimator objAnimator = ObjectAnimator.ofPropertyValuesHolder(mObject,pVHolder);
293 ObjectAnimator colorAnimator = ObjectAnimator.ofPropertyValuesHolder(object,pVHolder);
325 final ValueAnimator anim = ValueAnimator.ofPropertyValuesHolder(pvh);
383 final ValueAnimator anim = ValueAnimator.ofPropertyValuesHolder(pvh);
420 final ValueAnimator anim = ValueAnimator.ofPropertyValuesHolder(pvh);
477 final ValueAnimator anim = ValueAnimator.ofPropertyValuesHolder(pvh)
    [all...]
LayoutAnimationTest.java 137 ObjectAnimator appearingAnimator = ObjectAnimator.ofPropertyValuesHolder(
156 ObjectAnimator appearingAnimator = ObjectAnimator.ofPropertyValuesHolder(
ValueAnimatorTest.java 380 ValueAnimator a2 = ValueAnimator.ofPropertyValuesHolder();
389 ValueAnimator a1 = ValueAnimator.ofPropertyValuesHolder(holders);
545 ValueAnimator animator = ValueAnimator.ofPropertyValuesHolder(pvhX, pvhY);
  /development/samples/devbytes/animation/SlidingFragments/src/com/example/android/slidingfragments/
SlidingFragments.java 144 ofPropertyValuesHolder(movingFragmentView, rotateX, scaleX, scaleY);
175 ofPropertyValuesHolder(movingFragmentView, rotateX, scaleX, scaleY);
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
MultiPropertyAnimation.java 98 ObjectAnimator yAlphaBouncer = ObjectAnimator.ofPropertyValuesHolder(ball,
114 ObjectAnimator whxyBouncer = ObjectAnimator.ofPropertyValuesHolder(ball, pvhW, pvhH,
126 ObjectAnimator yxBouncer = ObjectAnimator.ofPropertyValuesHolder(ball, pvhY,
LayoutAnimationsHideShow.java 126 final ObjectAnimator changeIn = ObjectAnimator.ofPropertyValuesHolder(
144 final ObjectAnimator changeOut = ObjectAnimator.ofPropertyValuesHolder(
LayoutAnimations.java 162 customChangingAppearingAnim = ObjectAnimator.ofPropertyValuesHolder(
179 customChangingDisappearingAnim = ObjectAnimator.ofPropertyValuesHolder(
  /development/samples/devbytes/animation/ToonGame/src/com/example/android/toongame/
ToonGame.java 187 ObjectAnimator downAnim = ObjectAnimator.ofPropertyValuesHolder(view, pvhTY, pvhSX, pvhSY);
193 ObjectAnimator upAnim = ObjectAnimator.ofPropertyValuesHolder(view, pvhTY, pvhSX, pvhSY);
198 ObjectAnimator stretchAnim = ObjectAnimator.ofPropertyValuesHolder(view, pvhSX, pvhSY);
PlayerSetupActivity.java 175 ObjectAnimator bounceAnim = ObjectAnimator.ofPropertyValuesHolder(
186 ObjectAnimator moveAnim = ObjectAnimator.ofPropertyValuesHolder(
302 ObjectAnimator anim = ObjectAnimator.ofPropertyValuesHolder(child, pvhSX, pvhSY);
  /development/samples/devbytes/animation/CardFlip/src/com/example/android/cardflip/
CardView.java 142 ObjectAnimator cardAnimator = ObjectAnimator.ofPropertyValuesHolder(this, rotation,
158 ObjectAnimator colorizer = ObjectAnimator.ofPropertyValuesHolder(this,
  /developers/build/prebuilts/gradle/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
AnimatedNotificationDisplayActivity.java 77 mAnimation = ObjectAnimator.ofPropertyValuesHolder(mImageView,
  /developers/samples/android/deprecated/wearable/wear/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
AnimatedNotificationDisplayActivity.java 77 mAnimation = ObjectAnimator.ofPropertyValuesHolder(mImageView,
  /development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/
AnimatedNotificationDisplayActivity.java 77 mAnimation = ObjectAnimator.ofPropertyValuesHolder(mImageView,
  /development/samples/devbytes/animation/PropertyAnimations/src/com/example/android/propertyanimations/
PropertyAnimations.java 78 ObjectAnimator.ofPropertyValuesHolder(scaleButton, pvhX, pvhY);
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
MainActivity.java 173 ObjectAnimator objectAnimator = ObjectAnimator.ofPropertyValuesHolder(

Completed in 796 milliseconds

1 2