Searched refs:theme (Results 1 – 8 of 8) sorted by relevance
/packages/apps/Contacts/src/com/android/contacts/util/ |
D | ThemeUtils.java | 29 public static int getAttribute(Theme theme, int attrId) { in getAttribute() argument 31 theme.resolveAttribute(attrId, outValue, true); in getAttribute() 38 public static int getSelectableItemBackground(Theme theme) { in getSelectableItemBackground() argument 39 return getAttribute(theme, android.R.attr.selectableItemBackground); in getSelectableItemBackground() 45 public static int getActivatedBackground(Theme theme) { in getActivatedBackground() argument 46 return getAttribute(theme, android.R.attr.activatedBackgroundIndicator); in getActivatedBackground()
|
/packages/apps/VideoEditor/src/com/android/videoeditor/service/ |
D | MovieTheme.java | 45 public static MovieTheme getTheme(Context context, String theme) { in getTheme() argument 46 if (THEME_TRAVEL.equals(theme)) { in getTheme() 59 } else if (THEME_SURFING.equals(theme)) { in getTheme() 73 } else if (THEME_FILM.equals(theme)) { in getTheme() 86 } else if (THEME_ROCKANDROLL.equals(theme)) { in getTheme()
|
D | ApiService.java | 429 public static void applyTheme(Context context, String projectPath, String theme) { in applyTheme() argument 433 intent.putExtra(PARAM_THEME, theme); in applyTheme() 3016 final String theme = intent.getStringExtra(PARAM_THEME); in onIntentProcessed() local 3020 videoProject.setTheme(theme); in onIntentProcessed() 3027 listener.onVideoEditorThemeApplied(projectPath, theme, ex); in onIntentProcessed() 4319 final MovieTheme theme = MovieTheme.getTheme(context, themeId); in applyThemeToMovie() local 4342 final MovieTransition beginMovieTransition = theme.getBeginTransition(); in applyThemeToMovie() 4350 final MovieTransition midMovieTransition = theme.getMidTransition(); in applyThemeToMovie() 4360 final MovieTransition endMovieTransition = theme.getEndTransition(); in applyThemeToMovie() 4369 final MovieOverlay movieOverlay = theme.getOverlay(); in applyThemeToMovie() [all …]
|
D | VideoEditorProject.java | 151 Uri exportedMovieUri, String theme, List<Download> downloads) { in VideoEditorProject() argument 169 mTheme = theme; in VideoEditorProject() 290 void setTheme(String theme) { in setTheme() argument 291 mTheme = theme; in setTheme()
|
D | ApiServiceListener.java | 90 public void onVideoEditorThemeApplied(String projectPath, String theme, Exception exception) {} in onVideoEditorThemeApplied() argument
|
/packages/apps/Contacts/src/com/android/contacts/datepicker/ |
D | DatePickerDialog.java | 123 int theme, in DatePickerDialog() argument 128 this(context, theme, callBack, year, monthOfYear, dayOfMonth, false); in DatePickerDialog() 141 int theme, in DatePickerDialog() argument 147 super(context, theme); in DatePickerDialog()
|
/packages/apps/Mms/src/com/android/mms/ui/ |
D | NumberPickerDialog.java | 73 int theme, in NumberPickerDialog() argument 79 super(context, theme); in NumberPickerDialog()
|
/packages/apps/VideoEditor/src/com/android/videoeditor/ |
D | VideoEditorBaseActivity.java | 161 public void onVideoEditorThemeApplied(String projectPath, String theme, in onVideoEditorThemeApplied() argument
|