diff options
author | yingleiw <yingleiw@google.com> | 2019-10-31 11:26:20 -0700 |
---|---|---|
committer | yingleiw <yingleiw@google.com> | 2019-10-31 12:38:03 -0700 |
commit | c9cb2e8307b50ea1867e898123b66af46f64bbdd (patch) | |
tree | 3286da22c19a03da4a8421c7772d880ffc075b12 /tests/Codegen/src/com/android/codegentest/SampleWithNestedDataClasses.java | |
parent | 6de324573079d2060a315ee20990f67b4d5c240d (diff) |
Make getStateDescription() in View none final
Do not make getStateDescription final, since it can cause
compatibility issues with existing derived classes that define
a getStateDescription. Also replaced call to
getContentDescription() to mContentDescription. This is because
if a subclass overrides it, we don't want it to affect the value
used in accessibility service (cause divergence in accessibility
event and accessibilityNodeInfo).
Bug: 143652980
Test: no needed
Change-Id: I36c94c85eb258b3c9474090d841c925331d22d73
Diffstat (limited to 'tests/Codegen/src/com/android/codegentest/SampleWithNestedDataClasses.java')
0 files changed, 0 insertions, 0 deletions