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

1 2 3 4

  /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,
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherAnimUtils.java 113 return ofPropertyValuesHolder(target,
119 public static ObjectAnimator ofPropertyValuesHolder(View target,
121 return ofPropertyValuesHolder(target, target, values);
124 public static ObjectAnimator ofPropertyValuesHolder(Object target,
126 ObjectAnimator anim = ObjectAnimator.ofPropertyValuesHolder(target, values);
  /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 273 return ofPropertyValuesHolder(target, x, y);
315 return ofPropertyValuesHolder(target, x, y);
336 return ofPropertyValuesHolder(target, pvh);
356 return ofPropertyValuesHolder(target, pvh);
383 return ObjectAnimator.ofPropertyValuesHolder(target, pvh);
472 return ofPropertyValuesHolder(target, x, y);
515 return ofPropertyValuesHolder(target, x, y);
537 return ofPropertyValuesHolder(target, pvh);
557 return ofPropertyValuesHolder(target, pvh);
584 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,
  /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);
  /development/samples/devbytes/animation/MultiPropertyAnimations/src/com/example/android/multipropertyanimations/
MultiPropertyAnimations.java 90 ObjectAnimator.ofPropertyValuesHolder(view, pvhTX, pvhTY).start();
  /frameworks/base/tests/UiBench/src/com/android/test/uibench/
ResizeHWLayerActivity.java 46 ValueAnimator animator = ValueAnimator.ofPropertyValuesHolder(pvhWidth, pvhHeight);
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
ParallaxTarget.java 83 mAnimator = ObjectAnimator.ofPropertyValuesHolder(targetObject, values);
  /cts/tests/tests/animation/src/android/animation/cts/
PropertyValuesHolderTest.java 125 ObjectAnimator objAnimator = ObjectAnimator.ofPropertyValuesHolder(mObject,pVHolder);
137 ObjectAnimator objAnimator = ObjectAnimator.ofPropertyValuesHolder(mObject,pVHolder);
234 ObjectAnimator objAnimator = ObjectAnimator.ofPropertyValuesHolder(mObject,pVHolder);
251 ObjectAnimator objAnimator = ObjectAnimator.ofPropertyValuesHolder(mObject,pVHolder);
268 final ObjectAnimator objAnimator = ObjectAnimator.ofPropertyValuesHolder(mObject,pVHolder);
292 ObjectAnimator colorAnimator = ObjectAnimator.ofPropertyValuesHolder(object,pVHolder);
324 final ValueAnimator anim = ValueAnimator.ofPropertyValuesHolder(pvh);
382 final ValueAnimator anim = ValueAnimator.ofPropertyValuesHolder(pvh);
419 final ValueAnimator anim = ValueAnimator.ofPropertyValuesHolder(pvh);
476 final ValueAnimator anim = ValueAnimator.ofPropertyValuesHolder(pvh)
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
SurfaceViewSyncTest.java 171 return makeInfinite(ObjectAnimator.ofPropertyValuesHolder(view, pvhX, pvhY));
181 return makeInfinite(ObjectAnimator.ofPropertyValuesHolder(view, pvhX, pvhY));
187 return makeInfinite(ObjectAnimator.ofPropertyValuesHolder(view, pvhX, pvhY));
324 view -> makeInfinite(ObjectAnimator.ofPropertyValuesHolder(view,
342 return makeInfinite(ObjectAnimator.ofPropertyValuesHolder(view,
360 return makeInfinite(ObjectAnimator.ofPropertyValuesHolder(view,
  /development/samples/devbytes/animation/SlidingFragments/src/com/example/android/slidingfragments/
SlidingFragments.java 144 ofPropertyValuesHolder(movingFragmentView, rotateX, scaleX, scaleY);
175 ofPropertyValuesHolder(movingFragmentView, rotateX, scaleX, scaleY);
  /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);
  /packages/apps/Launcher3/src/com/android/launcher3/keyboard/
FocusIndicatorHelper.java 164 mCurrentAnimation = ObjectAnimator.ofPropertyValuesHolder(this,
171 mCurrentAnimation = ObjectAnimator.ofPropertyValuesHolder(this,
180 mCurrentAnimation = ObjectAnimator.ofPropertyValuesHolder(this,
  /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,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskViewTransform.java 166 ObjectAnimator anim = ObjectAnimator.ofPropertyValuesHolder(v,
179 ObjectAnimator anim = ObjectAnimator.ofPropertyValuesHolder(v,
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
TwoButtonMethod.java 242 ObjectAnimator.ofPropertyValuesHolder(
248 ObjectAnimator.ofPropertyValuesHolder(
  /packages/apps/Nfc/src/com/android/nfc/beam/
SendUi.java 249 mPreAnimator = ObjectAnimator.ofPropertyValuesHolder(mScreenshotView, preX, preY);
259 mSlowSendAnimator = ObjectAnimator.ofPropertyValuesHolder(mScreenshotView, postX, postY);
263 mFastSendAnimator = ObjectAnimator.ofPropertyValuesHolder(mScreenshotView, postX,
272 mScaleUpAnimator = ObjectAnimator.ofPropertyValuesHolder(mScreenshotView, scaleUpX, scaleUpY);
278 mFadeInAnimator = ObjectAnimator.ofPropertyValuesHolder(mScreenshotView, fadeIn);
285 mHintAnimator = ObjectAnimator.ofPropertyValuesHolder(mTextHint, alphaUp);
291 mAlphaDownAnimator = ObjectAnimator.ofPropertyValuesHolder(mBlackLayer, alphaDown);
296 mAlphaUpAnimator = ObjectAnimator.ofPropertyValuesHolder(mBlackLayer, alphaUp);
    [all...]

Completed in 1667 milliseconds

1 2 3 4