commit | 20852a15efcc8e04166da65e4be544fc920869eb | [log] [tgz] |
---|---|---|
author | yingleiw <yingleiw@google.com> | Tue Jan 21 17:47:50 2020 -0800 |
committer | yingleiw <yingleiw@google.com> | Wed Jan 22 15:27:57 2020 -0800 |
tree | 4199bcb20c1d69b6f8c3d4743883d9891b52e54b | |
parent | 7901f7f17716609e6a1904e64b393ea1c6824059 [diff] |
Set stateDescription during ProgressBar initialization onProgressRefresh() is only called when the progress changes. So we should set stateDescription during initialization. Test: tested with talkback test app. Without this change, the stateDescription is not available when we focus on the seekbar. After the change, the stateDescription is avaiable. Change-Id: I56071ed28e6917c6bd14162884b10440c6955751