Home
last modified time | relevance | path

Searched refs:endRotationY (Results 1 – 1 of 1) sorted by relevance

/development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
DDefaultCardStreamAnimator.java101 float endRotationY; in getSwipeOutAnimator() local
110 endRotationY = -15.f; in getSwipeOutAnimator()
112 endRotationY = 15.f; in getSwipeOutAnimator()
118 PropertyValuesHolder.ofFloat("rotationY", endRotationY)).setDuration(duration); in getSwipeOutAnimator()