Loading core/java/com/android/internal/widget/ActionBarView.java +16 −14 Original line number Diff line number Diff line Loading @@ -553,6 +553,7 @@ public class ActionBarView extends AbsActionBarView { if (mLogoNavItem != null) { mLogoNavItem.setTitle(title); } mUpGoerFive.setContentDescription(buildHomeContentDescription()); } public CharSequence getSubtitle() { Loading @@ -569,6 +570,7 @@ public class ActionBarView extends AbsActionBarView { (!TextUtils.isEmpty(mTitle) || !TextUtils.isEmpty(mSubtitle)); mTitleLayout.setVisibility(visible ? VISIBLE : GONE); } mUpGoerFive.setContentDescription(buildHomeContentDescription()); } public void setHomeButtonEnabled(boolean enable) { Loading Loading
core/java/com/android/internal/widget/ActionBarView.java +16 −14 Original line number Diff line number Diff line Loading @@ -553,6 +553,7 @@ public class ActionBarView extends AbsActionBarView { if (mLogoNavItem != null) { mLogoNavItem.setTitle(title); } mUpGoerFive.setContentDescription(buildHomeContentDescription()); } public CharSequence getSubtitle() { Loading @@ -569,6 +570,7 @@ public class ActionBarView extends AbsActionBarView { (!TextUtils.isEmpty(mTitle) || !TextUtils.isEmpty(mSubtitle)); mTitleLayout.setVisibility(visible ? VISIBLE : GONE); } mUpGoerFive.setContentDescription(buildHomeContentDescription()); } public void setHomeButtonEnabled(boolean enable) { Loading