Searched defs:onTitleChanged (Results 1 - 5 of 5) 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 DAppCompatActivity.java217 protected void onTitleChanged(CharSequence title, int color) { method in class:AppCompatActivity
218 super.onTitleChanged(title, color);
H A DAppCompatDelegateImplV9.java325 onTitleChanged(title);
626 void onTitleChanged(CharSequence title) { method in class:AppCompatDelegateImplV9
/frameworks/base/core/java/android/app/
H A DActivity.java1148 onTitleChanged(getTitle(), getTitleColor());
5619 onTitleChanged(title, mTitleColor);
5649 onTitleChanged(mTitle, textColor);
5660 protected void onTitleChanged(CharSequence title, int color) { method in class:Activity

Completed in 222 milliseconds