Searched refs:theme (Results 1 - 8 of 8) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/util/
H A DThemeUtils.java23 * Provides static functions to more easily resolve attributes of the current theme
27 * Resolves the given attribute id of the theme to a resource id
29 public static int getAttribute(Theme theme, int attrId) { argument
31 theme.resolveAttribute(attrId, outValue, true);
38 public static int getSelectableItemBackground(Theme theme) { argument
39 return getAttribute(theme, android.R.attr.selectableItemBackground);
45 public static int getActivatedBackground(Theme theme) { argument
46 return getAttribute(theme, android.R.attr.activatedBackgroundIndicator);
/packages/apps/VideoEditor/src/com/android/videoeditor/service/
H A DMovieTheme.java29 * Movie theme description
39 * Get theme by name
42 * @param theme The theme id
43 * @return The theme
45 public static MovieTheme getTheme(Context context, String theme) { argument
46 if (THEME_TRAVEL.equals(theme)) {
59 } else if (THEME_SURFING.equals(theme)) {
73 } else if (THEME_FILM.equals(theme)) {
86 } else if (THEME_ROCKANDROLL.equals(theme)) {
[all...]
H A DApiService.java129 private static final String PARAM_THEME = "theme";
313 * @param themeType The theme type
423 * Apply a theme
427 * @param theme The theme
429 public static void applyTheme(Context context, String projectPath, String theme) { argument
433 intent.putExtra(PARAM_THEME, theme);
528 * @param themeId The theme id
555 * @param themeId The theme id
599 * @param themeId The theme i
[all...]
H A DApiServiceListener.java84 * The specified theme was applied
87 * @param theme The theme
90 public void onVideoEditorThemeApplied(String projectPath, String theme, Exception exception) {} argument
200 * if a theme is in use.
H A DVideoEditorProject.java57 private static final String ATTR_THEME = "theme";
146 * @param theme The project theme
151 Uri exportedMovieUri, String theme, List<Download> downloads) {
169 mTheme = theme;
288 * @param theme The theme
290 void setTheme(String theme) { argument
291 mTheme = theme;
296 * @return The theme
149 VideoEditorProject(VideoEditor videoEditor, String projectPath, String projectName, long lastSaved, long playheadPosMs, long durationMs, int zoomLevel, Uri exportedMovieUri, String theme, List<Download> downloads) argument
[all...]
/packages/apps/Mms/src/com/android/mms/ui/
H A DNumberPickerDialog.java67 * @param theme the theme to apply to this dialog
72 int theme,
78 super(context, theme);
71 NumberPickerDialog(Context context, int theme, OnNumberSetListener callBack, int number, int rangeMin, int rangeMax, int title) argument
/packages/apps/Contacts/src/com/android/contacts/datepicker/
H A DDatePickerDialog.java120 * @param theme the theme to apply to this dialog
128 int theme,
133 this(context, theme, callBack, year, monthOfYear, dayOfMonth, false);
138 * @param theme the theme to apply to this dialog
147 int theme,
153 super(context, theme);
127 DatePickerDialog(Context context, int theme, OnDateSetListener callBack, int year, int monthOfYear, int dayOfMonth) argument
146 DatePickerDialog(Context context, int theme, OnDateSetListener callBack, int year, int monthOfYear, int dayOfMonth, boolean yearOptional) argument
/packages/apps/VideoEditor/src/com/android/videoeditor/
H A DVideoEditorBaseActivity.java161 public void onVideoEditorThemeApplied(String projectPath, String theme, argument

Completed in 132 milliseconds