Searched refs:attributions (Results 1 – 18 of 18) sorted by relevance
40 List<String> attributions = wallpaper.getAttributions(context); in formatWallpaperSubtitle() local42 if (attributions.size() > 1 && attributions.get(1) != null) { in formatWallpaperSubtitle()43 subtitle += attributions.get(1); in formatWallpaperSubtitle()45 if (attributions.size() > 2 && attributions.get(2) != null) { in formatWallpaperSubtitle()46 subtitle += " • " + attributions.get(2); in formatWallpaperSubtitle()
233 List<String> attributions = mWallpaper.getAttributions(activity); in onCreate() local234 if (attributions.size() > 0 && attributions.get(0) != null) { in onCreate()235 activity.setTitle(attributions.get(0)); in onCreate()585 List<String> attributions = mWallpaper.getAttributions(context); in populateAttributionPane() local586 if (attributions.size() > 0 && attributions.get(0) != null) { in populateAttributionPane()587 mAttributionTitle.setText(attributions.get(0)); in populateAttributionPane()590 if (attributions.size() > 1 && attributions.get(1) != null) { in populateAttributionPane()592 mAttributionSubtitle1.setText(attributions.get(1)); in populateAttributionPane()595 if (attributions.size() > 2 && attributions.get(2) != null) { in populateAttributionPane()597 mAttributionSubtitle2.setText(attributions.get(2)); in populateAttributionPane()
542 List<String> attributions = mWallpaperInfo.getAttributions(appContext); in bindWallpaperText() local543 if (!attributions.isEmpty()) { in bindWallpaperText()544 mWallpaperTitle.setText(attributions.get(0)); in bindWallpaperText()546 if (attributions.size() > 1) { in bindWallpaperText()547 mWallpaperSubtitle.setText(attributions.get(1)); in bindWallpaperText()551 if (attributions.size() > 2) { in bindWallpaperText()552 mWallpaperSubtitle2.setText(attributions.get(2)); in bindWallpaperText()711 List<String> attributions = homeWallpaper.getAttributions(appContext); in bindHomeWallpaper() local712 if (!attributions.isEmpty()) { in bindHomeWallpaper()713 mHomeWallpaperTitle.setText(attributions.get(0)); in bindHomeWallpaper()[all …]
514 List<String> attributions = homeWallpaper.getAttributions(appContext); in refreshCurrentWallpapers()515 if (attributions.size() > 0 && attributions.get(0) != null) { in refreshCurrentWallpapers()516 mCurrentWallpaperTitle.setText(attributions.get(0)); in refreshCurrentWallpapers()
106 public void setHomeWallpaperAttributions(List<String> attributions) { in setHomeWallpaperAttributions() argument108 if (attributions.size() > 0) { in setHomeWallpaperAttributions()109 … editor.putString(WallpaperPreferenceKeys.KEY_HOME_WALLPAPER_ATTRIB_1, attributions.get(0)); in setHomeWallpaperAttributions()111 if (attributions.size() > 1) { in setHomeWallpaperAttributions()112 … editor.putString(WallpaperPreferenceKeys.KEY_HOME_WALLPAPER_ATTRIB_2, attributions.get(1)); in setHomeWallpaperAttributions()114 if (attributions.size() > 2) { in setHomeWallpaperAttributions()115 … editor.putString(WallpaperPreferenceKeys.KEY_HOME_WALLPAPER_ATTRIB_3, attributions.get(2)); in setHomeWallpaperAttributions()269 public void setLockWallpaperAttributions(List<String> attributions) { in setLockWallpaperAttributions() argument271 if (attributions.size() > 0) { in setLockWallpaperAttributions()272 … editor.putString(WallpaperPreferenceKeys.KEY_LOCK_WALLPAPER_ATTRIB_1, attributions.get(0)); in setLockWallpaperAttributions()[all …]
340 public boolean setWallpaperInRotation(Bitmap wallpaperBitmap, List<String> attributions, in setWallpaperInRotation() argument348 return setWallpaperInRotationStatic(wallpaperBitmap, attributions, actionUrl, in setWallpaperInRotation()351 return setWallpaperInRotationLive(wallpaperBitmap, attributions, actionUrl, in setWallpaperInRotation()377 public boolean finalizeWallpaperForNextRotation(List<String> attributions, String actionUrl, in finalizeWallpaperForNextRotation() argument382 return finalizeWallpaperForRotatingComponent(attributions, actionUrl, actionLabelRes, in finalizeWallpaperForNextRotation()390 private boolean setWallpaperInRotationStatic(Bitmap wallpaperBitmap, List<String> attributions, in setWallpaperInRotationStatic() argument399 return finalizeWallpaperForRotatingComponent(attributions, actionUrl, actionLabelRes, in setWallpaperInRotationStatic()411 private boolean finalizeWallpaperForRotatingComponent(List<String> attributions, in finalizeWallpaperForRotatingComponent() argument493 mWallpaperPreferences.setHomeWallpaperAttributions(attributions); in finalizeWallpaperForRotatingComponent()506 mWallpaperPreferences.setLockWallpaperAttributions(attributions); in finalizeWallpaperForRotatingComponent()[all …]
357 List<String> attributions = mWallpaperPreferences.getLockWallpaperAttributions(); in isLockScreenAttributionsEmpty() local358 return attributions.get(0) == null in isLockScreenAttributionsEmpty()359 && attributions.get(1) == null in isLockScreenAttributionsEmpty()360 && attributions.get(2) == null; in isLockScreenAttributionsEmpty()
85 boolean setWallpaperInRotation(Bitmap wallpaperBitmap, List<String> attributions, in setWallpaperInRotation() argument111 boolean finalizeWallpaperForNextRotation(List<String> attributions, String actionUrl, in finalizeWallpaperForNextRotation() argument
58 void setHomeWallpaperAttributions(List<String> attributions); in setHomeWallpaperAttributions() argument230 void setLockWallpaperAttributions(List<String> attributions); in setLockWallpaperAttributions() argument
64 List<String> attributions = wallpaper.getAttributions(mActivity); in bindWallpaper() local65 String firstAttribution = attributions.size() > 0 ? attributions.get(0) : null; in bindWallpaper()
259 List<String> attributions = new ArrayList<>(); in getAttributions() local261 attributions.add(labelCharSeq == null ? null : labelCharSeq.toString()); in getAttributions()267 attributions.add(author); in getAttributions()273 return attributions; in getAttributions()
39 public WallpaperMetadata(List<String> attributions, String actionUrl, in WallpaperMetadata() argument44 mAttributions = attributions; in WallpaperMetadata()
62 public CurrentWallpaperInfoV16(List<String> attributions, String actionUrl, in CurrentWallpaperInfoV16() argument65 mAttributions = attributions; in CurrentWallpaperInfoV16()
76 public CurrentWallpaperInfoVN(List<String> attributions, String actionUrl, in CurrentWallpaperInfoVN() argument80 mAttributions = attributions; in CurrentWallpaperInfoVN()
1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ...