Searched refs:ROTATION (Results 1 – 5 of 5) sorted by relevance
/development/tools/winscope/src/flickerlib/tags/ |
D | TransitionType.ts | 18 ROTATION = 'ROTATION', enumerator
|
D | Tag.ts | 22 ['ROTATION', TransitionType.ROTATION],
|
/development/tools/winscope/src/utils/ |
D | consts.js | 52 [TransitionType.ROTATION, {desc: 'Rotation', color: '#9900ffff'}],
|
/development/samples/devbytes/animation/CardFlip/src/com/example/android/cardflip/ |
D | CardView.java | 268 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/ |
D | PropertyAnimations.java | 69 ObjectAnimator.ofFloat(rotateButton, View.ROTATION, 360); in onCreate()
|