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

1 2

  /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/animation/src/android/animation/cts/
PropertyValuesHolderTest.java 79 ObjectAnimator objAnimator = ObjectAnimator.ofPropertyValuesHolder(mObject,pVHolder);
93 ObjectAnimator objAnimator = ObjectAnimator.ofPropertyValuesHolder(mObject,pVHolder);
109 ObjectAnimator objAnimator = ObjectAnimator.ofPropertyValuesHolder(mObject,pVHolder);
125 final ObjectAnimator objAnimator = ObjectAnimator.ofPropertyValuesHolder(mObject,pVHolder);
152 ObjectAnimator colorAnimator = ObjectAnimator.ofPropertyValuesHolder(object,pVHolder);
174 ObjectAnimator objAnimator = ObjectAnimator.ofPropertyValuesHolder(mObject,pVHolder);
LayoutAnimationTest.java 116 ObjectAnimator appearingAnimator = (ObjectAnimator) ObjectAnimator.ofPropertyValuesHolder(
134 ObjectAnimator appearingAnimator = (ObjectAnimator) ObjectAnimator.ofPropertyValuesHolder(
ObjectAnimatorTest.java 135 ObjectAnimator colorAnimator = ObjectAnimator.ofPropertyValuesHolder(object,
  /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/MultiPropertyAnimations/src/com/example/android/multipropertyanimations/
MultiPropertyAnimations.java 90 ObjectAnimator.ofPropertyValuesHolder(view, pvhTX, pvhTY).start();
  /packages/apps/Email/src/com/android/email/activity/
BannerController.java 100 final ObjectAnimator animator = ObjectAnimator.ofPropertyValuesHolder(
ThreePaneLayout.java 475 final ObjectAnimator animator = ObjectAnimator.ofPropertyValuesHolder(
  /packages/apps/Nfc/src/com/android/nfc/
SendUi.java 226 mPreAnimator = ObjectAnimator.ofPropertyValuesHolder(mScreenshotView, preX, preY);
236 mSlowSendAnimator = ObjectAnimator.ofPropertyValuesHolder(mScreenshotView, postX, postY);
240 mFastSendAnimator = ObjectAnimator.ofPropertyValuesHolder(mScreenshotView, postX,
249 mScaleUpAnimator = ObjectAnimator.ofPropertyValuesHolder(mScreenshotView, scaleUpX, scaleUpY);
255 mFadeInAnimator = ObjectAnimator.ofPropertyValuesHolder(mScreenshotView, fadeIn);
262 mHintAnimator = ObjectAnimator.ofPropertyValuesHolder(mTextHint, alphaUp);
268 mAlphaDownAnimator = ObjectAnimator.ofPropertyValuesHolder(mBlackLayer, alphaDown);
273 mAlphaUpAnimator = ObjectAnimator.ofPropertyValuesHolder(mBlackLayer, alphaUp);
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/
Utils.java 128 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(
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);
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardWidgetCarousel.java 178 ObjectAnimator a = ObjectAnimator.ofPropertyValuesHolder(child, alpha, outlineAlpha, rotationY);
258 a = ObjectAnimator.ofPropertyValuesHolder(child, alpha, outlineAlpha,
261 a = ObjectAnimator.ofPropertyValuesHolder(child, alpha, outlineAlpha);
  /development/samples/devbytes/animation/PropertyAnimations/src/com/example/android/propertyanimations/
PropertyAnimations.java 78 ObjectAnimator.ofPropertyValuesHolder(scaleButton, pvhX, pvhY);
  /frameworks/base/core/tests/coretests/src/android/animation/
AutoCancelTest.java 51 returnVal = ObjectAnimator.ofPropertyValuesHolder(this, pvhArray);
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
RadialSelectorView.java 322 ObjectAnimator disappearAnimator = ObjectAnimator.ofPropertyValuesHolder(
361 ObjectAnimator reappearAnimator = ObjectAnimator.ofPropertyValuesHolder(
RadialTextsView.java 294 mDisappearAnimator = ObjectAnimator.ofPropertyValuesHolder(
319 mReappearAnimator = ObjectAnimator.ofPropertyValuesHolder(
  /frameworks/base/core/java/com/android/internal/widget/multiwaveview/
Tweener.java 102 anim = ObjectAnimator.ofPropertyValuesHolder(object,
  /packages/apps/DeskClock/src/com/android/deskclock/widget/multiwaveview/
Tweener.java 103 anim = ObjectAnimator.ofPropertyValuesHolder(object,
  /frameworks/base/core/java/android/widget/
StackView.java 251 ObjectAnimator slideIn = ObjectAnimator.ofPropertyValuesHolder(animationSlider,
271 ObjectAnimator slideOut = ObjectAnimator.ofPropertyValuesHolder(animationSlider,
351 ObjectAnimator oa = ObjectAnimator.ofPropertyValuesHolder(view, scalePropX, scalePropY,
860 ObjectAnimator pa = ObjectAnimator.ofPropertyValuesHolder(animationSlider,
    [all...]
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
MainActivity.java 173 ObjectAnimator objectAnimator = ObjectAnimator.ofPropertyValuesHolder(
  /frameworks/base/core/java/android/animation/
ObjectAnimator.java 306 public static ObjectAnimator ofPropertyValuesHolder(Object target,

Completed in 1104 milliseconds

1 2