Commit 4a06c80
Jeff Brown
Simplify Choreographer API.
Removed the listeners and schedule animation / draw methods.
Instead all requests are posted as one-shot callbacks, which is a
better match for how clients actually use the Choreographer.
Bug: 5721047
Change-Id: I113180b2713a300e4444d0d987f52b8157b7ac151 parent fef3d62 commit 4a06c80
File tree
5 files changed
+136
-281
lines changed- core/java/android
- animation
- view
- services/java/com/android/server/wm
5 files changed
+136
-281
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
522 | 522 | | |
523 | 523 | | |
524 | 524 | | |
525 | | - | |
526 | | - | |
| 525 | + | |
527 | 526 | | |
528 | 527 | | |
529 | 528 | | |
| |||
539 | 538 | | |
540 | 539 | | |
541 | 540 | | |
542 | | - | |
| 541 | + | |
543 | 542 | | |
544 | 543 | | |
545 | 544 | | |
| |||
644 | 643 | | |
645 | 644 | | |
646 | 645 | | |
647 | | - | |
648 | | - | |
649 | | - | |
650 | | - | |
651 | | - | |
652 | | - | |
653 | | - | |
654 | | - | |
655 | | - | |
656 | | - | |
657 | | - | |
| 646 | + | |
| 647 | + | |
| 648 | + | |
| 649 | + | |
658 | 650 | | |
659 | 651 | | |
660 | 652 | | |
| 653 | + | |
661 | 654 | | |
662 | | - | |
| 655 | + | |
| 656 | + | |
663 | 657 | | |
664 | 658 | | |
665 | 659 | | |
| |||
0 commit comments