|
Add VR Shell animation classes and unit test.
This change includes the animation and easing (intermediate state
calculation) capabilities developed by mthiesse@, and adds initial unit
tests for animation.
BUG=
Committed: https://crrev.com/1ce4ff3d8c73bfd77e7f8d0135134f2524b4d480
Cr-Commit-Position: refs/heads/master@{#419449}
Total comments: 35
Total comments: 25
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+656 lines, -658 lines) |
Patch |
 |
M |
chrome/browser/android/vr_shell/BUILD.gn
|
View
|
1
|
2 chunks |
+23 lines, -2 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/android/vr_shell/animation.h
|
View
|
1
2
3
|
1 chunk |
+48 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/android/vr_shell/animation.cc
|
View
|
1
2
3
|
1 chunk |
+26 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/android/vr_shell/easing.h
|
View
|
1
2
3
|
1 chunk |
+76 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/android/vr_shell/easing.cc
|
View
|
1
2
3
4
|
1 chunk |
+41 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/android/vr_shell/ui_elements.h
|
View
|
1
2
3
4
|
2 chunks |
+16 lines, -10 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/android/vr_shell/ui_elements.cc
|
View
|
1
2
|
2 chunks |
+92 lines, -1 line |
0 comments
|
Download
|
 |
A |
chrome/browser/android/vr_shell/ui_elements_unittest.cc
|
View
|
1
2
3
|
1 chunk |
+167 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/android/vr_shell/vr_gl_util.h
|
View
|
1
2
3
|
1 chunk |
+34 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/android/vr_shell/vr_gl_util.cc
|
View
|
1
2
3
|
1 chunk |
+124 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/android/vr_shell/vr_math.h
|
View
|
|
5 chunks |
+3 lines, -21 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/android/vr_shell/vr_math.cc
|
View
|
1
|
4 chunks |
+1 line, -110 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/android/vr_shell/vr_shell.cc
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/android/vr_shell/vr_shell_renderer.h
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/android/vr_shell/vr_shell_renderer.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
D |
chrome/browser/android/vr_shell/vr_util.h
|
View
|
|
1 chunk |
+0 lines, -97 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/android/vr_shell/vr_util.cc
|
View
|
|
1 chunk |
+0 lines, -414 lines |
0 comments
|
Download
|
Total messages: 20 (7 generated)
|