Home
last modified time | relevance | path

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

123

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/bip/
DBipTransformation.java75 public BipTransformation(int transformation) { in BipTransformation() argument
76 addTransformation(transformation); in BipTransformation()
81 for (int transformation : transformations) { in BipTransformation()
82 addTransformation(transformation); in BipTransformation()
91 public void addTransformation(int transformation) { in addTransformation() argument
92 if (!isValid(transformation)) { in addTransformation()
94 "Invalid transformation ID '" + transformation + "'"); in addTransformation()
96 mSupportedTransformations.add(transformation); in addTransformation()
104 public void removeTransformation(int transformation) { in removeTransformation() argument
105 if (!isValid(transformation)) { in removeTransformation()
[all …]
DBipImageFormat.java50 String encoding, String pixel, String maxSize, String transformation) { in parseVariant() argument
52 BipImageFormat.FORMAT_VARIANT, encoding, pixel, null, maxSize, transformation); in parseVariant()
62 BipEncoding encoding, BipPixel pixel, int maxSize, BipTransformation transformation) { in createVariant() argument
64 BipImageFormat.FORMAT_VARIANT, encoding, pixel, -1, maxSize, transformation); in createVariant()
109 BipTransformation transformation) { in BipImageFormat() argument
113 mTransformation = transformation; in BipImageFormat()
124 String transformation) { in BipImageFormat() argument
128 mTransformation = new BipTransformation(transformation); in BipImageFormat()
DBipImageDescriptor.java111 public Builder setTransformation(int transformation) { in setTransformation() argument
112 mImageDescriptor.mTransformation = new BipTransformation(transformation); in setTransformation()
/packages/modules/common/build/
Dmainline_modules_sdks.py1031 transformation = UseSourceConfigVarTransformation(
1033 transformations.append(transformation)
1035 transformation = UseNoPreferPropertyTransformation(
1038 transformations.append(transformation)
1040 transformation = UseNoPreferPropertyTransformation(
1043 transformations.append(transformation)
1529 paths = [transformation.path for transformation in transformations]
1580 for transformation in transformations:
1581 path = os.path.join(tmp_dir, transformation.path)
1587 transformation.apply(producer, path, build_release)
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
DSystemStaticAsset.java64 BitmapTransformation transformation) { in loadLowResDrawable() argument
66 new MultiTransformation<>(new FitCenter(), transformation); in loadLowResDrawable()
DCurrentWallpaperAsset.java105 BitmapTransformation transformation) { in loadLowResDrawable() argument
107 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()
DContentUriAsset.java260 BitmapTransformation transformation) { in loadLowResDrawable() argument
262 new MultiTransformation<>(new FitCenter(), transformation); in loadLowResDrawable()
DAsset.java177 BitmapTransformation transformation) { in loadLowResDrawable() argument
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DLivePreviewFragment.java538 WallpaperPreviewBitmapTransformation transformation =
547 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/Calendar/
DNOTICE44 transformation or translation of a Source form, including but
/packages/apps/Gallery/
DNOTICE44 transformation or translation of a Source form, including but
/packages/inputmethods/LatinIME/
DNOTICE44 transformation or translation of a Source form, including but
/packages/modules/Connectivity/clatd/
DNOTICE43 transformation or translation of a Source form, including but
/packages/modules/ExtServices/
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/modules/adb/
DNOTICE45 transformation or translation of a Source form, including but
/packages/modules/DeviceLock/DeviceLockController/
DNOTICE44 transformation or translation of a Source form, including but
/packages/modules/UprobeStats/src/lib/
DNOTICE44 transformation or translation of a Source form, including but
/packages/inputmethods/LatinIME/java/
DNOTICE44 transformation or translation of a Source form, including but
/packages/modules/Permission/PermissionController/
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/apps/AvatarPicker/
DNOTICE44 transformation or translation of a Source form, including but

123