Searched defs:animator (Results 1 – 10 of 10) sorted by relevance
/development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/ |
D | DefaultCardStreamAnimator.java | 36 ObjectAnimator animator = ObjectAnimator.ofPropertyValuesHolder(new Object(), in getDisappearingAnimator() local 54 ObjectAnimator animator = ObjectAnimator.ofPropertyValuesHolder(new Object(), in getAppearingAnimator() local 67 ObjectAnimator animator = ObjectAnimator.ofPropertyValuesHolder(new Object(), in getInitalAnimator() local 86 ObjectAnimator animator = ObjectAnimator.ofPropertyValuesHolder(view, in getSwipeInAnimator() local
|
D | CardStreamLinearLayout.java | 239 ObjectAnimator animator; in onLayout() local 469 ObjectAnimator animator = mAnimators.getInitalAnimator(getContext()); in runInitialAnimations() local 487 ObjectAnimator animator = mAnimators.getSwipeOutAnimator(child, deltaX, deltaY); in handleViewSwipingOut() local 508 ObjectAnimator animator = mAnimators.getSwipeInAnimator(child, deltaX, deltaY); in handleViewSwipingIn() local
|
D | Card.java | 158 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
|
/development/samples/MultiDisplay/src/com/example/android/multidisplay/launcher/ |
D | LauncherActivity.java | 278 final Animator animator = revealAnimator(mAppDrawerView, show); in showAppDrawer() local
|