commit | f1811618b8c1a58374da7eb6093038d80c0ede52 | [log] [tgz] |
---|---|---|
author | Yigit Boyar <yboyar@google.com> | Tue Mar 29 13:00:17 2016 -0700 |
committer | Yigit Boyar <yboyar@google.com> | Tue Mar 29 13:00:17 2016 -0700 |
tree | 9a38f2eb16234c78dbee3dce5b3a0d7e94b2dba8 | |
parent | 82a98b364e1a844725ad3ec786a24cfc0aba5a7c [diff] |
Init orientation helpers in constructor SGLM used to initialize orientaiton helpers lazily which requires checking them in each public method path. In practice, this was not helpful at all since it creates two orientation helpers and swaps them if orientation changes. So moved them to the constructor. Bug: 27901439 Change-Id: Ia49dcb861bfa09c4d89c0b04a1e9a933f33a65a7