Home
last modified time | relevance | path

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

/development/tools/winscope/src/flickerlib/tags/
DTransitionType.ts18 ROTATION = 'ROTATION', enumerator
DTag.ts22 ['ROTATION', TransitionType.ROTATION],
/development/tools/winscope/src/utils/
Dconsts.js52 [TransitionType.ROTATION, {desc: 'Rotation', color: '#9900ffff'}],
/development/samples/devbytes/animation/CardFlip/src/com/example/android/cardflip/
DCardView.java268 return ObjectAnimator.ofFloat(this, View.ROTATION, rotation);
285 ObjectAnimator animator = ObjectAnimator.ofFloat(this, View.ROTATION, rotation);
/development/samples/devbytes/animation/PropertyAnimations/src/com/example/android/propertyanimations/
DPropertyAnimations.java69 ObjectAnimator.ofFloat(rotateButton, View.ROTATION, 360); in onCreate()