HomeSort by relevance Sort by last modified time
    Searched refs:onTitleChanged (Results 1 - 4 of 4) sorted by null

  /development/samples/ActionBarCompat/src/com/example/android/actionbarcompat/
ActionBarActivity.java 79 protected void onTitleChanged(CharSequence title, int color) {
80 mActionBarHelper.onTitleChanged(title, color);
81 super.onTitleChanged(title, color);
ActionBarHelper.java 78 * Action bar helper code to be run in {@link Activity#onTitleChanged(CharSequence, int)}.
80 protected void onTitleChanged(CharSequence title, int color) {
ActionBarHelperBase.java 139 protected void onTitleChanged(CharSequence title, int color) {
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 51 milliseconds