/frameworks/base/tools/aapt2/link/ |
D | ReferenceLinker.cpp | 140 std::unique_ptr<Item> transformed = in parseValueWithAttribute() local 144 if (!transformed && (attr->typeMask & android::ResTable_map::TYPE_STRING)) { in parseValueWithAttribute() 148 transformed = util::make_unique<String>( in parseValueWithAttribute() 153 if (transformed) { in parseValueWithAttribute() 154 return transformed; in parseValueWithAttribute() 245 const Reference& transformed) { in writeResourceName() argument 250 if (transformed.name.value() != orig.name.value()) { in writeResourceName() 251 *outMsg << " (aka " << transformed.name.value() << ")"; in writeResourceName()
|
D | ReferenceLinker.h | 87 const Reference& transformed);
|
/frameworks/base/libs/hwui/ |
D | ClipArea.cpp | 252 SkPath transformed; in clipPathWithTransform() local 253 path.transform(skTransform, &transformed); in clipPathWithTransform() 255 regionFromPath(transformed, region); in clipPathWithTransform() 286 Rect transformed(r); in rectangleModeClipRectWithTransform() local 287 transform->mapRect(transformed); in rectangleModeClipRectWithTransform() 288 mClipRect.doIntersect(transformed); in rectangleModeClipRectWithTransform()
|
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
D | AndroidCamera2Settings.java | 294 MeteringRectangle[] transformed = null; in legacyAreasToMeteringRectangles() local 296 transformed = new MeteringRectangle[reference.size()]; in legacyAreasToMeteringRectangles() 315 transformed[index] = new MeteringRectangle(left, top, right - left, bottom - top, in legacyAreasToMeteringRectangles() 319 return transformed; in legacyAreasToMeteringRectangles()
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/ |
D | Quad.java | 126 return Quad.fromRect(rect).transformed(matrix); in fromTransformedRect() 204 public Quad transformed(Matrix matrix) { in transformed() method in Quad
|
/frameworks/base/graphics/java/android/graphics/ |
D | Bitmap.java | 779 final boolean transformed = !m.rectStaysRect(); in createBitmap() 787 bitmap = createBitmap(neww, newh, transformed ? Config.ARGB_8888 : newConfig, in createBitmap() 788 transformed || source.hasAlpha()); in createBitmap() 795 if (transformed) { in createBitmap()
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
D | SwitchCompat.java | 858 final CharSequence transformed = (mSwitchTransformationMethod != null) in makeLayout() local 862 return new StaticLayout(transformed, mTextPaint, in makeLayout() 863 transformed != null ? in makeLayout() 864 (int) Math.ceil(Layout.getDesiredWidth(transformed, mTextPaint)) : 0, in makeLayout()
|
/frameworks/base/core/java/android/widget/ |
D | Switch.java | 891 final CharSequence transformed = (mSwitchTransformationMethod != null) in makeLayout() local 895 return new StaticLayout(transformed, mTextPaint, in makeLayout() 896 (int) Math.ceil(Layout.getDesiredWidth(transformed, mTextPaint)), in makeLayout()
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | view-animation.jd | 16 background image, the background image will be transformed along with the text. The {@link
|
D | hardware-accel.jd | 413 operations are implemented as textures drawn at scale 1.0, transformed by the GPU. In API level
|
D | prop-animation.jd | 829 animation system transformed View objects by changing the way that they were drawn. This was
|
/frameworks/base/docs/html/training/wearables/watch-faces/ |
D | performance.jd | 123 <p>Many watch faces consist of a background image and other graphic assets that are transformed
|
/frameworks/base/docs/html/training/animation/ |
D | screen-slide.jd | 217 …you can then create custom slide animations by determining which pages need to be transformed base…
|
/frameworks/base/tools/layoutlib/create/ |
D | README.txt | 118 methods and types. Note that other classes are not transformed and keep referencing the original
|
/frameworks/base/docs/html/guide/appendix/ |
D | glossary.jd | 82 transformed into its native format using the included "dx" tool.
|
/frameworks/base/docs/html/about/versions/ |
D | android-3.0.jd | 402 perform from a list of options in the Action Bar (which has transformed into a Multi-choice 816 Module</a> specification, the Browser allows elements rendered by CSS to be transformed in three
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | uses-feature-element.jd | 1269 two-finger gestures because the input in transformed to cursor movement 1299 five-finger gestures because the input in transformed to cursor movement
|
/frameworks/base/core/java/android/view/ |
D | ViewGroup.java | 5159 boolean transformed = getChildStaticTransformation(child, t); in invalidateChild() 5160 if (transformed) { in invalidateChild()
|