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

1 2 3

  /developers/build/prebuilts/gradle/BatchStepSensor/BatchStepSensorSample/src/main/java/com/example/android/batchstepsensor/
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);
  /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(
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherAnimUtils.java 110 public static ObjectAnimator ofPropertyValuesHolder(View target,
120 public static ObjectAnimator ofPropertyValuesHolder(Object target,
  /packages/apps/Launcher3/src/com/android/launcher3/
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();
  /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/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 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(
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/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,
  /development/samples/devbytes/animation/PropertyAnimations/src/com/example/android/propertyanimations/
PropertyAnimations.java 78 ObjectAnimator.ofPropertyValuesHolder(scaleButton, pvhX, pvhY);
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
AnimationHelper.java 196 animators.add(ObjectAnimator.ofPropertyValuesHolder(view, viewTranslation));
  /frameworks/base/core/tests/coretests/src/android/animation/
AutoCancelTest.java 51 returnVal = ObjectAnimator.ofPropertyValuesHolder(this, pvhArray);
  /frameworks/base/core/java/android/transition/
ChangeBounds.java 168 ObjectAnimator anim = ObjectAnimator.ofPropertyValuesHolder(view, pvh);
234 ObjectAnimator anim = ObjectAnimator.ofPropertyValuesHolder(view, pvh);
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
RadialSelectorView.java 344 ObjectAnimator disappearAnimator = ObjectAnimator.ofPropertyValuesHolder(
383 ObjectAnimator reappearAnimator = ObjectAnimator.ofPropertyValuesHolder(
RadialTextsView.java 305 mDisappearAnimator = ObjectAnimator.ofPropertyValuesHolder(
330 mReappearAnimator = ObjectAnimator.ofPropertyValuesHolder(
  /frameworks/base/core/java/com/android/internal/widget/multiwaveview/
Tweener.java 102 anim = ObjectAnimator.ofPropertyValuesHolder(object,

Completed in 1653 milliseconds

1 2 3