Home
last modified time | relevance | path

Searched defs:animator (Results 1 – 10 of 10) sorted by relevance

/development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
DDefaultCardStreamAnimator.java36 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
DCardStreamLinearLayout.java239 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
DCard.java158 ObjectAnimator animator = ObjectAnimator.ofFloat(mOverlayView, "alpha", 0.f); in setState() local
/development/samples/browseable/CustomTransition/src/com.example.android.customtransition/
DChangeColor.java95 ValueAnimator animator = ValueAnimator.ofObject(new ArgbEvaluator(), in createAnimator() local
/development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
DInsertingCells.java94 ObjectAnimator animator = mRoundView.getScalingAnimator(); in addRow() local
/development/samples/browseable/Interpolator/src/com.example.android.interpolator/
DInterpolatorFragment.java207 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/
DFoldingLayoutActivity.java330 ObjectAnimator animator = ObjectAnimator.ofFloat(mFoldLayout, "foldFactor", foldFactor, 1); in animateFold() local
/development/samples/devbytes/animation/ListViewItemAnimations/src/com/example/android/listviewitemanimations/
DListViewItemAnimations.java361 private void setAnimatorEndAction(Animator animator, final Runnable endAction) { in setAnimatorEndAction()
/development/samples/devbytes/graphics/ImagePixelization/src/com/example/android/imagepixelization/
DImagePixelization.java123 ObjectAnimator animator = ObjectAnimator.ofInt(mSeekBar, "progress", 0, in onOptionsItemSelected() local
/development/samples/MultiDisplay/src/com/example/android/multidisplay/launcher/
DLauncherActivity.java278 final Animator animator = revealAnimator(mAppDrawerView, show); in showAppDrawer() local