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

1 2 3

  /developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/cardstream/
DefaultCardStreamAnimator.java 35 ObjectAnimator animator = ObjectAnimator.ofPropertyValuesHolder(new Object(),
53 ObjectAnimator animator = ObjectAnimator.ofPropertyValuesHolder(new Object(),
66 ObjectAnimator animator = ObjectAnimator.ofPropertyValuesHolder(new Object(),
85 ObjectAnimator animator = ObjectAnimator.ofPropertyValuesHolder(view,
114 return ObjectAnimator.ofPropertyValuesHolder(view,
  /development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
DefaultCardStreamAnimator.java 38 ObjectAnimator animator = ObjectAnimator.ofPropertyValuesHolder(new Object(),
56 ObjectAnimator animator = ObjectAnimator.ofPropertyValuesHolder(new Object(),
69 ObjectAnimator animator = ObjectAnimator.ofPropertyValuesHolder(new Object(),
88 ObjectAnimator animator = ObjectAnimator.ofPropertyValuesHolder(view,
117 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);
  /frameworks/base/core/java/android/animation/
ObjectAnimator.java 247 return ofPropertyValuesHolder(target, x, y);
288 return ofPropertyValuesHolder(target, x, y);
309 return ofPropertyValuesHolder(target, pvh);
329 return ofPropertyValuesHolder(target, pvh);
355 return ObjectAnimator.ofPropertyValuesHolder(target, pvh);
441 return ofPropertyValuesHolder(target, x, y);
483 return ofPropertyValuesHolder(target, x, y);
505 return ofPropertyValuesHolder(target, pvh);
525 return ofPropertyValuesHolder(target, pvh);
551 return ObjectAnimator.ofPropertyValuesHolder(target, pvh)
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherAnimUtils.java 110 public static ObjectAnimator ofPropertyValuesHolder(View target,
120 public static ObjectAnimator ofPropertyValuesHolder(Object target,
  /development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
RoundView.java 78 .ofPropertyValuesHolder(this, 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 85 ObjectAnimator objAnimator = ObjectAnimator.ofPropertyValuesHolder(mObject,pVHolder);
97 ObjectAnimator objAnimator = ObjectAnimator.ofPropertyValuesHolder(mObject,pVHolder);
206 ObjectAnimator objAnimator = ObjectAnimator.ofPropertyValuesHolder(mObject,pVHolder);
222 ObjectAnimator objAnimator = ObjectAnimator.ofPropertyValuesHolder(mObject,pVHolder);
238 final ObjectAnimator objAnimator = ObjectAnimator.ofPropertyValuesHolder(mObject,pVHolder);
265 ObjectAnimator colorAnimator = ObjectAnimator.ofPropertyValuesHolder(object,pVHolder);
287 ObjectAnimator objAnimator = ObjectAnimator.ofPropertyValuesHolder(mObject,pVHolder);
LayoutAnimationTest.java 116 ObjectAnimator appearingAnimator = (ObjectAnimator) ObjectAnimator.ofPropertyValuesHolder(
134 ObjectAnimator appearingAnimator = (ObjectAnimator) ObjectAnimator.ofPropertyValuesHolder(
  /development/samples/devbytes/animation/SlidingFragments/src/com/example/android/slidingfragments/
SlidingFragments.java 144 ofPropertyValuesHolder(movingFragmentView, rotateX, scaleX, scaleY);
175 ofPropertyValuesHolder(movingFragmentView, rotateX, scaleX, scaleY);
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherAnimUtils.java 111 public static ObjectAnimator ofPropertyValuesHolder(View target,
121 public static ObjectAnimator ofPropertyValuesHolder(Object target,
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/
Utils.java 135 ObjectAnimator.ofPropertyValuesHolder(labelToAnimate, 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(
  /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);
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardWidgetCarousel.java 176 ObjectAnimator a = ObjectAnimator.ofPropertyValuesHolder(child, alpha, outlineAlpha, rotationY);
256 a = ObjectAnimator.ofPropertyValuesHolder(child, alpha, outlineAlpha,
259 a = ObjectAnimator.ofPropertyValuesHolder(child, alpha, outlineAlpha);
  /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,
  /packages/apps/Nfc/src/com/android/nfc/
SendUi.java 240 mPreAnimator = ObjectAnimator.ofPropertyValuesHolder(mScreenshotView, preX, preY);
250 mSlowSendAnimator = ObjectAnimator.ofPropertyValuesHolder(mScreenshotView, postX, postY);
254 mFastSendAnimator = ObjectAnimator.ofPropertyValuesHolder(mScreenshotView, postX,
263 mScaleUpAnimator = ObjectAnimator.ofPropertyValuesHolder(mScreenshotView, scaleUpX, scaleUpY);
269 mFadeInAnimator = ObjectAnimator.ofPropertyValuesHolder(mScreenshotView, fadeIn);
276 mHintAnimator = ObjectAnimator.ofPropertyValuesHolder(mTextHint, alphaUp);
282 mAlphaDownAnimator = ObjectAnimator.ofPropertyValuesHolder(mBlackLayer, alphaDown);
287 mAlphaUpAnimator = ObjectAnimator.ofPropertyValuesHolder(mBlackLayer, alphaUp);
    [all...]
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/banners/
SwipableOverlayView.java 538 ObjectAnimator.ofPropertyValuesHolder(this,
541 ObjectAnimator.ofPropertyValuesHolder(this,
544 ObjectAnimator.ofPropertyValuesHolder(this,
  /developers/samples/android/wearable/wear/Notifications/Wearable/src/main/java/com/example/android/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/wearable/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
AnimatedNotificationDisplayActivity.java 77 mAnimation = ObjectAnimator.ofPropertyValuesHolder(mImageView,
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
AnimationHelper.java 192 animators.add(ObjectAnimator.ofPropertyValuesHolder(view, viewTranslation));
  /frameworks/base/core/tests/coretests/src/android/animation/
AutoCancelTest.java 51 returnVal = ObjectAnimator.ofPropertyValuesHolder(this, pvhArray);

Completed in 1188 milliseconds

1 2 3