HomeSort by relevance Sort by last modified time
    Searched refs:endRotationY (Results 1 - 2 of 2) sorted by null

  /developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/cardstream/
DefaultCardStreamAnimator.java 101 float endRotationY;
110 endRotationY = -15.f;
112 endRotationY = 15.f;
118 PropertyValuesHolder.ofFloat("rotationY", endRotationY)).setDuration(duration);
  /development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
DefaultCardStreamAnimator.java 101 float endRotationY;
110 endRotationY = -15.f;
112 endRotationY = 15.f;
118 PropertyValuesHolder.ofFloat("rotationY", endRotationY)).setDuration(duration);

Completed in 220 milliseconds