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.java100 float endRotationY; in getSwipeOutAnimator() local
109 endRotationY = -15.f; in getSwipeOutAnimator()
111 endRotationY = 15.f; in getSwipeOutAnimator()
117 PropertyValuesHolder.ofFloat("rotationY", endRotationY)).setDuration(duration); in getSwipeOutAnimator()