Searched defs:mActionBarTitle (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewController.java171 protected String mActionBarTitle; field in class:PhotoViewController
287 mActionBarTitle = savedInstanceState.getString(STATE_ACTIONBARTITLE_KEY);
438 outState.putString(STATE_ACTIONBARTITLE_KEY, mActionBarTitle);
764 mActionBarTitle = cursor.getString(photoNameIndex);
766 mActionBarTitle = null;
786 String announcement = mActionBarTitle;
789 R.string.titles, mActionBarTitle, mActionBarSubtitle);
795 * Sets the Action Bar title to {@link #mActionBarTitle} and the subtitle to
802 actionBar.setTitle(getInputOrEmpty(mActionBarTitle));

Completed in 92 milliseconds