Home
last modified time | relevance | path

Searched refs:transformation (Results 1 – 25 of 50) sorted by relevance

12

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/bip/
DBipTransformation.java87 public BipTransformation(int transformation) { in BipTransformation() argument
88 addTransformation(transformation); in BipTransformation()
95 for (int transformation : transformations) { in BipTransformation()
96 addTransformation(transformation); in BipTransformation()
105 public void addTransformation(int transformation) { in addTransformation() argument
106 if (!isValid(transformation)) { in addTransformation()
107 throw new IllegalArgumentException("Invalid transformation ID '" + transformation in addTransformation()
110 mSupportedTransformations.add(transformation); in addTransformation()
118 public void removeTransformation(int transformation) { in removeTransformation() argument
119 if (!isValid(transformation)) { in removeTransformation()
[all …]
DBipImageFormat.java55 String transformation) { in parseVariant() argument
57 transformation); in parseVariant()
71 BipTransformation transformation) { in createVariant() argument
73 transformation); in createVariant()
117 BipTransformation transformation) { in BipImageFormat() argument
121 mTransformation = transformation; in BipImageFormat()
127 String transformation) { in BipImageFormat() argument
131 mTransformation = new BipTransformation(transformation); in BipImageFormat()
DBipImageDescriptor.java113 public Builder setTransformation(int transformation) { in setTransformation() argument
114 mImageDescriptor.mTransformation = new BipTransformation(transformation); in setTransformation()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
DSystemStaticAsset.java64 BitmapTransformation transformation) { in loadLowResDrawable() argument
66 new MultiTransformation<>(new FitCenter(), transformation); in loadLowResDrawable()
DLiveWallpaperThumbAsset.java213 BitmapTransformation transformation) { in loadLowResDrawable() argument
214 Transformation<Bitmap> finalTransformation = (transformation == null) in loadLowResDrawable()
216 : new MultiTransformation<>(new FitCenter(), transformation); in loadLowResDrawable()
DCurrentWallpaperAssetVN.java101 BitmapTransformation transformation) { in loadLowResDrawable() argument
103 new MultiTransformation<>(new FitCenter(), transformation); in loadLowResDrawable()
DContentUriAsset.java260 BitmapTransformation transformation) { in loadLowResDrawable() argument
262 new MultiTransformation<>(new FitCenter(), transformation); in loadLowResDrawable()
DAsset.java175 BitmapTransformation transformation) { in loadLowResDrawable() argument
/packages/modules/common/build/
Dmainline_modules_sdks.py903 transformation = UseSourceConfigVarTransformation(
905 transformations.append(transformation)
1316 paths = [transformation.path for transformation in transformations]
1367 for transformation in transformations:
1368 path = os.path.join(tmp_dir, transformation.path)
1374 transformation.apply(producer, path, build_release)
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DLivePreviewFragment.java523 WallpaperPreviewBitmapTransformation transformation =
532 transformation);
/packages/apps/Dialer/java/com/android/dialer/about/res/raw/
Dthird_party_licenses48 transformation or translation of a Source form, including but
230 transformation or translation of a Source form, including but
436 transformation or translation of a Source form, including but
642 transformation or translation of a Source form, including but
848 transformation or translation of a Source form, including but
1054 transformation or translation of a Source form, including but
1272 transformation or translation of a Source form, including but
1466 transformation or translation of a Source form, including but
1660 transformation or translation of a Source form, including but
1854 transformation or translation of a Source form, including but
[all …]
/packages/apps/Gallery/
DNOTICE44 transformation or translation of a Source form, including but
/packages/modules/ExtServices/
DNOTICE44 transformation or translation of a Source form, including but
/packages/modules/GeoTZ/s2storage/
DREADME.md190 The `{end S2 cell ID offset}` is a transformation of the `{end S2 cell ID (exclusive)}`. The `{end
/packages/modules/DeviceLock/DeviceLockController/
DNOTICE44 transformation or translation of a Source form, including but
/packages/apps/Dialer/
DLICENSE44 transformation or translation of a Source form, including but
/packages/apps/TvSettings/Settings/
DNOTICE44 transformation or translation of a Source form, including but
/packages/apps/Camera2/jni/
DNOTICE44 transformation or translation of a Source form, including but
/packages/providers/DownloadProvider/
DNOTICE44 transformation or translation of a Source form, including but
/packages/modules/AppSearch/
DNOTICE45 transformation or translation of a Source form, including but
/packages/modules/AdServices/
DNOTICE44 transformation or translation of a Source form, including but
/packages/inputmethods/LatinIME/
DNOTICE44 transformation or translation of a Source form, including but
/packages/wallpapers/LivePicker/
DNOTICE44 transformation or translation of a Source form, including but
/packages/apps/Settings/
DNOTICE44 transformation or translation of a Source form, including but
/packages/modules/Permission/PermissionController/
DNOTICE44 transformation or translation of a Source form, including but

12