コード例 #1
0
 protected void onTitleChanged(CharSequence paramCharSequence, int paramInt) {
   super.onTitleChanged(paramCharSequence, paramInt);
   d().a(paramCharSequence);
 }
コード例 #2
0
 @Override
 protected void onTitleChanged(CharSequence title, int color) {
   mSherlock.dispatchTitleChanged(title, color);
   super.onTitleChanged(title, color);
 }
コード例 #3
0
 /** {@inheritDoc} */
 @Override
 protected void onTitleChanged(CharSequence title, int color) {
   mActionBarHelper.onTitleChanged(title, color);
   super.onTitleChanged(title, color);
 }