OSDN Git Service

Fix an action bar accessibility regression
authorAdam Powell <adamp@google.com>
Wed, 13 Nov 2013 00:20:46 +0000 (16:20 -0800)
committerAdam Powell <adamp@google.com>
Wed, 13 Nov 2013 00:23:29 +0000 (16:23 -0800)
commit2229ca031a326491feea5832e5337e9f8a602dca
tree61fa168dee8670f20203f24a96d0ee1337146a35
parent6cd206b2aa0039c215fc0a4cc487471c4b3f1496
Fix an action bar accessibility regression

A previous fix introduced a problem with building content descriptions
for accessibility of the home/up button in one code path while setting
display options flags. Correct the issue and also refresh content
descriptions immediately when setting related attributes one at a
time.

Bug 11542264

Change-Id: I40d07036d1026e8e40c77c47ac377c82edd827b4
core/java/com/android/internal/widget/ActionBarView.java