revert to tacky 3D recovery animation
Bug: 7204420 Change-Id: I16d3346ce54b1aa5a0e6a02839ae9fbd4718fffa
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 7.8 KiB After Width: | Height: | Size: 9.9 KiB |
Before Width: | Height: | Size: 7.6 KiB After Width: | Height: | Size: 9.8 KiB |
Before Width: | Height: | Size: 7.3 KiB After Width: | Height: | Size: 9.6 KiB |
Before Width: | Height: | Size: 7 KiB After Width: | Height: | Size: 9.6 KiB |
Before Width: | Height: | Size: 7.1 KiB After Width: | Height: | Size: 9.6 KiB |
Before Width: | Height: | Size: 7.2 KiB After Width: | Height: | Size: 9.7 KiB |
Before Width: | Height: | Size: 7.4 KiB After Width: | Height: | Size: 9.8 KiB |
Before Width: | Height: | Size: 7.7 KiB |
Before Width: | Height: | Size: 8.3 KiB |
Before Width: | Height: | Size: 8.5 KiB |
Before Width: | Height: | Size: 8.6 KiB |
Before Width: | Height: | Size: 8.3 KiB |
Before Width: | Height: | Size: 8.2 KiB |
Before Width: | Height: | Size: 7.9 KiB |
Before Width: | Height: | Size: 7.6 KiB |
Before Width: | Height: | Size: 7.5 KiB |
Before Width: | Height: | Size: 7.5 KiB |
Before Width: | Height: | Size: 7.4 KiB |
Before Width: | Height: | Size: 7.1 KiB |
Before Width: | Height: | Size: 6.8 KiB |
Before Width: | Height: | Size: 7.2 KiB |
Before Width: | Height: | Size: 7.3 KiB |
Before Width: | Height: | Size: 7.3 KiB |
Before Width: | Height: | Size: 7.4 KiB |
Before Width: | Height: | Size: 7.6 KiB |
Before Width: | Height: | Size: 8.1 KiB |
Before Width: | Height: | Size: 8.4 KiB |
Before Width: | Height: | Size: 8.6 KiB |
Before Width: | Height: | Size: 8.7 KiB |
Before Width: | Height: | Size: 8.5 KiB |
Before Width: | Height: | Size: 8.1 KiB |
Before Width: | Height: | Size: 7.7 KiB |
Before Width: | Height: | Size: 7.5 KiB |
Before Width: | Height: | Size: 7.2 KiB |
Before Width: | Height: | Size: 7 KiB |
Before Width: | Height: | Size: 7 KiB |
Before Width: | Height: | Size: 7.4 KiB |
Before Width: | Height: | Size: 7.7 KiB |
Before Width: | Height: | Size: 8 KiB |
Before Width: | Height: | Size: 8.1 KiB |
Before Width: | Height: | Size: 8.2 KiB |
Before Width: | Height: | Size: 8 KiB |
Before Width: | Height: | Size: 7.5 KiB |
Before Width: | Height: | Size: 7.3 KiB |
Before Width: | Height: | Size: 7.6 KiB |
Before Width: | Height: | Size: 7.8 KiB |
Before Width: | Height: | Size: 7.8 KiB |
Before Width: | Height: | Size: 7.9 KiB |
Before Width: | Height: | Size: 592 B After Width: | Height: | Size: 673 B |
Before Width: | Height: | Size: 607 B After Width: | Height: | Size: 687 B |
Before Width: | Height: | Size: 559 B After Width: | Height: | Size: 661 B |
Before Width: | Height: | Size: 568 B After Width: | Height: | Size: 665 B |
Before Width: | Height: | Size: 559 B After Width: | Height: | Size: 683 B |
Before Width: | Height: | Size: 577 B After Width: | Height: | Size: 676 B |
Before Width: | Height: | Size: 590 B |
Before Width: | Height: | Size: 603 B |
Before Width: | Height: | Size: 597 B |
Before Width: | Height: | Size: 603 B |
Before Width: | Height: | Size: 603 B |
Before Width: | Height: | Size: 612 B |
Before Width: | Height: | Size: 616 B |
Before Width: | Height: | Size: 608 B |
Before Width: | Height: | Size: 627 B |
Before Width: | Height: | Size: 617 B |
|
@ -76,10 +76,10 @@ ScreenRecoveryUI::ScreenRecoveryUI() :
|
|||
// that overrides Init() to set these values appropriately and
|
||||
// then call the superclass Init().
|
||||
animation_fps(20),
|
||||
indeterminate_frames(16),
|
||||
installing_frames(48),
|
||||
install_overlay_offset_x(65),
|
||||
install_overlay_offset_y(106),
|
||||
indeterminate_frames(6),
|
||||
installing_frames(7),
|
||||
install_overlay_offset_x(13),
|
||||
install_overlay_offset_y(190),
|
||||
overlay_offset_x(-1),
|
||||
overlay_offset_y(-1) {
|
||||
pthread_mutex_init(&updateMutex, NULL);
|
||||
|
|