Searched refs:onTitleChanged (Results 1 - 6 of 6) sorted by relevance

/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/app/
H A DAppCompatPreferenceActivity.java95 protected void onTitleChanged(CharSequence title, int color) { method in class:AppCompatPreferenceActivity
96 super.onTitleChanged(title, color);
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/app/
H A DAppCompatPreferenceActivity.java95 protected void onTitleChanged(CharSequence title, int color) { method in class:AppCompatPreferenceActivity
96 super.onTitleChanged(title, color);
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegateImplBase.java289 onTitleChanged(title);
297 abstract void onTitleChanged(CharSequence title);
H A DAppCompatActivity.java214 protected void onTitleChanged(CharSequence title, int color) { method in class:AppCompatActivity
215 super.onTitleChanged(title, color);
H A DAppCompatDelegateImplV9.java328 onTitleChanged(title);
629 void onTitleChanged(CharSequence title) {
/frameworks/base/core/java/android/app/
H A DActivity.java1203 onTitleChanged(getTitle(), getTitleColor());
5936 onTitleChanged(title, mTitleColor);
5966 onTitleChanged(mTitle, textColor);
5977 protected void onTitleChanged(CharSequence title, int color) { method in class:Activity

Completed in 117 milliseconds