OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mActionBarTitle
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
PhotoViewActivity.java
142
protected String
mActionBarTitle
;
231
mActionBarTitle
= savedInstanceState.getString(STATE_ACTIONBARTITLE_KEY);
330
outState.putString(STATE_ACTIONBARTITLE_KEY,
mActionBarTitle
);
670
mActionBarTitle
= cursor.getString(photoNameIndex);
672
mActionBarTitle
= null;
686
* Sets the Action Bar title to {@link #
mActionBarTitle
} and the subtitle to
693
actionBar.setTitle(getInputOrEmpty(
mActionBarTitle
));
[
all
...]
/frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
PhotoViewActivity.java
141
protected String
mActionBarTitle
;
230
mActionBarTitle
= savedInstanceState.getString(STATE_ACTIONBARTITLE_KEY);
329
outState.putString(STATE_ACTIONBARTITLE_KEY,
mActionBarTitle
);
669
mActionBarTitle
= cursor.getString(photoNameIndex);
671
mActionBarTitle
= null;
685
* Sets the Action Bar title to {@link #
mActionBarTitle
} and the subtitle to
692
actionBar.setTitle(getInputOrEmpty(
mActionBarTitle
));
[
all
...]
Completed in 1376 milliseconds