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

  /frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
PhotoViewActivity.java 85 private final static String STATE_ACTIONBARSUBTITLE_KEY =
232 mActionBarSubtitle = savedInstanceState.getString(STATE_ACTIONBARSUBTITLE_KEY);
331 outState.putString(STATE_ACTIONBARSUBTITLE_KEY, mActionBarSubtitle);
    [all...]
  /frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
PhotoViewActivity.java 84 private final static String STATE_ACTIONBARSUBTITLE_KEY =
231 mActionBarSubtitle = savedInstanceState.getString(STATE_ACTIONBARSUBTITLE_KEY);
330 outState.putString(STATE_ACTIONBARSUBTITLE_KEY, mActionBarSubtitle);
    [all...]

Completed in 323 milliseconds