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

/packages/apps/VideoEditor/src/com/android/videoeditor/service/
H A DMovieOverlay.java38 private static final String KEY_SUBTITLE = "subtitle";
183 * @return The subtitle
233 * @param subtitle The overlay subtitle
237 public static Bundle buildUserAttributes(int type, String title, String subtitle) { argument
241 userAttributes.putString(KEY_SUBTITLE, subtitle);
290 * @return The subtitle
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DMailActionBarView.java110 /** A handler that changes the subtitle when it receives a message. */
112 /** Message sent to display the account email address in the subtitle. */
131 /** Changes the subtitle to display the account name */
190 // We need to show the legacy title/subtitle. Set the click listener
552 private void setSubtitle(CharSequence subtitle) { argument
553 if (!TextUtils.equals(subtitle, mActionBar.getSubtitle())) {
554 mActionBar.setSubtitle(subtitle);
557 mLegacySubTitle.setText(subtitle);
575 * Set the actionbar mode to empty: no title, no subtitle, no custom view.
578 // Disable title/subtitle an
[all...]

Completed in 500 milliseconds