commit | 1b3edccd97d314278a1ce7d4b34264a6d1592c4c | [log] [tgz] |
---|---|---|
author | Mark Schillaci <mschillaci@google.com> | Mon Mar 20 10:42:43 2023 -0700 |
committer | Mark Schillaci <mschillaci@google.com> | Tue Mar 21 12:40:18 2023 -0700 |
tree | 13e1f365c4c2632b4d1ebf1cb83429541f120e80 | |
parent | 9de2f69789548d53f5d4237b35cf256af39478dd [diff] |
Update hex numbers in Accessibility code to use bit shift This CL updates hex numbers in the accessibility code to use bit shifts instead, as the newer and preferred method going forward. It also adds missing comments. There are no functional changes with this CL. Bug: 253134477 Test: No functional changes, existing tests. Change-Id: I507b5eeb31570e417b5753683d8ab00db1c3d551