Searched defs:animator (Results 1 – 9 of 9) sorted by relevance
| /development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/ |
| D | DefaultCardStreamAnimator.java | 38 ObjectAnimator animator = ObjectAnimator.ofPropertyValuesHolder(new Object(), in getDisappearingAnimator() local 56 ObjectAnimator animator = ObjectAnimator.ofPropertyValuesHolder(new Object(), in getAppearingAnimator() local 69 ObjectAnimator animator = ObjectAnimator.ofPropertyValuesHolder(new Object(), in getInitalAnimator() local 88 ObjectAnimator animator = ObjectAnimator.ofPropertyValuesHolder(view, in getSwipeInAnimator() local
|
| D | CardStreamLinearLayout.java | 241 ObjectAnimator animator; in onLayout() local 471 ObjectAnimator animator = mAnimators.getInitalAnimator(getContext()); in runInitialAnimations() local 489 ObjectAnimator animator = mAnimators.getSwipeOutAnimator(child, deltaX, deltaY); in handleViewSwipingOut() local 510 ObjectAnimator animator = mAnimators.getSwipeInAnimator(child, deltaX, deltaY); in handleViewSwipingIn() local
|
| D | Card.java | 160 ObjectAnimator animator = ObjectAnimator.ofFloat(mOverlayView, "alpha", 0.f); in setState() local
|
| /development/samples/browseable/CustomTransition/src/com.example.android.customtransition/ |
| D | ChangeColor.java | 95 ValueAnimator animator = ValueAnimator.ofObject(new ArgbEvaluator(), in createAnimator() local
|
| /development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/ |
| D | InsertingCells.java | 94 ObjectAnimator animator = mRoundView.getScalingAnimator(); in addRow() local
|
| /development/samples/browseable/Interpolator/src/com.example.android.interpolator/ |
| D | InterpolatorFragment.java | 207 ObjectAnimator animator = ObjectAnimator.ofFloat(mView, View.SCALE_X, View.SCALE_Y, path); in startAnimation() local
|
| /development/samples/devbytes/graphics/FoldingLayout/src/com/example/android/foldinglayout/ |
| D | FoldingLayoutActivity.java | 330 ObjectAnimator animator = ObjectAnimator.ofFloat(mFoldLayout, "foldFactor", foldFactor, 1); in animateFold() local
|
| /development/samples/devbytes/animation/ListViewItemAnimations/src/com/example/android/listviewitemanimations/ |
| D | ListViewItemAnimations.java | 361 private void setAnimatorEndAction(Animator animator, final Runnable endAction) { in setAnimatorEndAction()
|
| /development/samples/devbytes/graphics/ImagePixelization/src/com/example/android/imagepixelization/ |
| D | ImagePixelization.java | 123 ObjectAnimator animator = ObjectAnimator.ofInt(mSeekBar, "progress", 0, in onOptionsItemSelected() local
|